Skip to content

Commit

Permalink
Add note about Nessie catalogs for views
Browse files Browse the repository at this point in the history
  • Loading branch information
mosabua committed Jan 11, 2024
1 parent c57e3eb commit d535988
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions docs/src/main/sphinx/connector/metastores.md
Original file line number Diff line number Diff line change
Expand Up @@ -353,8 +353,8 @@ iceberg.catalog.type=rest
iceberg.rest-catalog.uri=http://iceberg-with-rest:8181
```

The REST catalog does not support {doc}`views</sql/create-view>` or
{doc}`materialized views</sql/create-materialized-view>`.
The REST catalog does not support [view management](sql-view-management) or
[materialized view management](sql-materialized-view-management).

(iceberg-jdbc-catalog)=

Expand Down Expand Up @@ -390,8 +390,8 @@ iceberg.jdbc-catalog.connection-password=test
iceberg.jdbc-catalog.default-warehouse-dir=s3://bucket
```

The JDBC catalog does not support {doc}`views</sql/create-view>` or
{doc}`materialized views</sql/create-materialized-view>`.
The JDBC catalog does not support [view management](sql-view-management) or
[materialized view management](sql-materialized-view-management).

(iceberg-nessie-catalog)=

Expand Down Expand Up @@ -439,6 +439,9 @@ iceberg.nessie-catalog.uri=https://localhost:19120/api/v1
iceberg.nessie-catalog.default-warehouse-dir=/tmp
```

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

(partition-projection)=

## Access tables with Athena partition projection metadata
Expand Down

0 comments on commit d535988

Please sign in to comment.