The GitHub Actions job "Tests (AMD)" on 
airflow.git/explore/asset-registration-atomicity-option-c has failed.
Run started by GitHub user uranusjr (triggered by uranusjr).

Head commit for run:
99ccc95c31ceb1d7c2d22bd26e33a2071eb75543 / TP <[email protected]>
Reference asset events from asset_dag_run_queue

Asset-triggered scheduling had the scheduler reconstruct which
AssetEvents fed a run from a created_at time window. The prior fix
9e5b7701f8 committed each AssetEvent in separate short-lived sessions
so it was visible early, but that broke atomicity.

This commit changes the ADRQ to directly reference the asset event that
generates it, instead of using an implicit asset_id + timestamp
combination. Atomicity is restored since we no longer needs to commit
separately to get the timestamps right, while still being able to
reference the correct asset events from the ADRQ.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to