server-client-python
server-client-python copied to clipboard
A Python library for the Tableau Server REST API
Summary Add add and delete tags on a workbook as a direct API call instead of indirectly updating a workbook because permissions may allow users to change tags but not...
**Describe the bug** When a workbook's view contains no data, the export to excel would throw the following error. 400130: Bad Request There was a problem querying the crosstab for...
I am migrating workbook A from Tableau Server to Tableau Cloud using Tableau Server Client API (version: 0.31). The views in workbook A show a discrepancy: there are only 11...
## Summary Please add the operation that is already supported by the API to bulk remove users from a group. ## Description The API endpoint `PUT /api/api-version/sites/site-id/groups/group-id/users/remove` (see https://help.tableau.com/current/api/rest_api/en-us/REST/rest_api_ref_users_and_groups.htm#remove_user_to_group )...
## Summary Provide a setter for the workbook item Description Field ## Request Type Support a REST API The API: PUT /api/api-version/sites/site-id/workbooks/workbook-id supports a description field. the Schema definition for...
Missing interval details specifically days of the week to execute schedules in API responses for 'Daily' and 'Hourly' schedules, crucial for task configuration and execution. 'Monthly' and 'Weekly' schedules retrieving...
**Some background:** Goal here is to download multiple filtered views as a pdf, ideally this should be done directly at a workbook level, but the filters don't work across the...
**Describe the bug** Have two Tableau Servers, one at version 2023.3.2 and one at version 2023.3.4. I was using "TSC.Filter(TSC.RequestOptions.Field.ContentUrl, TSC.RequestOptions.Operator.Equals, content_url)" to filter the workbooks by "content_url". That is...
**Describe the bug** Recently tried to bump tableauserverclient from version 0.16.0 to 0.18.0 **Versions** Details of your environment, including: - Tableau Server version : Tableau Online - Python version: 3.9...
## Summary Configure sending emails to specific users when Flow runs successfully. ****Type 2: add a REST API and support it in tsc.**** If it is functionality that can be...