How to Create Dataset Dimensions¶
This page assumes that you have already created a dataset config (TODO link).
Identify the dimension records that the project is expecting for your dataset.
Inspect the project’s base dimensions and records.
Inspect the
required_dimensions
section of the project config for your dataset. It may specify a subset of the base dimensions.Resolve any discrepancies with the project coordinator.
Record trivial dimensions in the dataset config.
Identify the unique records of each dimension type in your dataset. Record them in dimension record files. (TODO link)
For any dimensions that match the project, record the existing dimension ID in the dataset config.
For any dimensions that differ from the project, create mappings (TODO link).
Define your dimensions in the dataset config.