Skip to content

Instantly share code, notes, and snippets.

@giacaglia
Last active April 24, 2018 18:24
Show Gist options
  • Save giacaglia/64993ee43459305d4974337704297200 to your computer and use it in GitHub Desktop.
Save giacaglia/64993ee43459305d4974337704297200 to your computer and use it in GitHub Desktop.
Upload template to GCS
#!/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