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

chore: standardize bigquerydatatransfer_update_config region tag #68

Merged
merged 1 commit into from
Oct 21, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions samples/update_transfer_config.py
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