server-client-python
server-client-python copied to clipboard
A Python library for the Tableau Server REST API
**Describe the bug** Using the API results in 503 errors, i.e. errors not cause by the client but by the server. **Versions** Details of your environment, including: - Tableau Online...
Hi, I'm using the client to refresh multiple extracts via Airflow, the issue is that at a point multiple executions use the client and attempt to refresh an extract. When...
**Describe the bug** When using the endpoints for [downloading a data source](https://github.com/tableau/server-client-python/blob/master/tableauserverclient/server/endpoint/datasources_endpoint.py#L410) or [a workbook](https://github.com/tableau/server-client-python/blob/master/tableauserverclient/server/endpoint/workbooks_endpoint.py#L455), the request might hang for very large items. More specifically, it'll hang in the phase...
## Summary Add name to the grantee object returned by the API as the ID isn't useful on its own for non-admins. ## Request Type ****Type 3: new functionality**** Requests...
**Describe the bug** I am using a server administrator account to perform all these updates/moving. However, I am unable to move data sources programmatically from one project to another project...
**Describe the bug** Basically, if we set up a daily refresh on Tableau Cloud, the Tableau Server Client receives an hourly interval of 24. We can see the value returned...
**Describe the bug** When a Tableau extract(.tdsx) file published to Tableau server which are greater than 64 MB, then the REST API call returns "500 Internal Server Error". The same...
A duplication of https://github.com/tableau/server-client-python/issues/293 but it was closed by the author with no solution provided For some reason datasources in workbooks can only be found by ID and can not...
**Describe the bug** server.favorites.add_favorite_workbook(user_item, workbook_item) returns resource conflict when multiple workbooks exist on a server with the same name, despite having different IDs. The workbooks have the same name but...
**Describe the bug** Not a bug, but wanted some help in figuring out if there exists any method to refresh and download a live tableau data source. I know of...