The GitHub Actions job "Tests" on airflow.git/main has failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
bfc6c8e03a18f5655dc3b3e35e0ae7411be7a00a / Kaxil Naik <[email protected]>
Add catalog introspection to IcebergHook using pyiceberg (#62634)

- Transform IcebergHook from a simple OAuth2 token fetcher into a full
  catalog client using pyiceberg's load_catalog.
- Add introspection methods: list_namespaces, list_tables, load_table,
  table_exists, get_table_schema, get_partition_spec, get_table_properties,
  get_snapshots.
- Preserve backward compatibility via get_token() and get_token_macro().
- Only set credential field for REST catalogs; non-REST catalogs (Glue,
  BigQuery) use their own auth fields through extra JSON.
- Validate table names contain a dot to catch unqualified names early.
- Add pyiceberg>=0.8.0 as runtime dependency, bump to version 2.0.0.
- Add pyiceberg to docs spelling wordlist.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to