Skip to content

Commit

Permalink
Correction to connection
Browse files Browse the repository at this point in the history
  • Loading branch information
romanoa77 committed Apr 6, 2024
1 parent 66f0c9d commit e6524a8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion dags_airflow_ale_fsensor_exmp.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,10 @@
wait = FileSensor(
task_id=f"wait_for_file_{f_id}",
fs_conn_id="temp_data",
filepath=f"f_{f_id}/data.csv",
filepath=f"d_{f_id}/data.csv",
poke_interval=10,
timeout=180,

dag=dag,
)
copy = DummyOperator(task_id=f"copy_f_{f_id}", dag=dag)
Expand Down

0 comments on commit e6524a8

Please sign in to comment.