The GitHub Actions job "Check newsfragment PR number" on 
airflow.git/fix/62929-use-job-schedule-asset-runs has failed.
Run started by GitHub user Vamsi-klu (triggered by Vamsi-klu).

Head commit for run:
3bd15a8c066f289410bba1f84b9f057d367cb1e8 / 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/26674312935

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to