Skip to content

Commit

Permalink
chore: standardize bigquerydatatransfer_update_config region tag (#68)
Browse files Browse the repository at this point in the history
This merges the Python and Java samples into a single region tag.
  • Loading branch information
tswast authored Oct 21, 2020
1 parent 09061cc commit 3b28924
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@


def sample_update_transfer_config(config_name, display_name):
# [START bigquerydatatransfer_update_transfer_config]
# [START bigquerydatatransfer_update_config]
from google.cloud import bigquery_datatransfer

client = bigquery_datatransfer.DataTransferServiceClient()
Expand All @@ -37,7 +37,7 @@ def sample_update_transfer_config(config_name, display_name):
)

print("Transfer config updated for '{}'".format(response.name))
# [END bigquerydatatransfer_update_transfer_config]
# [END bigquerydatatransfer_update_config]
# Return the config name for testing purposes, so that it can be deleted.
return response

Expand Down

0 comments on commit 3b28924

Please sign in to comment.