The GitHub Actions job "Tests (AMD)" on airflow.git/asset-partition-window has 
failed.
Run started by GitHub user Lee-W (triggered by Lee-W).

Head commit for run:
503ed73e906e0b48f239c63f113e7209e7edbbaa / Wei Lee <[email protected]>
fix(scheduler): freeze partitioned APDR while upstream asset inactive

The partition-dagrun creator was reading every PartitionedAssetKeyLog row
regardless of whether the source asset was still active. An asset that
became orphaned (no declaring Dag) would still let pending APDRs fire on
its stale history, even though the UI's progress view already excluded it.

The PAKL query now filters ``AssetModel.active.has()``, matching the UI's
``_fetch_active_assets_per_dag`` contract. Reactivating an asset resumes
APDR evaluation automatically.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to