provider warehouse_column_annotations PUT
/api/projects/{project_id}/warehouse_column_annotations/{id}/ @utdk/posthog
/api/projects/{project_id}/warehouse_column_annotations/{id}/ warehouse_column_annotations_update
Read and edit semantic descriptions of warehouse tables and columns surfaced to the AI agent.
List can be filtered to one table with `?table_id=<uuid>`. Any create or update is treated as a
user edit (`is_user_edited=True`), which protects the row from being overwritten by automatic
enrichment. Create upserts on `(table, column_name)`; the table cannot be changed after creation.
- id path required
- A UUID string identifying this warehouse column annotation.
- string
- project_id path required
- Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/.
- string
Try it
Authentication
Configure credentials for PostHog API
Code snippet
Updates live as you fill in the form above.
TypeScript
import posthog from '@utdk/posthog';
await posthog.warehouseColumnAnnotationsUpdate()