MicroStrategy / mstrio-py

Python integration for MicroStrategy
Apache License 2.0
90 stars 60 forks source link

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

Closed hustontrevor closed 5 months ago

hustontrevor commented 5 months ago

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

hdesobry commented 5 months ago

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

hustontrevor commented 5 months ago

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 ?