Get allowed values for a column
Resolves and returns the currently allowed values for a column. For hierarchical domains, pass a `parent_value` query parameter to filter by the parent. For fixed domains the full list is returned. For reference domains the values are resolved from the source table. **Required scope:** `domains:read`
Authorization
BearerAuth Security scheme for OpenAPI endpoints. Validates both JWT tokens and API keys.
In: header
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/v1/tables/{catalog}/{schema}/{table_name}/columns/{column_name}/allowed-values"{ "column_name": "string", "parent_value": "string", "allowed_values": [ { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "value": "string" } ]}{ "code": "string", "message": "string", "request_id": "string", "details": [ { "field": "string", "message": "string" } ]}{ "code": "string", "message": "string", "request_id": "string", "details": [ { "field": "string", "message": "string" } ]}{ "code": "string", "message": "string", "request_id": "string", "details": [ { "field": "string", "message": "string" } ]}{ "code": "string", "message": "string", "request_id": "string", "details": [ { "field": "string", "message": "string" } ]}{ "code": "string", "message": "string", "request_id": "string", "details": [ { "field": "string", "message": "string" } ]}{ "code": "string", "message": "string", "request_id": "string", "details": [ { "field": "string", "message": "string" } ]}{ "code": "string", "message": "string", "request_id": "string", "details": [ { "field": "string", "message": "string" } ]}{ "code": "string", "message": "string", "request_id": "string", "details": [ { "field": "string", "message": "string" } ]}{ "code": "string", "message": "string", "request_id": "string", "details": [ { "field": "string", "message": "string" } ]}Remove a child from a parent in a hierarchical inline domain
Removes a single child value from under the specified parent. **Required scope:** `domains:write`
Get table metadata
Returns the full metadata for a Delta Lake table identified by its three-part name (`catalog.schema.table`). Includes the Arrow schema, partition columns, table properties, constraints, and current version number. **Required scope:** `tables:read`