Property description

The writebackDatabricksColumn action type writes columns descriptions to Databricks.

Minimal JSON

{
  "key": "",
  "type": "writebackDatabricksColumn"
}

Nested properties

PropertyDescriptionValuesMandatory
keyUnique key of the action.stringYes
typewritebackDatabricksColumnstringYes
assetTypeType of the asset to be synchronized. Supported values include: relationType: Synchronize relations (codetables)., userRelationType: Synchronize user-object relations.stringYes
relationTypeKeyKey of the relation type that will be written back into Databricks.stringYes* (if asset type is relationType)
siteIdAttributeTypeKeyKey of the Databricks property in Dawiso, including package key. E.g., core_databricks_full_name.stringYes
sitePropertyKeyKey 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.stringYes
siteTypeType 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.stringYes
userRelationTypeKeyKey of the user relation type that will be written back into Databricks.stringYes* (if asset type is userRelationType)