DataBrewery / cubes

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

Slicer sql denormalize fails with config error #435

Open schwab opened 7 years ago

schwab commented 7 years ago

At present many of the slicer commands (except serve) fail to run with or without specifying a config file path and always through an error indicating the config provider is of type str (or unicode).

Stiivi commented 7 years ago

(from the Gitter chat) Looks like in cubes.slicer.commands module all Workspace(config) have to be replaced with Workspace(read_config(config)).

morrme commented 7 years ago

@Stiivi I think this is something I can help with.