MicroStrategy / mstrio-py

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

Cannot import SuperCube #62

Closed JunhoKim01 closed 3 years ago

JunhoKim01 commented 3 years ago

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?

urszulajaczewska commented 3 years ago

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