server-client-python
server-client-python copied to clipboard
A Python library for the Tableau Server REST API
## Summary class ExcelRequestOptions(RequestOptionsBase): RequestOptionsBase does not have a vf class method and this will not be able to make view filters for Excel downloads.. it should be _FilterOptionsBase
**Describe the bug** A clear and concise description of what the bug is. - I am unable to list all of the datasources on the server. - This looks like...
In TSC this parameter only accepts "ServerDefault" or "SAML". However, in Tableau Cloud where MFA has been turned on (ie it now HAS to be turned on) this is not...
Hello, im new with this and i want to know how to download only the extract from the server.
How to use connection credentials to get images from a workbook for a particular view without setting/embedding (the actual data source connection is set to prompt user for password and...
**Describe the bug** have published datasource (PDS) using embedded oAuth authentication to database. Want to use TSC to switch those to use user name / password for connection in datasource_connections:...
 ## Summary Add parameters in the publish method for support timeout. The post request method already support parameters in the release 0.17.0 for timeout. ## Description I am having...
## Describe the bug I have a package where I standardize the way we're authenticating. So the `server` and `tableau_auth` are initialized on import of my package. Then downstream there...
**Describe the bug** Not sure if this is a feature request or if I'm missing something obvious. I'm trying to refresh all the datasources connected to a workbook. Our datasources...
**Describe the bug** `parent_id` is `None` in the `ProjectItem` object returned by `projects.create()` even if it was specified when creating the new instance. **Versions** - Tableau Server 2022.3.1 - Python...