Skip to content

Commit

Permalink
Update docs for Iceberg REST catalog view support
Browse files Browse the repository at this point in the history
  • Loading branch information
amogh-jahagirdar authored May 29, 2024
1 parent 5e2b807 commit 69a5a3f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/src/main/sphinx/object-storage/metastores.md
Original file line number Diff line number Diff line change
Expand Up @@ -490,8 +490,10 @@ iceberg.catalog.type=rest
iceberg.rest-catalog.uri=http://iceberg-with-rest:8181
```

The REST catalog does not support [view management](sql-view-management) or
[materialized view management](sql-materialized-view-management).
The REST catalog supports [view management](sql-view-management)
using the [Iceberg View specification](https://iceberg.apache.org/view-spec/).

The REST catalog does not support [materialized view management](sql-materialized-view-management).

(iceberg-jdbc-catalog)=
### JDBC catalog
Expand Down

0 comments on commit 69a5a3f

Please sign in to comment.