Last active
April 24, 2018 18:24
-
-
Save giacaglia/64993ee43459305d4974337704297200 to your computer and use it in GitHub Desktop.
Upload template to GCS
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
#!/bin/bash | |
python -m catalog_upload — project project_name — runner DataflowRunner \ | |
— staging_location $BUCKET/staging — temp_location $BUCKET/temp \ | |
— output $BUCKET/results/output — template_location $BUCKET/catalog_up \ | |
— requirements_file requirements.txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment