The GitHub Actions job "Tests" on airflow.git/iceberg-catalog-introspection has 
failed.
Run started by GitHub user kaxil (triggered by kaxil).

Head commit for run:
7b32315040ecfcc06e2950b36355ec60eabd2ec3 / Kaxil Naik <[email protected]>
Add catalog introspection to IcebergHook using pyiceberg

- 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/22533175536

With regards,
GitHub Actions via GitBox


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

Reply via email to