server-client-python
server-client-python copied to clipboard
A Python library for the Tableau Server REST API
**Description** Calling `groups.get` endpoint I'm unable to filter using the `Operator.In` operator. **Versions** - Tableau Server version: 2021.1.0 (20211.21.0430.0040) 64-bit Linux - Python version: Python 3.7.7 - TSC library version:...
## Summary While the deprecated api appropriately removed `connection_credentials` whether the connection is over oauth should still be returned ## Description We would like to use the API to help...
## Summary A one line description of the request. Skip this if the title is already a good summary. Hi friends, we are using the tableau server client. Right now...
## Summary Allow users to specify the fields to be returned by endpoints as documented here: https://help.tableau.com/current/api/rest_api/en-us/REST/rest_api_concepts_fields.htm ## Request Type Type 1: This behavior is already supported by API endpoints...
**Describe the bug** The job ID generated when creating an extract via TSC is not queryable by the `server.jobs.wait_for_job` method. **Versions** Details of your environment, including: - Tableau Server version...
## Summary A one line description of the request. Skip this if the title is already a good summary. Add support all methods of the [virtual connection endpoint](https://help.tableau.com/current/api/rest_api/en-us/REST/rest_api_ref_virtual_connections.htm) of the...
## Summary Would like to see the ability to list all tasks within a schedule on Tableau Server. ## Description I have a use-case where I want to monitor tasks...
**Versions** Details of your environment, including: - Tableau Server version (or note if using Tableau Online) - python 3.8 - TSC 0.26 **To Reproduce** import tableauserverclient as TSC from pathlib...
**Describe the bug** When rendering an image for dashboards that use parameters, the received image is always a stale one. The parameters are sent in using a view filter. The...
Unable to match schedules to subscriptions. The schedule_id in the subscription result set does not match any of the schedule id from the schedule result set. What am I missing...