Update Reference Dataset Metadata
PATCH/reference-datasets/:dataset_id
Update metadata of a reference dataset.
At least one field must be provided. The Parquet data and versions are
not affected, except that adopting a primary_key_column validates the
current version's data and rejects the request if the column is missing,
contains nulls, or has duplicate values.
Parameters:
- dataset_id: UUID of the reference dataset
- name: New dataset name (must be unique within the project)
- description: New description (pass
nullto clear it) - primary_key_column: Set the primary-key column (only when currently unset; immutable once set). Enables record-level upsert and delete.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 409
- 422
Updated reference dataset
Validation Error
Unauthorized
Forbidden
Not Found
Conflict
Unprocessable Entity