-
Notifications
You must be signed in to change notification settings - Fork 458
Support S3Tables #4724
Copy link
Copy link
Open
Labels
Engine: AthenaEngine: DuckDBEngine: RedshiftIssues related to RedshiftIssues related to RedshiftEngine: TrinoFeatureAdds new functionalityAdds new functionality
Description
Activity
Metadata
Metadata
Assignees
Labels
Engine: AthenaEngine: DuckDBEngine: RedshiftIssues related to RedshiftIssues related to RedshiftEngine: TrinoFeatureAdds new functionalityAdds new functionality
AWS has introduced a feature called S3 Tables where specific table buckets in S3 are designated for storage of data in lakehouse formats (eg Iceberg). This brings some benefits:
The following engines support them in some capacity:
Currently SQLMesh has some problems managing tables stored in S3 Table buckets. In particular, they are organised into "namespaces" which are conceptually like a schema but use different syntax for creating / dropping them.
This ticket is for adding / verifying support and documenting usage as some of the engines only have read-only support