MicroStrategy/mstrio-py

Cannot import SuperCube

Closed this issue · 1 comments

VERSION: 11.3.2.101

In example and documentation,

from mstrio.application_objects import SuperCube

but this code does not work.

Instead, this works :

from mstrio.application_objects.datasets import SuperCube

Is this a bug? or just minor mistakes in documentation & examples?

This was fixed and will work as in examples from new release.