The GitHub Actions job "Check newsfragment PR number" on airflow.git/fix/62929-use-job-schedule-asset-runs has succeeded. Run started by GitHub user Vamsi-klu (triggered by Vamsi-klu).
Head commit for run: ff8ce38eb17019c4e07571226abdad54cb0e6b31 / deepinsight coder <[email protected]> Fix use_job_schedule=False disabling asset-triggered Dag runs [scheduler] use_job_schedule is documented to turn off only cron/time-based scheduling, but it gated the entire _create_dagruns_for_dags call, which also creates asset- and partitioned-asset-triggered runs. As a result, setting the flag to False silently stopped all asset-driven scheduling. Move the flag check so it gates only time-based run creation; asset- and partition-triggered runs are now always created, matching the documented behavior. Also update the "Disable the scheduler" maintenance docs, which previously claimed this flag stops all new Dag runs. closes: #62929 Report URL: https://github.com/apache/airflow/actions/runs/26674318837 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
