Skip to content

Instantly share code, notes, and snippets.

@WillianFuks
Created December 8, 2017 23:56
Show Gist options
  • Save WillianFuks/334ab7db269011ba5d4816590544d884 to your computer and use it in GitHub Desktop.
Save WillianFuks/334ab7db269011ba5d4816590544d884 to your computer and use it in GitHub Desktop.
Cron yaml definition
cron:
- description: daily export job from BigQuery to Cloud Storage
url: /run_job/export_customers_from_bq/?url=/export_customers&target=worker
target: dataproc-twitter
schedule: every day 01:05
- description: Runs DIMSUM job in Dataproc
url: /run_job/run_dimsum/?url=/dataproc_dimsum&target=worker&extended_args=--days_init=30,--days_end=1,--threshold=0.1&force=no
target: dataproc-twitter
schedule: every day 01:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment