DataBrewery / cubes

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

Fix import regression which prevent from unsing the command `slicer model validate`. #460

Closed christian-proust closed 5 years ago

christian-proust commented 5 years ago

A regression in the function linkage prevent the user from using the command slicer model validate. See #457. The following commit reestablish the links fo the moved packages.

cubes.metadata.* is added to cubes.metadata because the validate_model was previously a function part of it (ascendance compatibility).

Then, it impacts necessarily the new import added to cubes.slicer.commands.

In the module cubes.slicer.commands, the packages cubes and cubes.providers are no longer available, the link to the owned functions are so rebuild.

jjmontesl commented 5 years ago

Thank you. Merged to master.