Zum Hauptinhalt springen

Append Rows to Reference Data

POST 

/reference-datasets/:dataset_id/append

Append rows from a Parquet file to the current version. Maximum file size is 1GB.

The uploaded file's schema must match the current version exactly (same column names in the same order).

Parameters:

  • dataset_id: UUID of the reference dataset
  • file: Parquet file with rows to append (multipart/form-data)

Request

Responses

Rows appended to the current version