server-client-python
server-client-python copied to clipboard
A Python library for the Tableau Server REST API
I'm using python 3.9 , tableauserverclient = v0.26 to download a datasource named "Athena datasource.tdsx" But the downloaded file has the name "Athenadatasource.tdsx" without spaces. Code: server.datasources.download(ds.id, output_dir, include_extract=False)
Our admins have created Tableau schedules of type 'System'. When I run a GET schedules request in Postman, I receive a schedule like this: This type causes the property_decorators in...
[Type2] Allow Incremental Refresh type schedules to be added via `server.schedules.add_to_schedule`
## Summary For content with incremental refresh set up, allow for functionality to assign schedules as `Incremental Refresh`.  ## Description Currently, there is no option to add incremental refresh...
After reviewing issue #488 , I found that I am experiencing the issue on single table extracts as opposed to multi. any help and suggestions would be appreciated. I have...
Hello, I’m downloading an extract datasource with option include_extract=False (to save disk space). When re-publishing received file (.tdsx format) to a new location I get error “ServerResponseError: 400011: Bad Request ...
**Describe the bug** When I use the download function for a Flow in tableauserverclient under flows_endpoint.py, it fails intermittently. I am just running it with the same flow id and...
From #1299: The use of a custom datetime module caught me off guard in the project. I'd suggest using datetime and timedelta as the source for seconds and minutes instead...
**Describe the bug** I am trying to create or modify a user, and I have not been able to. I receive different error. **Versions** Details of your environment, including: -...
**Describe the bug** Tableauserverclient does not support proxy over HTTPS (it supports proxy over HTTP, but not HTTPS). **Versions** Details of your environment, including: - Tableau Server version (or note...
**Describe the bug** I am trying to insert data into a published .tdsx which has multi-table hyper file as the source data. I'm using Tableau Server Client update_hyper_data(). When I...