MicroStrategy / mstrio-py

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

deprecated is_dossier use in mstrio-py/mstrio/project_objects /dossier.py list_dossiers #180

Closed hustontrevor closed 1 month ago

hustontrevor commented 7 months ago

This internal code calling list_dossier blows up the terminal with: DeprecationWarning: function is_dossier is deprecated and will not be supported starting from mstrio-py 11.5.03. Please use function is_dashboard instead.

mgorskiMicroStrategy commented 6 months ago

@hustontrevor Due to rename of dossier to dashboard. Dossier module, connected methods and functions were deprecated and will be removed with mstrio-py 11.5.03. To avoid printing this deprecation warning change your code to use only dashboard methods and functions. In this case it will be list_dashboards

apiotrowskiMicroStrategy commented 1 month ago

Issue resolved with last release. Closing