GitHub user faze-akash added a comment to the discussion: Airflow Dagrun start automatically after unpause
@Dexter-07 Did you find any solution for this issue? I also want to avoid this automatic trigger when we unpause the DAG. I used the combination of DAG attributes like, depends_on_past=False, max_active_runs=1,catchup=false. These helps in avoiding the automatic trigger when we unpause but there's one catch. This combination fails if we are unpausing the DAG after few days let's say your DAG was paused for a week and then you unpause it a trigger would start. Another scenario is when you newly import a DAG and unpause it, a trigger is automatically triggered.So let me know if you find any solution GitHub link: https://github.com/apache/airflow/discussions/41698#discussioncomment-11613264 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
