Skip to content

Commit 094fe49

Browse files
authored
chore: update docs support rest catalog (#2860)
1 parent f5c9be8 commit 094fe49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/integrations/engines/trino.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ iceberg.catalog.type=hive_metastore
4545
# metastore properties as per the Hive Connector Configuration above
4646
```
4747

48-
**Note**: The Trino Iceberg Connector must be configured with an `iceberg.catalog.type` that supports views. At the time of this writing, this is only `hive_metastore` and `glue`.
48+
**Note**: 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`.
4949

50-
The `jdbc`, `rest` and `nessie` catalogs do not support views and are thus incompatible with SQLMesh.
50+
The `jdbc` and `nessie` catalogs do not support views and are thus incompatible with SQLMesh.
5151

5252
#### Delta Lake Connector Configuration
5353

0 commit comments

Comments
 (0)