Manage joins, data models, columns, and entity relationships for tables
PUT /v1/tables/{id}/joins
Record join information between this table and other tables.
PUT /v1/tables/{id}/dataModel
Set the data model (dbt or similar) associated with this table.
DBT, LookML.GET /v1/tables/{id}/columns
Retrieve column information with optional pagination.
| Code | Error Type | Description |
|---|---|---|
401 | UNAUTHORIZED | Invalid or missing authentication token |
403 | FORBIDDEN | User lacks permission |
404 | NOT_FOUND | Table does not exist |
400 | BAD_REQUEST | Invalid join data or data model format |