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:
parent
52eaab5357
commit
ae77417a40
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue