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:
8cea72d46287b61a441af02425fcb61a1ce210a5 / Wei Lee <[email protected]>
fix(AIP-76): drop APDRs queued under a stale Dag version

When a Dag's mapper or window changes mid-window, the in-flight
provisional partition Dag runs were still evaluated under the new
definition — either firing on partial data (looser mapper) or holding
forever (stricter mapper) because the APDR's required upstream key set
no longer matched what events were actually arriving. APDR now stamps
the serialized Dag version at creation, and the scheduler tick drops
APDRs whose stamp no longer matches the latest version (plus their
PartitionedAssetKeyLog rows) before evaluation, writing an audit Log
entry per cleared Dag.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to