From 32904691f012b1eab408fa72401b40e9d504baaa Mon Sep 17 00:00:00 2001 From: Manfred Moser Date: Wed, 29 Nov 2023 11:24:39 -0800 Subject: [PATCH] Add docs for hiding MV storage table --- docs/src/main/sphinx/connector/iceberg.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/src/main/sphinx/connector/iceberg.md b/docs/src/main/sphinx/connector/iceberg.md index 69c8c3cb81c7..869be0bbafd9 100644 --- a/docs/src/main/sphinx/connector/iceberg.md +++ b/docs/src/main/sphinx/connector/iceberg.md @@ -159,6 +159,10 @@ implementation is used: materialized view definition. When the `storage_schema` materialized view property is specified, it takes precedence over this catalog property. - Empty +* - `iceberg.materialized-views.hide-storage-table` + - Hide the information about the storage table backing the materialized view + in the metastore. + - `true` * - `iceberg.register-table-procedure.enabled` - Enable to allow user to call `register_table` procedure. - `false`