Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
In order to be able to query Iceberg table metadata (snapshots, manifests, files), we should add syntax support and implement the feature as well to return the correct response.
The Iceberg metadata tables can be addressed like this: <db_name>.<table_name>.<metatable_name>
For example: default.iceberg_table.history
The following metadata tables are available in Iceberg:
ENTRIES,
FILES,
HISTORY,
SNAPSHOTS,
MANIFESTS,
PARTITIONS,
ALL_DATA_FILES,
ALL_MANIFESTS,
ALL_ENTRIES
Attachments
Issue Links
- links to