Skip to content

Commit 2fa1722

Browse files
Google APIscopybara-github
authored andcommitted
fix: correct python namespace for migration API
Committer: @shollyman PiperOrigin-RevId: 399757729
1 parent b77ec91 commit 2fa1722

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

google/cloud/bigquery/migration/v2alpha/BUILD.bazel

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,10 @@ py_gapic_library(
170170
name = "migration_py_gapic",
171171
srcs = [":migration_proto"],
172172
grpc_service_config = "bigquerymigration_grpc_service_config.json",
173+
opt_args = [
174+
"python-gapic-name=bigquery_migration",
175+
"python-gapic-namespace=google.cloud",
176+
],
173177
)
174178

175179
# Open Source Packages

0 commit comments

Comments
 (0)