server-client-python
server-client-python copied to clipboard
A Python library for the Tableau Server REST API
server.workbooks.download() is downloading the file as (file type : file) instaed of .twb/.twb format If the workbook published on tableau server has only japanese characters in it
## Summary Add ability to find project by id ## Request Type ****Type 3: new functionality**** Requests for totally new functionality will generally be passed to the relevant dev team,...
**Describe the bug** It appears to me that the publish datasource method utilizes a `connectionCredentials` subelement, and not a `connections` element. https://help.tableau.com/current/api/rest_api/en-us/REST/rest_api_ref_data_sources.htm#publish_data_source The way I see it, we could solve...
**Describe the bug** I'm encountering an issue when trying to download a view that is around 200 MB in size. My script works perfectly for smaller files (5 MB or...
**Describe the bug** i can't login and have the server.auth.sign_in. tableau_auth = TSC.TableauAuth('USERNAME', 'PASSWORD', 'SITENAME') server = TSC.Server('http://SERVER_URL') i don't now with i put wrong information on TSC.TableauAuth and TSC.Server....
The url and create_req generated by Tasks.create seem to be for Tableau Cloud; when run on Tableau Server, no error occurs, but the task is not created.
## Description: The Subscriptions endpoint works somewhat differently for Tableau Cloud & Tableau Server, in that the subscription schedule needs to be defined as part of the request for Tableau...
**Describe the bug** I try to use the custom download funtion to get data from tableau report, the project name and view name is correct. it shows error saying: An...
## Summary when I use csv_req_option, it seems that I can only put the true value of parameter or filter in csv_req_option, can we use regex to filter the data?...
Requirement: We have around 2200 user id and their corresponding display name and email id in the csv file. Now I have to build a script which will read that...