From fad3a4999e70e369cee936ea13ae921d5636efd9 Mon Sep 17 00:00:00 2001 From: Rongduan Zhu Date: Wed, 21 Feb 2024 13:27:40 -0800 Subject: [PATCH 1/3] Update metastore.md --- docs/data-sources/metastore.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/data-sources/metastore.md b/docs/data-sources/metastore.md index cd7311011a..f8fbf44ae6 100644 --- a/docs/data-sources/metastore.md +++ b/docs/data-sources/metastore.md @@ -44,7 +44,7 @@ This data source exports the following attributes: * `name` - Name of metastore. * `storage_root` - Path on cloud storage account, where managed `databricks_table` are stored. * `owner` - Username/groupname/sp application_id of the metastore owner. - * `delta_sharing_scope` - Used to enable delta sharing on the metastore. Valid values: INTERNAL, INTERNAL_AND_EXTERNAL. + * `delta_sharing_scope` - Used to enable delta sharing on the metastore. Valid values: INTERNAL, INTERNAL_AND_EXTERNAL. INTERNAL only allows sharing within the same account, and INTERNAL_AND_EXTERNAL allows cross account sharing and token based sharing. * `delta_sharing_recipient_token_lifetime_in_seconds` - Used to set expiration duration in seconds on recipient data access tokens. * `delta_sharing_organization_name` - The organization name of a Delta Sharing entity. This field is used for Databricks to Databricks sharing. From 74c6edc6d9050ab97aa7741d30aa3b8fe2397b47 Mon Sep 17 00:00:00 2001 From: Rongduan Zhu Date: Wed, 21 Feb 2024 13:29:28 -0800 Subject: [PATCH 2/3] Update metastore.md --- docs/resources/metastore.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/resources/metastore.md b/docs/resources/metastore.md index efed83c3c0..d159f53037 100644 --- a/docs/resources/metastore.md +++ b/docs/resources/metastore.md @@ -74,7 +74,7 @@ The following arguments are required: * `storage_root` - (Optional) Path on cloud storage account, where managed `databricks_table` are stored. Change forces creation of a new resource. If no `storage_root` is defined for the metastore, each catalog must have a `storage_root` defined. * `region` - (Mandatory for account-level) The region of the metastore * `owner` - (Optional) Username/groupname/sp application_id of the metastore owner. -* `delta_sharing_scope` - (Optional) Required along with `delta_sharing_recipient_token_lifetime_in_seconds`. Used to enable delta sharing on the metastore. Valid values: INTERNAL, INTERNAL_AND_EXTERNAL. +* `delta_sharing_scope` - (Optional) Required along with `delta_sharing_recipient_token_lifetime_in_seconds`. Used to enable delta sharing on the metastore. Valid values: INTERNAL, INTERNAL_AND_EXTERNAL. INTERNAL only allows sharing within the same account, and INTERNAL_AND_EXTERNAL allows cross account sharing and token based sharing. * `delta_sharing_recipient_token_lifetime_in_seconds` - (Optional) Required along with `delta_sharing_scope`. Used to set expiration duration in seconds on recipient data access tokens. Set to 0 for unlimited duration. * `delta_sharing_organization_name` - (Optional) The organization name of a Delta Sharing entity. This field is used for Databricks to Databricks sharing. Once this is set it cannot be removed and can only be modified to another valid value. To delete this value please taint and recreate the resource. * `force_destroy` - (Optional) Destroy metastore regardless of its contents. From 755b1ff4878c4b23843e74459ae225b82760a190 Mon Sep 17 00:00:00 2001 From: Rongduan Zhu Date: Wed, 21 Feb 2024 13:30:24 -0800 Subject: [PATCH 3/3] Update current_metastore.md --- docs/data-sources/current_metastore.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/data-sources/current_metastore.md b/docs/data-sources/current_metastore.md index e3bd858fa1..d2add1a2eb 100644 --- a/docs/data-sources/current_metastore.md +++ b/docs/data-sources/current_metastore.md @@ -38,7 +38,7 @@ This data source exports the following attributes: * `storage_root_credential_id` - ID of a storage credential used for the `storage_root`. * `storage_root_credential_name` - Name of a storage credential used for the `storage_root`. * `default_data_access_config_id` - the ID of the default data access configuration. - * `delta_sharing_scope` - Used to enable delta sharing on the metastore. Valid values: INTERNAL, INTERNAL_AND_EXTERNAL. + * `delta_sharing_scope` - Used to enable delta sharing on the metastore. Valid values: INTERNAL, INTERNAL_AND_EXTERNAL. INTERNAL only allows sharing within the same account, and INTERNAL_AND_EXTERNAL allows cross account sharing and token based sharing. * `delta_sharing_recipient_token_lifetime_in_seconds` - the expiration duration in seconds on recipient data access tokens. * `delta_sharing_organization_name` - The organization name of a Delta Sharing entity. This field is used for Databricks to Databricks sharing. * `created_at` - Timestamp (in milliseconds) when the current metastore was created.