Skip to content

Commit

Permalink
Remove unnecessary config line (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
jlaneve authored Jul 18, 2024
1 parent 0375c76 commit 7a1d94e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ producer_dag:
operator: airflow.operators.bash_operator.BashOperator
bash_command: "echo 1"
outlets: [ 's3://bucket_example/raw/dataset1.json' ]
task_2:![custom_operators.png](..%2F..%2FDesktop%2Fcustom_operators.png)
operator: airflow.operators.bash_operator.BashOperator
bash_command: "echo 2"
dependencies: [ task_1 ]
Expand Down

0 comments on commit 7a1d94e

Please sign in to comment.