Skip to content

Commit

Permalink
Merge pull request #17039 Update generated dataflow apitools messages.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertwb authored Mar 8, 2022
2 parents 77f57d1 + c80b1ba commit f0e14fb
Show file tree
Hide file tree
Showing 4 changed files with 248 additions and 715 deletions.
3 changes: 3 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,9 @@ tasks.rat {
// JupyterLab extensions
"sdks/python/apache_beam/runners/interactive/extensions/apache-beam-jupyterlab-sidepanel/yarn.lock",

// Autogenerated apitools clients.
"sdks/python/apache_beam/runners/dataflow/internal/clients/*/**/*.py",

// Sample text file for Java quickstart
"sdks/java/maven-archetypes/examples/sample.txt",

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
To regenerate these files run

pip install google-apitools[cli]
gen_client \
--discovery_url dataflow.v1b3 \
--overwrite \
--root_package=. \
--outdir=apache_beam/runners/dataflow/internal/clients/dataflow \
client

Patch up the imports in __init__ to make them conditional.
Loading

0 comments on commit f0e14fb

Please sign in to comment.