Skip to content

Commit 5e4dc85

Browse files
Google APIscopybara-github
authored andcommitted
fix: Add service_yaml_parameters to metastore_py_gapic
PiperOrigin-RevId: 513567026
1 parent d83ff74 commit 5e4dc85

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

google/cloud/metastore/v1/BUILD.bazel

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,9 @@ py_gapic_library(
185185
"warehouse-package-name=google-cloud-dataproc-metastore",
186186
],
187187
rest_numeric_enums = True,
188+
service_yaml = "metastore_v1.yaml",
188189
transport = "grpc+rest",
190+
deps = ["//google/iam/v1:iam_policy_py_proto",]
189191
)
190192

191193
py_test(

0 commit comments

Comments
 (0)