The GitHub Actions job "uv in /., /airflow-core, /airflow-ctl, 
/providers/informatica/dev/informatica_simulator, /task-sdk for sqlparse - 
Update #1529921582" on airflow.git/main has failed.
Run started by GitHub user dependabot[bot] (triggered by dependabot[bot]).

Head commit for run:
baa1bf6d65d66bed3999bb67db6935066365cdfb / Stefan Wang <[email protected]>
Add IcebergTableSnapshotTrigger for event-driven scheduling (#71387)

The Iceberg provider ships a hook and nothing else, so there is no way to
schedule a DAG on 'this table has new data'. Anyone wanting it writes their own
trigger.

Add a trigger that polls a table's branch head through the existing IcebergHook
and emits an event when it advances, so a table commit can drive an 
AssetWatcher.
Triggers sharing a catalog connection, branch and poll interval report the same
shared_stream_key, so watching many tables in one catalog costs a single poll
rather than one per table.

Scoped to the trigger. Registering an iceberg:// asset URI scheme is left out:
that depends on how Iceberg datasets are named in OpenLineage, which is still
open, and a watcher works with any Asset name.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to