Created
April 30, 2021 03:07
-
-
Save antoniocachuan/d86d62b0b3313cda02b898d3c122594e to your computer and use it in GitHub Desktop.
Create a Dataflow Template
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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