Share
laktory.models.resources.databricks.Share
¤
Bases: BaseModel, PulumiResource, TerraformResource
Databricks Share for Delta Sharing
A share is a container that holds the objects to be shared with recipients. Shares enable data sharing between Databricks workspaces.
Examples:
| PARAMETER | DESCRIPTION |
|---|---|
comment
|
Comment about the share
TYPE:
|
name
|
The name of the share
TYPE:
|
objects
|
Objects contained in the share
TYPE:
|
owner
|
The owner of the share
TYPE:
|
provider_config
|
Provider config
TYPE:
|
laktory.models.resources.databricks.share.ShareObject
¤
Bases: BaseModel
Object to be shared
| PARAMETER | DESCRIPTION |
|---|---|
added_at
|
Timestamp when object was added
TYPE:
|
added_by
|
User who added the object
TYPE:
|
cdf_enabled
|
Whether to enable Change Data Feed (cdf) on the shared object. When this field is set, field
TYPE:
|
comment
|
Comment about the shared object
TYPE:
|
content
|
TYPE:
|
data_object_type
|
Type of the data object (e.g., TABLE, VIEW)
TYPE:
|
history_data_sharing_status
|
History data sharing status
TYPE:
|
name
|
Name of the object
TYPE:
|
partitions
|
Partition values for the shared object
TYPE:
|
shared_as
|
Name the object is shared as
TYPE:
|
start_version
|
Start version for sharing
TYPE:
|
status
|
Status of the object
TYPE:
|
laktory.models.resources.databricks.share.ShareObjectPartition
¤
Bases: BaseModel
Shared Object Partition
| PARAMETER | DESCRIPTION |
|---|---|
values
|
The value of the partition column. When this value is not set, it means null value. When this field is set, field recipient_property_key can not be set.
TYPE:
|
laktory.models.resources.databricks.share.ShareProviderConfig
¤
Bases: BaseModel
Provider Config
| PARAMETER | DESCRIPTION |
|---|---|
workspace_id
|
Workspace ID which the resource belongs to. This workspace must be part of the account which the provider is configured with.
TYPE:
|
laktory.models.resources.databricks.share.SharedObjectPartitionValue
¤
Bases: BaseModel
Shared Object Partition Value
| PARAMETER | DESCRIPTION |
|---|---|
name
|
The name of the partition column.
TYPE:
|
op
|
The operator to apply for the value, one of: EQUAL, LIKE
TYPE:
|
recipient_property_key
|
The key of a Delta Sharing recipient's property. For example
TYPE:
|
value
|
The value of the partition column. When this value is not set, it means null value. When this field is set, field
TYPE:
|