Zum Hauptinhalt springen

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 null to 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

Updated reference dataset