Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.

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 committed Oct 21, 2020
1 parent bbe50e6 commit 56fbccb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions samples/update_transfer_config.py
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 56fbccb

Please sign in to comment.