fix(python)!: Correct Datacatalog sub-package namespace to avoid clobbering

PiperOrigin-RevId: 578151090
This commit is contained in:
Google APIs 2023-10-31 05:40:01 -07:00 committed by Copybara-Service
parent 401a8e8211
commit fabe911610

View file

@ -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(