subhash-0000 commented on PR #60818: URL: https://github.com/apache/airflow/pull/60818#issuecomment-3857896408
Hi @potiuk and @jroachgolf84, just a final nudge to get this unblocked. I have refactored the implementation to use existing logic as requested. I used DagRun.backfill_id.isnot(None) specifically as a discriminator: it allows the scheduler to identify and run user-initiated backfills even when the DAG is paused, while still blocking regular scheduled runs. All CI checks are green and the code is simplified. Could you please take a final look? Thanks -- 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]
