Hey all, I would like to know if I can push table metadata from iceberg tables to datahub.
I'm specifically interested about:
• how many underlying data objects a specific iceberg table store
• how many partitions (and which) a specific table has
• how many manifest files a specific table has
I'm fine to hack around - means I can get this data already via trino/athena/spark, I just want to push to the data catalog, but I'm wondering on the catalog side how can this be done? - therefore I'm wondering if there are some extra metadata fields that can eb set per table.