Closed hustontrevor closed 1 month 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
Issue resolved with last release. Closing
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 functionis_dashboard
instead.