The GitHub Actions job "Tests (AMD)" on 
airflow.git/feature/asset-event-extra-filtering has failed.
Run started by GitHub user hussein-awala (triggered by hussein-awala).

Head commit for run:
40cf0aabd0b5ca908cb3d97fe9c558a5baaeba5d / Hussein Awala <[email protected]>
Add extra field filtering for asset events

Add the ability to filter asset events by their extra JSON field using
key-value pairs across the full stack:

- Core REST API: new repeated `extra` query parameter on /assets/events
  (e.g. ?extra=region=us&extra=env=prod), combined with AND logic via a
  dialect-aware JsonContains construct.
- Execution API: both /by-asset and /by-asset-alias accept repeated
  extra=key=value params.
- Task SDK: InletEventsAccessor.extra(key, value) is chainable; client
  and supervisor forward the extra dict.
- Postgres GIN index on asset_event.extra for efficient containment
  queries (created via raw SQL, excluded from non-Postgres backends).
- Documentation, OpenAPI specs, UI clients, and tests.

Co-authored-by: Cursor <[email protected]>

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

With regards,
GitHub Actions via GitBox


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

Reply via email to