Skip to content

Metastore

laktory.models.resources.databricks.Metastore ¤

Bases: BaseModel, PulumiResource, TerraformResource

Databricks Metastore

ATTRIBUTE DESCRIPTION
cloud

todo

TYPE: str

created_at

todo

TYPE: int

created_by

todo

TYPE: str

default_data_access_config_id

todo

TYPE: str

delta_sharing_organization_name

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.

TYPE: str

delta_sharing_recipient_token_lifetime_in_seconds

Required along with delta_sharing_scope. Used to set expiration duration in seconds on recipient data access tokens. Set to 0 for unlimited duration.

TYPE: int

delta_sharing_scope

Required along with delta_sharing_recipient_token_lifetime_in_seconds. Used to enable delta sharing on the metastore. Valid values: INTERNAL, INTERNAL_AND_EXTERNAL.

TYPE: str

force_destroy

Destroy metastore regardless of its contents.

TYPE: bool

global_metastore_id

todo

TYPE: str

grants

List of grants operating on the metastore

TYPE: list[MetastoreGrant]

lookup_existing

Specifications for looking up existing resource. Other attributes will be ignored.

TYPE: MetastoreLookup

metastore_id

todo

TYPE: str

name

Name of metastore.

TYPE: str

owner

Username/groupname/sp application_id of the metastore owner.

TYPE: str

region

The region of the metastore

TYPE: str

storage_root

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.

TYPE: str

storage_root_credential_id

todo

TYPE: str

updated_at

todo

TYPE: int

updated_by

todo

TYPE: str

workspace_assignments

List of workspace to which metastore is assigned to

TYPE: list[MetastoreAssignment]

Examples:


Attributes¤

additional_core_resources property ¤

additional_core_resources
  • workspace assignments
  • grants

--

laktory.models.resources.databricks.metastore.MetastoreLookup ¤

Bases: ResourceLookup

ATTRIBUTE DESCRIPTION
metastore_id

ID of the metastore

TYPE: str