From 5f654a65dd36efe9df1d0809ad610543f80ab922 Mon Sep 17 00:00:00 2001 From: Alex Ott Date: Tue, 7 Jan 2025 08:24:08 +0100 Subject: [PATCH] [Doc] Clarify views sharing in `databricks_share` --- docs/resources/share.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/resources/share.md b/docs/resources/share.md index 5dfb7128c0..cecccaf3de 100644 --- a/docs/resources/share.md +++ b/docs/resources/share.md @@ -87,8 +87,8 @@ The following arguments are required: ### object Configuration Block -* `name` (Required) - Full name of the object, e.g. `catalog.schema.name` for a tables, volumes and models, or `catalog.schema` for schemas. -* `data_object_type` (Required) - Type of the data object, currently `TABLE`, `SCHEMA`, `VOLUME`, and `MODEL` are supported. +* `name` (Required) - Full name of the object, e.g. `catalog.schema.name` for a tables, views, volumes and models, or `catalog.schema` for schemas. +* `data_object_type` (Required) - Type of the data object, currently `TABLE`, `VIEW`, `SCHEMA`, `VOLUME`, and `MODEL` are supported. * `comment` (Optional) - Description about the object. * `shared_as` (Optional) - A user-provided new name for the data object within the share. If this new name is not provided, the object's original name will be used as the `shared_as` name. The `shared_as` name must be unique within a Share. Change forces creation of a new resource. * `cdf_enabled` (Optional) - Whether to enable Change Data Feed (cdf) on the shared object. When this field is set, field `history_data_sharing_status` can not be set.