server-client-python
server-client-python copied to clipboard
A Python library for the Tableau Server REST API
## Description Currently these are not exposed anywhere. The `PDFRequestOptions` object is shared between the "Query View PDF" and the "Download Workbook PDF" endpoint however the workbook variant does not...
Regular permission delete method takes in a singular PermissionRule object, or a **list** of them. It will delete all the permissions included in the list. Default permissions delete method only...
**Describe the bug** After populating workbook connections, the `datasource_id`s in `workbooks.connections.datasource_id` don't appear to match with any of the `id`s from the `datasources.id` fields in our instance of Tableau Server....
**Describe the bug** Requesting PDF fails erratically. The API reference lists "The view ID in the URI doesn't correspond to a view available on the specified site." as the detail....
Raw Tableau API now supports "Description" of Workbooks and Views. Can we add that property here so we can get/set the description associated with a Workbook and View within that...
**Help Requested** Some of my views have multiple sheets. Does the functionality exist where I could export a select Sheet to CSV/excel from a given View? I could not find...
Hello All, I have just started to explore the tableauserverclient functionalities and was working on a scenario to publish Workbook with multiple datasource connection. With Live and Extract it all...
I'm trying to export a tableau view as a png after applying some filters, and I'm able to apply multiple filters as below example. I could not find any example...
I need to retrieve mail id of users who is logging in Tableau server version is 2020.4.5 tableauserverclient version is 0.15.0 I am using the code mentioned in https://github.com/tableau/server-client-python/issues/278 still...