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
Issue / Problem Statement:
As of now SQLmesh Trino doesn't support Nessie catalog due to absence of views in functionality (as stated in https://sqlmesh.readthedocs.io/en/stable/integrations/engines/trino/#aws-glue).
Currently THERE IS support of Iceberg views in Nessie, which allows for Trino - Nessie setups, which is being widely adopted at the moment.
Proposed solution:
Add support for Nessie catalog for Trino setups.
The text was updated successfully, but these errors were encountered:
The Nessie catalog does not support view management or materialized view management
Which mode were you trying to run it under?
It works today if its running in rest mode. From our docs:
The Trino Iceberg Connector must be configured with an iceberg.catalog.type that supports views. At the time of this writing, this is hive_metastore, glue, and rest
Issue / Problem Statement:
As of now SQLmesh Trino doesn't support Nessie catalog due to absence of views in functionality (as stated in https://sqlmesh.readthedocs.io/en/stable/integrations/engines/trino/#aws-glue).
Currently THERE IS support of Iceberg views in Nessie, which allows for Trino - Nessie setups, which is being widely adopted at the moment.
Proposed solution:
Add support for Nessie catalog for Trino setups.
The text was updated successfully, but these errors were encountered: