Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/src/main/sphinx/connector/iceberg.rst
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@ Property Name Description
iceberg.catalog.type=rest
iceberg.rest-catalog.uri=http://iceberg-with-rest:8181

REST catalog does not support :doc:`views</sql/create-view>` or
:doc:`materialized views</sql/create-materialized-view>`.

.. _iceberg-jdbc-catalog:

Expand All @@ -144,6 +146,8 @@ When using any database besides PostgreSQL, a JDBC driver jar file must be place
iceberg.jdbc-catalog.connection-password=test
iceberg.jdbc-catalog.default-warehouse-dir=s3://bucket

JDBC catalog does not support :doc:`views</sql/create-view>` or
:doc:`materialized views</sql/create-materialized-view>`.

General configuration
^^^^^^^^^^^^^^^^^^^^^
Expand Down