Skip to content

Commit

Permalink
chore: Migrate access-bigquery-datatransfer synth.py from artman to b…
Browse files Browse the repository at this point in the history
…azel (#24)

Co-authored-by: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>
  • Loading branch information
vam-google and busunkim96 authored Apr 22, 2020
1 parent d7b3f67 commit bb8d542
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions packages/google-cloud-bigquery-datatransfer/synth.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,17 @@
import synthtool as s
from synthtool import gcp

gapic = gcp.GAPICGenerator()
gapic = gcp.GAPICBazel()
common = gcp.CommonTemplates()
version = "v1"

# ----------------------------------------------------------------------------
# Generate bigquery_datatransfer GAPIC layer
# ----------------------------------------------------------------------------
library = gapic.py_library(
"bigquery_datatransfer",
version,
config_path="/google/cloud/bigquery/datatransfer/"
"artman_bigquerydatatransfer.yaml",
artman_output_name="bigquerydatatransfer-v1",
service="bigquery_datatransfer",
version=version,
bazel_target="//google/cloud/bigquery/datatransfer/v1:bigquery-datatransfer-v1-py",
include_protos=True,
)

Expand Down

0 comments on commit bb8d542

Please sign in to comment.