HomeGuidesRecipesAPI ReferencePython SDK
Alation Help Center
API Reference

Update children of root columns

Updates the title and description of child columns in bulk for different root columns.

Query Params
integer
required

Unique identifier of the data source

Body Params
string
required

Period delimited, fully-qualified name of a table. Format {DS_ID}.{SCHEMA_NAME}.{TABLE_NAME} eg: "7.Human Resources.Employees", "7.catalog_name.Human_Resources.Employees"

string
required

Path of the column obtained from GET response. Fully-qualified name of a child_column. Format {ROOT_COL}.{SUB_PARENT_COL}....{CHILD_COL_NAME} eg: "col1.col2.col3"

string

Title value to be updated for the column.

string

Description value to be updated for the column.

Responses

Language
Credentials
URL
Choose an example:
application/json