Skip to content

Commit

Permalink
Correction DAG execution
Browse files Browse the repository at this point in the history
  • Loading branch information
romanoa77 committed Apr 7, 2024
1 parent e6524a8 commit ced5cca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dags_airflow_ale_fsensor_exmp.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
start_date=airflow.utils.dates.days_ago(3),
schedule_interval=None,
description="A demonstration DAG using FileSensor.",
#The execution doesn't proceed if a task fails
default_args={"depends_on_past": True},

#default_args={"depends_on_past": True},
)


Expand Down

0 comments on commit ced5cca

Please sign in to comment.