server-client-python
server-client-python copied to clipboard
A Python library for the Tableau Server REST API
## Summary Revision calls are not available in TSC. Users are not able to rollback into previous revisions if any upgrade fails using TSC.
## Description In a multi-thread occasion, sign in with PersonalAccessTokenAuth will always reset the token. Is there any way to store the token else where and use the token header...
Hi, I'm trying to update connections on workbooks. The example provided in samples works for datasources, but when I'm updating workbooks I'm getting the following error: 400039: Bad Request There...
It appears the datasources.publish method does not have functionality to use multiple connection_credentials objects. We have several sources that connect to different databases, and while the source will publish and...
[Build dist files for PyPi](https://github.com/tableau/server-client-python/actions/runs/4178148194/jobs/7236596596) Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: actions/setup-python@v1. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. [Build dist files for PyPi](https://github.com/tableau/server-client-python/actions/runs/4178148194/jobs/7236596596#step:4:32)...
**Describe the bug** I am not sure when it began, as I have not run my script for over a month, but for some reason, calls that took a fraction...
I'm using export.py from sample code on Jupyter notebook. I can view and load the workbook. Below is the error when I try to write data to csv. tableauserverclient>=0.26 python=3.9...
**Describe the bug** If as_job=True is passed to groups.update, an error occurs. This is because groups_endpoint.py tries to return a JobItem, but the asJob parameter wasn't added to the API...
**Describe the bug** I can use this code to get all tasks in my tableau online since last year. But today this code return error like this. How to fix...
## Summary In the REST API is documented that you can impersonate a user using token authentication:  ## Request Type New Feature ****Type 1: support a REST API:**** Yes,...