diff --git a/docs/src/main/sphinx/connector/iceberg.rst b/docs/src/main/sphinx/connector/iceberg.rst index 85b39e5f8cd3..9a570c1918c3 100644 --- a/docs/src/main/sphinx/connector/iceberg.rst +++ b/docs/src/main/sphinx/connector/iceberg.rst @@ -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` or +:doc:`materialized views`. .. _iceberg-jdbc-catalog: @@ -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` or +:doc:`materialized views`. General configuration ^^^^^^^^^^^^^^^^^^^^^