Skip to content

Commit

Permalink
Correcting an example taskflow example (#39015)
Browse files Browse the repository at this point in the history
(cherry picked from commit bfd3477)
  • Loading branch information
amoghrajesh authored and jedcunningham committed Apr 26, 2024
1 parent 82a1b6a commit d6e397f
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 d6e397f

Please sign in to comment.