mirror of
https://github.com/googleapis/googleapis.git
synced 2026-08-16 13:00:34 +02:00
fix(python)!: Correct Datacatalog sub-package namespace to avoid clobbering
PiperOrigin-RevId: 578151090
This commit is contained in:
parent
401a8e8211
commit
fabe911610
1 changed files with 4 additions and 0 deletions
|
|
@ -177,6 +177,10 @@ py_gapic_library(
|
|||
transport = "grpc+rest",
|
||||
deps = [
|
||||
],
|
||||
opt_args = [
|
||||
"python-gapic-namespace=google.cloud",
|
||||
"python-gapic-name=datacatalog_lineage",
|
||||
],
|
||||
)
|
||||
|
||||
py_test(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue