Skip to content

Commit

Permalink
Correcting an example taskflow example (apache#39015)
Browse files Browse the repository at this point in the history
  • Loading branch information
amoghrajesh authored Apr 15, 2024
1 parent f810432 commit bfd3477
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/apache-airflow/tutorial/taskflow.rst
Original file line number Diff line number Diff line change
Expand Up @@ -453,6 +453,7 @@ Building this dependency is shown in the code below:
"""
order_data_file = "/tmp/order_data.csv"
order_data_df = pd.read_csv(order_data_file)
return order_data_df
file_task = FileSensor(task_id="check_file", filepath="/tmp/order_data.csv")
Expand Down

0 comments on commit bfd3477

Please sign in to comment.