server-client-python
server-client-python copied to clipboard
A Python library for the Tableau Server REST API
**Bug description** I've used https://github.com/tableau/server-client-python/blob/master/samples/update_datasource_data.py script to delete some rows from a hyper file. I was testing condition arguments and deleting 1k-10k rows worked fine. Then I tried to delete...
**Describe the bug** I'm trying to loop thru all the datasource/workbook connections and update the connection password. However, it will randomly returned 400033: Bad Request. Sometime, it works for more...
**Describe the bug** I'm using a GraphQL query to fetch workbook related information but it seems the query misses out some of the data sources, all of which is still...
**Describe the bug** When publishing a workbook, I am receiving the following error: ``` 403131: Forbidden A workbook with the same name is currently being published or modified. Wait until...
## Summary Set the value of view parameters (like vf filtering, but for parameters). ## Description Be able to set the value of a parameter in a view using a...
## Summary Download workbook as powerpoint ## Description Add functionality to download workbook as a PowerPoint file and PPTXRequestOptions, like ImageRequestOptions and populate_pdf but for pptx files. REST API example:...
**Describe the bug** We are currently using Tableau to enable our analysts to extract data and create workbooks and dashboard on datasources. Due to the limitations of the Tableau UI,...
**Describe the bug** - The issue is that delete workbook method raises an exception "400029:Bad Request : there was a problem deleting Workbook" whereas the content is actually getting deleted...
## Summary Right now, to my knowledge, we have to get items via the filter. I'd like to just `get_project("/path/to/project")` ## Description I have my own created already but figured...