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

SQL store create_denormalized_view requires revision #357

Open Stiivi opened 8 years ago

Stiivi commented 8 years ago

create_denormalized_view() requires to be updated to the new API. Currently it is broken - calling/using non-existing properties.

diwu1989 commented 8 years ago

master has pretty broken code right now, can you add a set of unit tests to ensure that master is always in working condition?

it's really scary for us to build any production system using cubes because of how broken the code looks like