Skip to content

Commit

Permalink
Remove depends_on_past attribute for operators
Browse files Browse the repository at this point in the history
  • Loading branch information
hellais committed Dec 20, 2024
1 parent 8c41f4d commit e77cdf2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dags/pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ def run_make_analysis(
with DAG(
dag_id="batch_measurement_processing",
default_args={
"depends_on_past": True,
"retries": 3,
"retry_delay": datetime.timedelta(minutes=30),
},
Expand Down

0 comments on commit e77cdf2

Please sign in to comment.