Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 64f2fd2

Browse filesBrowse files
authored
bigquery_datatransfer -> bigquerydatatransfer
Update region tags because we are treating BigQuery Data Transfer Service as its own product in the samples tracker.
1 parent 22550a9 commit 64f2fd2
Copy full SHA for 64f2fd2

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎bigquery/transfer/cloud-client/quickstart.py

Copy file name to clipboardExpand all lines: bigquery/transfer/cloud-client/quickstart.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717

1818
def run_quickstart():
19-
# [START bigquery_datatransfer_quickstart]
19+
# [START bigquerydatatransfer_quickstart]
2020
from google.cloud import bigquery_datatransfer
2121

2222
client = bigquery_datatransfer.DataTransferServiceClient()
@@ -34,7 +34,7 @@ def run_quickstart():
3434
print('\tID: {}'.format(data_source.data_source_id))
3535
print('\tFull path: {}'.format(data_source.name))
3636
print('\tDescription: {}'.format(data_source.description))
37-
# [END bigquery_datatransfer_quickstart]
37+
# [END bigquerydatatransfer_quickstart]
3838

3939

4040
if __name__ == '__main__':

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.