Skip to content

Instantly share code, notes, and snippets.

@knil-sama
Last active August 11, 2019 09:44
Show Gist options
  • Save knil-sama/571b508d12a53df557650f4b9ab88d1e to your computer and use it in GitHub Desktop.
Save knil-sama/571b508d12a53df557650f4b9ab88d1e to your computer and use it in GitHub Desktop.
Comparer cronjob run current vs catchup
#normal run that load yesterday data
command: ["etl_script"]
args: ["--bucket-name", "name"]
#catchup run that load specific date
command: ["etl_script"]
args: ["--bucket-name", "name", "--start-date", "2018-02-1", "--end-date", "2018-03-01"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment