MicroStrategy / mstrio-py

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

Support for uploading dates, fix for https://github.com/MicroStrategy… #5

Closed ssainz closed 5 years ago

ssainz commented 5 years ago

Hi @scottrigney , @pott-mstr

Please check this fix for the support for uploading dates. Currently we cannot upload date cells because we skip adding the "date_format" parameter in the dataframe to_json call.

Fix for https://github.com/MicroStrategy/mstrio-py/issues/3

narquette commented 5 years ago

Did this get committed yet?

Thanks,

Nick

ssainz commented 5 years ago

Hi @narquette - An apology for delay; we are preparing to roll out the next version of the mstrio with support for multitable upload/download/upsert and with it includes fix for the datetime. We are still beta testing it.

Meanwhile, could you try to apply the fix on your own computer by searching for the files in your workstation? If not, try to download the fixed version from my repo: https://github.com/ssainz/mstrio-py/tree/next

usechemario commented 5 years ago

Hi @ssainz , When do you think you will be able to merge your fixes? Is updating Multitable cubes also covered by your fixes? Thanks Mario

usechemario commented 5 years ago

Hi everyone, @ssainz @pott-mstr @scottrigney, I'm working with Support (Case 291721) to get a validation whether currently it's possible to update a Multi-table Cube. I came accross this thread where Sergio is talking about a new version with support for multitable cubes. I'm really looking forward to have this functionality available. Could you please make available this beta version or provide it to us directly through the case?

ssainz commented 5 years ago

@usechemario - an apology for setting expectations. The new version of mstrio-py is still under testing and we found some important problems we want to address before release. Right now we do not know when we will be able release a beta version.

cc @scottrigney @pott-mstr

scottrigney commented 5 years ago

@ssainz merging to hotfix branch