You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Iceberg metadata tables, $partitions, $manifests, $files, etc, should be available via SQLAlchemy reflection, perhaps by specifying a dialect-specific keyword such as trino_include_metadata_tables.
There does not currently appear to be a way to get the server to list the metadata tables for an Iceberg table, so the client might just have to 'know' that they exist.
Describe alternatives you've considered
You could hardcode the list of metadata table names into a client app, but this would be vulnerable to changes in the Iceberg connector implementation that might introduce new metadata tables.
Are you willing to submit PR?
Yes I am willing to submit a PR!
The text was updated successfully, but these errors were encountered:
Describe the feature
The Iceberg metadata tables,
$partitions
,$manifests
,$files
, etc, should be available via SQLAlchemy reflection, perhaps by specifying a dialect-specific keyword such astrino_include_metadata_tables
.There does not currently appear to be a way to get the server to list the metadata tables for an Iceberg table, so the client might just have to 'know' that they exist.
Describe alternatives you've considered
You could hardcode the list of metadata table names into a client app, but this would be vulnerable to changes in the Iceberg connector implementation that might introduce new metadata tables.
Are you willing to submit PR?
The text was updated successfully, but these errors were encountered: