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
S3 Tables provide a convenient managed table service. It would be nice for Presto to connect to it so it is an option for those who want to try out this service.
The text was updated successfully, but these errors were encountered:
Amazon recently announced the S3 Tables feature, which is a type of S3 bucket which provides Iceberg table management features. S3 Tables has its own special catalog, which means that in order for Presto to read and write to S3 tables, it must add support for the S3 Tables catalog.
Expected Behavior or Use Case
There should be an S3 Tables catalog available to the Presto Iceberg connector.
Presto Component, Service, or Connector
Iceberg connector
Possible Implementation
Import this library, and add it as a catalog type in Presto.
Example Screenshots (if appropriate):
N/A
Context
S3 Tables provide a convenient managed table service. It would be nice for Presto to connect to it so it is an option for those who want to try out this service.
The text was updated successfully, but these errors were encountered: