Skip to content

Instantly share code, notes, and snippets.

@johnmuller87
Created January 5, 2018 15:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save johnmuller87/cf46f31f7c1220dd6e047b4f9b5d0ddd to your computer and use it in GitHub Desktop.
Save johnmuller87/cf46f31f7c1220dd6e047b4f9b5d0ddd to your computer and use it in GitHub Desktop.
task_a = BashOperator(task_id='task_a', …)
test_task_a = BashOperator(task_id='test_task_a', …)
task_b = BashOperator(task_id='task_a', …)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment