The GitHub Actions job "Tests (AMD)" on airflow.git/feat/asset-watcher-match 
has succeeded.
Run started by GitHub user Lee-W (triggered by Lee-W).

Head commit for run:
cb5ecf0b43541fdaea92a117578cf2951c62b030 / Wei Lee <[email protected]>
feat(asset): add match filter to AssetWatcher

Introduce an optional `match` field on `AssetWatcher` — a dotted-path
string referencing a callable that decides whether a given trigger event
fires the watcher. This is the watcher-level analogue of Kafka's
`apply_function` and the foundation for fanning a single shared-queue
poller out to many watchers (issue #66476).

Scope is intentionally minimal: validate, serialize, deserialize, and
test. Runtime dispatch (triggerer applying `match` before fan-out) and
scheduler-level poller deduplication land in follow-ups.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to