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

Fix BUG #370 by getting fact table key column defined in StarSchema #380

Closed KhaledTo closed 7 years ago

KhaledTo commented 8 years ago

Im not sure if this is a good idea as I’m new to Python and this project. I just used the already defined fact table key defined in self.star. It fixes the issue in the WHERE clause when passing the key value.