MicroStrategy / mstrio-py

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

Incremental Refresh Report Execute Response #132

Open justall opened 1 year ago

justall commented 1 year ago

I understand the Incremental Refresh Report module is a WIP but I would like to request a small enhancement. When calling IncrementalRefreshReport.execute(), the method currently does not provide any return value. The API response contains a job ID but that is only displayed as a logger info message. It would be helpful if the method would return that response content to leverage the job ID for job status tracking.

urszulajaczewska commented 1 year ago

Hi @justall, we will take this idea into to acconut when finishing this module. Could you please log this ER to MSTR support? It will help us prioritize our roadmap.

pawelgnatowski commented 1 year ago

I would generally ask for any such calls to always return something. I think this method is not the only one. it does not hurt to return stuff. My current workaround is to call the api directly to obtain the response.