v1
latestOpenAPI 3.1.02026-07-24188215268.7 KBlegacy catalog - data
Create a Column.
Please refer to the updated IRI-based resource endpoints.
post/metadata/data/sources/{owner}/{sourceid}/tables/{tableid}/columns
Path parameters
ownerstring required
id of the user or organization
sourceidstring required
database source id
tableidstring required
Request body
Example request
{
"collections": [
"Aid Option"
],
"columnIndex": 5,
"dataType": "BIGINT",
"description": "Aid given to charity is an option that can be exercised by individuals and corporations",
"tags": [
"HumanitarianAid"
],
"title": "crypto.snowflake",
"typeLabel": "Tableau dashboard"
}Response
Column Metadata created successfully.