fix!: update package names to avoid conflict with google-cloud-bigquery

BREAKING CHANGE: update package names to avoid conflict with google-cloud-bigquery

The google-cloud-bigquery package uses the `google.cloud.bigquery` path as a
plain Python module, not a namespace package. When this package and
google-cloud-bigquery are installed in the same environment, conflicts can
result.

PiperOrigin-RevId: 339505822
This commit is contained in:
Google APIs 2020-10-28 11:47:59 -07:00 committed by Copybara-Service
parent 52eaab5357
commit ae77417a40
1 changed files with 1 additions and 0 deletions

View File

@ -160,6 +160,7 @@ py_gapic_library(
name = "connection_py_gapic",
srcs = [":connection_proto"],
grpc_service_config = "bigqueryconnection_grpc_service_config.json",
opt_args = ["python-gapic-namespace=google.cloud", "python-gapic-name=bigquery_connection"],
)
# Open Source Packages