server-client-python icon indicating copy to clipboard operation
server-client-python copied to clipboard

A Python library for the Tableau Server REST API

Results 212 server-client-python issues
Sort by recently updated
recently updated
newest added

## 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

enhancement
0.26

**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...

bug
in-progress
0.26

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...

fixed
gap
0.26

Hello, im new with this and i want to know how to download only the extract from the server.

help wanted

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...

Server-Side Enhancement

**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:...

Server-Side Enhancement
document-api

![Screenshot_20220808-044142~3](https://user-images.githubusercontent.com/633437/183378008-305cb640-9575-4ca6-8a19-c4be456f78ff.png) ## 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...

enhancement
in-progress

## 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...

bug
needs investigation

**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...

enhancement
Server-Side Enhancement

**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...

bug
Server-Side Enhancement
fixed