Skip to content

Instantly share code, notes, and snippets.

@nickefy
Last active June 23, 2021 03:17
Show Gist options
  • Save nickefy/dfd7917faa29f7455a3afa266d80560e to your computer and use it in GitHub Desktop.
Save nickefy/dfd7917faa29f7455a3afa266d80560e to your computer and use it in GitHub Desktop.
task config for Airflow Framework
{
"destination": [
{
"task_name": "Print Hello World 1",
"destination_action" : "print",
"text_to_print": "Hello World!"
},
{
"task_name": "Print Hello World 2",
"destination_action" : "print",
"text_to_print": "Hello World Again!"
},
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment