Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

Commit

Permalink
chore: Migrate python-datacatalog synth.py from artman to bazel (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
vam-google committed May 2, 2020
1 parent bcd0a5e commit 4ed1e33
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions synth.py
Expand Up @@ -27,8 +27,9 @@
versions = ['v1', 'v1beta1']
for version in versions:
library = gapic.py_library(
'datacatalog',
version,
service='datacatalog',
version=version,
bazel_target=f"//google/cloud/datacatalog/{version}:datacatalog-{version}-py",
)

s.move(
Expand Down

0 comments on commit 4ed1e33

Please sign in to comment.