The GitHub Actions job "Tests (AMD)" on airflow.git/fix/asset-triggered-dag-run 
has failed.
Run started by GitHub user dingo4dev (triggered by dingo4dev).

Head commit for run:
9a5d0d62e2fb806dcddb5e87335e7976a8589f85 / Stanley Law 
<[email protected]>
fix: Ensure DagRun updates and AssetEvents are visible across transaction 
boundaries

Add `session.flush()` after `DagRun` partition key updates to ensure these 
changes are persisted within the caller's transaction before an independent 
session for `AssetEvent` creation begins. This prevents stale `DagRun` data 
from being read.

Change `AssetEvent` creation to use `create_session(scoped=False)`, 
guaranteeing a truly independent session and immediate commit of the asset 
event. This ensures the event is visible to processes like the Scheduler for 
Asset-Triggered DagRuns (ADRQ) without transactional delays.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to