Property description
The writebackDatabricksColumn action type writes columns descriptions to Databricks.
Minimal JSON
{
"key": "",
"type": "writebackDatabricksColumn"
}
Nested properties
| Property | Description | Values | Mandatory |
|---|---|---|---|
key | Unique key of the action. | string | Yes |
type | writebackDatabricksColumn | string | Yes |
assetType | Type of the asset to be synchronized. Supported values include: relationType: Synchronize relations (codetables)., userRelationType: Synchronize user-object relations. | string | Yes |
relationTypeKey | Key of the relation type that will be written back into Databricks. | string | Yes* (if asset type is relationType) |
siteIdAttributeTypeKey | Key of the Databricks property in Dawiso, including package key. E.g., core_databricks_full_name. | string | Yes |
sitePropertyKey | Key of the Dawiso property that is written back to Databricks. For example, dawiso_security_classification in the automation rule will be the name of the tag created in Databricks. | string | Yes |
siteType | Type of Databricks property the value is written to. Supported values include: tag: Writes the value as a Databricks tag., property: Writes the value as a Databricks property. | string | Yes |
userRelationTypeKey | Key of the user relation type that will be written back into Databricks. | string | Yes* (if asset type is userRelationType) |