Skip to content

Commit fabe911

Browse files
Google APIscopybara-github
authored andcommitted
fix(python)!: Correct Datacatalog sub-package namespace to avoid clobbering
PiperOrigin-RevId: 578151090
1 parent 401a8e8 commit fabe911

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

google/cloud/datacatalog/lineage/v1/BUILD.bazel

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,10 @@ py_gapic_library(
177177
transport = "grpc+rest",
178178
deps = [
179179
],
180+
opt_args = [
181+
"python-gapic-namespace=google.cloud",
182+
"python-gapic-name=datacatalog_lineage",
183+
],
180184
)
181185

182186
py_test(

0 commit comments

Comments
 (0)