tableau / server-client-python

A Python library for the Tableau Server REST API
https://tableau.github.io/server-client-python/
MIT License
655 stars 420 forks source link

Adds support for latest Tableau Srever version. #1326

Closed stephprobst closed 8 months ago

stephprobst commented 9 months ago

Fixes #1312.

In the latest version of Tableau Server (2023.1.7) the params dictionary no longer has a filename key, instead it has a filename* key. The proposed change will work with both keys and the change will be backwards compatible.

salesforce-cla[bot] commented 9 months ago

Thanks for the contribution! Before we can merge this, we need @stephprobst to sign the Salesforce Inc. Contributor License Agreement.

stephprobst commented 9 months ago

I signed the CLA, but it seems like there was an error. I can't sign it again, as it tells me, that I already signed it. Let me know if there is anythign I can do.

jacalata commented 8 months ago

thanks for doing the work! I have merged another PR that also solves this bug, so I'll close this one. If you see any problems remaining definitely let me know