recap icon indicating copy to clipboard operation
recap copied to clipboard

Add an Iceberg catalog reader

Open criccomini opened this issue 2 years ago • 2 comments

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

criccomini avatar Jun 06 '23 23:06 criccomini

It does seem that our HiveMetastoreReader can already read from Iceberg using the HiveCatalog implementation

criccomini avatar Jun 29 '23 23:06 criccomini

For the REST API, pyicberg looks nice.

criccomini avatar Jul 02 '23 23:07 criccomini