Skip to main content Link Menu Expand (external link) Document Search Copy Copied

This page contains recipes for some common types of Terrazzo datasets, and solutions to common problems.

I want to…

Package a plain Parquet file on my computer as a Terrazzo dataset

Copy and customize this terrazzo.json definition:

{
    "name": "[COLLECTION NAME]/[DATASET NAME]",
    "version": "1.0.0",
    "author": "[YOUR NAME] <[YOUR EMAIL ADDRESS]>",
    "description": "[DESCRIPTION OF YOUR DATASET]",

    "from": {"path": "[YOUR PARQUET FILE]}
}

…and place it in the same folder as the file you want to package. Open a terminal in that folder, then run:

trzo build .