MicroStrategy/mstrio-py

mstrio-py/mstrio/project_objects/datasets /cube.py _Cube

hustontrevor opened this issue · 2 comments

Why is the_Cubeclass non-public? Needs the '_' removed.

Hello @hustontrevor,
You should use the SuperCube or the OlapCube classes which are childs of the _Cube class.

Is there any way to tell which type of cube I've got when I collect the datasets from /api/dossiers/{reportID}/instances/{instanceID}/datasets/sqlView ?