Closed jlaneve closed 4 months ago
Ah I see yes there is a typo. However, the task_2
key should be there so the config matches the example in the screenshot. [custom_operators.png](..%2F..%2FDesktop%2Fcustom_operators.png)
should not. It should be:
task_2:
operator: airflow.operators.bash_operator.BashOperator
bash_command: "echo 2"
dependencies: [ task_1 ]
We can either reopen the PR and re-add the task_2
key, or remove the rest of the task_2
config and update the screenshot.
Went with the former as it was easier
I'm pretty sure this is a mistake so removing it.