recap
recap copied to clipboard
Add an Iceberg catalog reader
Recap should have an IcebergCatalogReader for Iceberg's catalog REST API with an implementation similar to ConfluentRegistryReader.
https://iceberg.apache.org/concepts/catalog/ https://github.com/apache/iceberg/blob/master/open-api/rest-catalog-open-api.yaml
It does seem that our HiveMetastoreReader can already read from Iceberg using the HiveCatalog implementation
For the REST API, pyicberg looks nice.