Skip to content

Instantly share code, notes, and snippets.

@nickefy
Created June 7, 2021 06:31
Show Gist options
  • Save nickefy/1bae07da23dec8a78fa61eecd432706c to your computer and use it in GitHub Desktop.
Save nickefy/1bae07da23dec8a78fa61eecd432706c to your computer and use it in GitHub Desktop.
job config for Airflow Framework
{
"job_name": "Hello_World!",
"retries": "0",
"start_date": "2020-02-27",
"email": ["youremail@gmail.com"],
"schedule_interval": "None"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment