owid / data-api

API for accessing data from our data catalog.
MIT License
16 stars 4 forks source link

fix: keep dimensions with null values and move them to table level #9

Closed Marigold closed 2 years ago

Marigold commented 2 years ago

Dimensions values were previously computed for all non-null values, but we actually want to have them for all values. This allows us to move them to table level instead of variable level (which should improve performance).

This breaks compatibility and need the entire DB to be regenerated.