server-client-python
server-client-python copied to clipboard
A Python library for the Tableau Server REST API
Hi, Python version: 3.10.1 Tableau Server version: 2022.3.0 (20223.22.1005.1835) 64-bit Linux tableauserverclient version: 0.19.0 I will give you an overview of the situation: Let's say that you have published dashboard...
**Describe the bug** server.favorites.delete_favorite_flow results in server response error 404005. The flow and corresponding project exist and can be found using server.projects and server.flows. **Versions** Details of your environment, including:...
Per [PEP-0594](https://peps.python.org/pep-0594/), the cgi module will be removed in the 3.13 release. Starting to see notices popping up for this now. INFO - /usr/local/lib/python3.11/site-packages/tableauserverclient/server/endpoint/datasources_endpoint.py:1: DeprecationWarning: 'cgi' is deprecated and slated...
[docs/defensive code] 400003: Bad Request if you skip the authSetting attribute when creating a user
**Describe the bug** I try to add user to a site and receive error from API responsen, but fact user being added to the server. Unfortunately discussion from issue #990...
## Summary I cannot use TSC to get the usage statistics for a specific workbook. I'd like to get the usage statistics for a given workbook. I can do this...
## Problem Devs keep running into the same error messages and not being able to debug them. ## first `401002: Unauthorized Access Invalid authentication credentials were provided. ` in our...
## Summary Currently it is not very clear if this library is thread-safe or not. According to https://github.com/psf/requests/issues/2766 a single session per thread is preferred so should we create multiple...
## Summary Allow the developer to update the useRemoteQueryAgent flag during the publishing process. ****Type 1: support a REST API:**** The useRemoteQueryAgent flag can be used to make a datasource...
## Summary It would be very helpful to be able to edit a Data Source Field Description via REST api (and subsequently scp). ## Description With the Metadata API, it...
## Summary Create a configuration file to centralize all constant in a single place, allowing users to override values as needed (Monkey patching) ## Description There is a constant _**FILESIZE_LIMIT**_...