MicroStrategy / mstrio-py

Python integration for MicroStrategy
Apache License 2.0
89 stars 57 forks source link

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

Closed hustontrevor closed 1 month ago

hustontrevor commented 1 month ago

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

hdesobry commented 1 month ago

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

hustontrevor commented 1 month 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 ?