server-client-python icon indicating copy to clipboard operation
server-client-python copied to clipboard

A Python library for the Tableau Server REST API

Results 212 server-client-python issues
Sort by recently updated
recently updated
newest added

**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:...

bug
Server-Side Enhancement

## 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...

enhancement
needs investigation

## 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...

enhancement
needs investigation

## 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...

enhancement
needs investigation

**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...

bug
Server-Side Enhancement

## 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...

enhancement
needs investigation

## 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...

enhancement
needs investigation

**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...

help wanted
perf

**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...

needs investigation

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...

help wanted