cubes icon indicating copy to clipboard operation
cubes copied to clipboard

Slicer sql denormalize fails with config error

Open schwab opened this issue 7 years ago • 2 comments

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).

schwab avatar Apr 04 '17 12:04 schwab

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

Stiivi avatar Apr 04 '17 16:04 Stiivi

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

morrme avatar Apr 05 '17 03:04 morrme