We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 363a38b commit 748c626Copy full SHA for 748c626
bigquery-datatransfer/snippets/conftest.py
@@ -20,12 +20,9 @@
20
from google.api_core import client_options
21
import google.api_core.exceptions
22
import google.auth
23
-from google.cloud import bigquery
24
-from google.cloud import bigquery_datatransfer
25
-from google.cloud import pubsub_v1
+from google.cloud import bigquery, bigquery_datatransfer, pubsub_v1
26
import pytest
27
28
-
29
RESOURCE_PREFIX = "python_bigquery_datatransfer_samples_snippets"
30
RESOURCE_DATE_FORMAT = "%Y%m%d%H%M%S"
31
RESOURCE_DATE_LENGTH = 4 + 2 + 2 + 2 + 2 + 2
0 commit comments