DataBrewery / cubes

[NOT MAINTAINED] Light-weight Python OLAP framework for multi-dimensional data analysis
http://cubes.databrewery.org
Other
1.49k stars 314 forks source link

Make Cube.features a named structure instead of JSONType #406

Closed Stiivi closed 7 years ago

Stiivi commented 7 years ago

Make the Cube.features return a structure with well known and well typed properties instead of vague JSONType.

The current features are:

Places to look at:

martianboy commented 7 years ago

@Stiivi SQLBrowser.features() returns post_aggregate_functions instead of post_processed_aggregates.

Stiivi commented 7 years ago

@martianboy thanks, fixed the issue text. The docstring in browser was wrong, SQL browser was correct.

Stiivi commented 7 years ago

Closed by #413.