Skip to content

Commit

Permalink
chore: Migrate python-datastore synth.py from artman to bazel (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
vam-google authored May 2, 2020
1 parent 6218d95 commit 10e2d16
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions synth.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,16 @@
import synthtool as s
from synthtool import gcp

gapic = gcp.GAPICGenerator()
gapic = gcp.GAPICBazel()
common = gcp.CommonTemplates()

# ----------------------------------------------------------------------------
# Generate datastore GAPIC layer
# ----------------------------------------------------------------------------
library = gapic.py_library(
"datastore",
"v1",
config_path="/google/datastore/artman_datastore.yaml",
artman_output_name="datastore-v1",
service="datastore",
version="v1",
bazel_target="//google/datastore/v1:datastore-v1-py",
include_protos=True,
)

Expand Down

0 comments on commit 10e2d16

Please sign in to comment.