The GitHub Actions job "Tests (AMD)" on 
airflow.git/asset-event-trigger-attribution has failed.
Run started by GitHub user pierrejeambrun (triggered by pierrejeambrun).

Head commit for run:
baf69b874ff97207a7c7a0df5b78dabeda41f7f5 / pierrejeambrun 
<[email protected]>
Match asset event triggering by id and add an N+1 query-count test

Address review feedback: match each created-dagrun reference to its source
event by id instead of relying on the positional order of two parallel lists.
The same asset event can trigger one dag run while being merely included in
another (an asset can fan out to several consumers), so the flag is resolved
per (event, run) pair. The endpoints always populate it, so it is a required
field with no default. Also add a query-count assertion so both asset-event
endpoints are guarded against an N+1 as the number of consumed events grows.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to