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

Implemented BrowserFeatures (#406) #413

Closed martianboy closed 7 years ago

martianboy commented 7 years ago

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

I kept post_aggregate_functions as it was returned by SQLBrowser.features(). We may as well rename it to the proposed post_processed_aggregates in #406.

Stiivi commented 7 years ago

Great! Thank you.