Update a material property dataset's metadata or column specs
Update dataset name and/or column specs.
When columns is provided, the original uploaded file is re-parsed
and the processed parquet is rebuilt with the new column metadata.
Column names must exactly match those in the original file.
Path Parameters
Body
Partial update for a material property dataset.
If columns is provided, the stored parquet is rebuilt from the
preserved original file using the new column specs.
Response
Successful Response
Material property dataset record as returned by the API.
ID of the parent material
ID of the project this property is scoped to
User-provided dataset name, e.g. 'Electrolyte transport'
All columns in the dataset with their units.
Unique identifier
Organization that owns this record
Path to the processed parquet file in the material-property-datasets bucket.
Increments on every data-changing operation (file replacement or column re-processing). Downstream code can store this alongside computed results and compare against the current value to detect staleness.
Upload timestamp
Last update timestamp
Path to the raw original file in the material-property-datasets bucket. NULL only for records created before this field was introduced.
Number of NaN/null values per column, keyed by display name. Computed at upload time. None for records uploaded before this field was introduced.
True when the uploaded CSV had no header row. Column positions are mapped via source_column_index on each column spec.
User ID of the uploader