Skip to content

Commit

Permalink
Adds the task_2 back to dataset example (#204)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmarteepants authored Jul 18, 2024
1 parent 7a1d94e commit 376fa20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ producer_dag:
bash_command: "echo 1"
outlets: [ 's3://bucket_example/raw/dataset1.json' ]
operator: airflow.operators.bash_operator.BashOperator
task_2:
bash_command: "echo 2"
dependencies: [ task_1 ]
outlets: [ 's3://bucket_example/raw/dataset2.json' ]
Expand Down

0 comments on commit 376fa20

Please sign in to comment.