NihalRadhakrishna commented on PR #71765: URL: https://github.com/apache/airflow/pull/71765#issuecomment-5331327798
Apologies for not addressing your earlier comment. If we don't want to change the behavior of the current Pause DAG button, as you suggested, we could give users two options when they click pause: 1. Pause all DAG runs (current and new) 2. Pause only new DAG runs Unpause would resume current and new dag runs. For this, I think we would need an additional attribute, such as pause_type, in DagModel, since the existing is_paused attribute only indicates whether the DAG is paused or not. Open to suggestions on the best way to approach this. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
