subhash-0000 commented on issue #60768: URL: https://github.com/apache/airflow/issues/60768#issuecomment-3772119993
I've created a PR to address this issue: #60818 The implementation adds a new "Run backfill while keeping DAG paused" option that allows backfills to execute without unpausing the DAG. This prevents unnecessary daily executions when data isn't available, as requested. **Key features:** - New `keep_dag_paused` parameter in the backfill model and API - Modified scheduler logic to allow backfill runs on paused DAGs when enabled - UI checkbox in the backfill form (disabled when "Unpause DAG" is selected) - Fully backward compatible (defaults to existing behavior) - Includes tests and documentation The PR is ready for review! -- 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]
