Property description
The writebackTableauColumn action type writes columns descriptions to Tableau.
Minimal JSON
{
"key": "",
"type": "writebackTableauColumn"
}
Nested properties
| Property | Description | Values | Mandatory |
|---|---|---|---|
key | Unique key of the action. | string | Yes |
type | writebackTableauColumn | string | Yes |
attributeTypeKey | Key of the attribute type whose value will be written back to Tableau. | string | No |
columnIdAttributeTypeKey | Key of the attribute type which contains Tableau’s column ID. | string | No |
columnObjectTypeKey | Key of the Tableau column object type. | string | No |
siteIdAttributeTypeKey | Key of the attribute type which contains Tableau’s site ID. | string | No |
siteObjectTypeKey | Key of the Tableau site object type. | string | No |
tableIdAttributeTypeKey | Key of the attribute type which contains Tableau’s table ID. | string | No |
tableObjectTypeKey | Key of the Tableau table object type | string | No |