Skip to content

Instantly share code, notes, and snippets.

@antoniocachuan
Created April 30, 2021 03:07
Show Gist options
  • Select an option

  • Save antoniocachuan/d86d62b0b3313cda02b898d3c122594e to your computer and use it in GitHub Desktop.

Select an option

Save antoniocachuan/d86d62b0b3313cda02b898d3c122594e to your computer and use it in GitHub Desktop.
Create a Dataflow Template
python3 \
pipeline_dataflow.py \
--project \
PROJECT-ID \
--runner DataflowRunner \
--temp_location \
gs://BUCKET-NAME/dataflow/tmp \
--template_location \
gs://BUCKET-NAME/dataflow/template/templatefile \
--job_name dataflow-covid \
--region us-central1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment