Sequential Metadata JSON
Last updated
Last updated
This guide describes the sequential metadata JSON spec.
Create your metadata programmatically. Use the Python API to automatically detect the metadata based on your data.
The JSON for a sequential table is the same as the single table JSON with some added elements.
See Single Table JSON for more details.
You can optionally include additional metadata related to your sequences.
"sequence_key"
: A column name of the sequence key, if you have multi-sequence data
"sequence_index"
: A column name of the sequence index, if you have sequential data