server-client-python
server-client-python copied to clipboard
A Python library for the Tableau Server REST API
I'm trying to publish a set of workbooks via the Tableau Server Client. All of the workbooks that I'm publishing are working perfectly as expected except for one. The workbook...
The schedules code only allows the string "LastDay". (https://github.com/tableau/server-client-python/blob/b06a7a249f7b0123f8b99fc43bd45539ad5f9eec/tableauserverclient/models/interval_item.py#L249C3-L253C33) It should also allow the strings "First", "Second"..."Fifth". https://help.tableau.com/current/api/rest_api/en-us/REST/rest_api_ref_extract_and_encryption.htm#create_cloud_extract_refresh_task While fixing this code, it would be ideal to reduce the duplication...
In some cases, Tableau Server might have a different between the advertised total number of object and the actual number returned via the Pager. This change adds one more check...
**Describe the bug** When using TSC.Pager() to retrieve all subscriptions on the Tableau site, invalid page number is returned. When the error is ignored, server.subscriptions returns 400 subscription items when...
**Describe the bug** Authenticating with JWT I am not able to lookup the status of a job - instead I get a "unauthorized access error". I believe the jobs endpoint...
#614 added the ability to hide views when publishing. However, when trying to publish a workbook that is already on the server, we're only aware of the name of the...
**Describe the bug** I used to be able to pull datasource.webpage_url fine but now it is returning `None` for every source. **Versions** Tableau Online Python 3.9.13 tableauserverclient==0.28 I am a...
## Summary When downloading data from a dashboard view, the api should be able to target a specific sheet. ## Request Type ****Type 3: new functionality**** Requests for totally new...
**Describe the bug** Error code 409093 -which indicates that the workbook/datasource is already queued for refresh must simply result in a message that refresh is queued and not in a...
tableau_server.subscriptions fails if any subscriptions have schedule frequency="Daily" & interval hours="24" **Versions** - Tableau Cloud: 2024.1.0 - Python version: 3.11.4 - TSC library version: 0.30 **To Reproduce** tableau_server_obj.subscriptions **Results** ValueError:...