Created
December 8, 2017 23:56
-
-
Save WillianFuks/334ab7db269011ba5d4816590544d884 to your computer and use it in GitHub Desktop.
Cron yaml definition
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
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