Open KhaledTo opened 5 years ago
test_explicit was failing because amount_sum aggregate was missing from defautcube.
amount_sum
defaut
We also need to remove raise NotImplementedError("Depreciated in this context")
https://github.com/DataBrewery/cubes/blob/140133e8c2e3f2ff60631cc3ebc9966d16c1655e/tests/common.py#L54
But before that I need to understand why this exception is raised there. Can someone explain me that?
test_explicit was failing because
amount_sum
aggregate was missing fromdefaut
cube.