From 2f775f292e03e03d5250ef2c6f32376417cbf5d4 Mon Sep 17 00:00:00 2001 From: Constance Martineau Date: Thu, 18 Jul 2024 12:12:22 -0400 Subject: [PATCH] Adds the `task_2` back to dataset example --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3d1bdbc..970f6a8 100644 --- a/README.md +++ b/README.md @@ -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' ]