The GitHub Actions job "Tests" on airflow.git/fix/issue-62929 has failed.
Run started by GitHub user YoannAbriel (triggered by YoannAbriel).

Head commit for run:
6c5c5ae120f5551e5aacc54d39e208c1096be491 / Yoann Abriel <[email protected]>
fix(scheduler): don't skip asset-triggered dag runs when use_job_schedule is 
False

When use_job_schedule=False, asset-triggered dag runs and partitioned
asset dag runs were incorrectly skipped along with time-based scheduling.

The fix moves the use_job_schedule check inside _create_dagruns_for_dags
so that only time-based (cron/interval) dag run creation is skipped,
while asset-triggered dag runs are always created.

Fixes apache/airflow#62929

Co-Authored-By: Claude Sonnet 4.6 <[email protected]>

Report URL: https://github.com/apache/airflow/actions/runs/22720366211

With regards,
GitHub Actions via GitBox


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

Reply via email to