Skip to content

Commit

Permalink
fix: correct python namespace for migration API
Browse files Browse the repository at this point in the history
Committer: @shollyman

PiperOrigin-RevId: 399757729
  • Loading branch information
Google APIs authored and Copybara-Service committed Sep 29, 2021
1 parent b77ec91 commit 2fa1722
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions google/cloud/bigquery/migration/v2alpha/BUILD.bazel
Expand Up @@ -170,6 +170,10 @@ py_gapic_library(
name = "migration_py_gapic",
srcs = [":migration_proto"],
grpc_service_config = "bigquerymigration_grpc_service_config.json",
opt_args = [
"python-gapic-name=bigquery_migration",
"python-gapic-namespace=google.cloud",
],
)

# Open Source Packages
Expand Down

0 comments on commit 2fa1722

Please sign in to comment.