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

Hi, Python version: 3.10.1 Tableau Server version: 2022.3.0 (20223.22.1005.1835) 64-bit Linux tableauserverclient version: 0.19.0 I will give you an overview of the situation: Let's say that you have published dashboard...

Server-Side Enhancement

**Describe the bug** server.favorites.delete_favorite_flow results in server response error 404005. The flow and corresponding project exist and can be found using server.projects and server.flows. **Versions** Details of your environment, including:...

Server-Side Enhancement
needs investigation

Per [PEP-0594](https://peps.python.org/pep-0594/), the cgi module will be removed in the 3.13 release. Starting to see notices popping up for this now. INFO - /usr/local/lib/python3.11/site-packages/tableauserverclient/server/endpoint/datasources_endpoint.py:1: DeprecationWarning: 'cgi' is deprecated and slated...

infra

**Describe the bug** I try to add user to a site and receive error from API responsen, but fact user being added to the server. Unfortunately discussion from issue #990...

enhancement
Server-Side Enhancement
docs

## Summary I cannot use TSC to get the usage statistics for a specific workbook. I'd like to get the usage statistics for a given workbook. I can do this...

help wanted

## Problem Devs keep running into the same error messages and not being able to debug them. ## first `401002: Unauthorized Access Invalid authentication credentials were provided. ` in our...

Server-Side Enhancement

## Summary Currently it is not very clear if this library is thread-safe or not. According to https://github.com/psf/requests/issues/2766 a single session per thread is preferred so should we create multiple...

enhancement
needs investigation

## Summary Allow the developer to update the useRemoteQueryAgent flag during the publishing process. ****Type 1: support a REST API:**** The useRemoteQueryAgent flag can be used to make a datasource...

enhancement
in-progress
0.26

## Summary It would be very helpful to be able to edit a Data Source Field Description via REST api (and subsequently scp). ## Description With the Metadata API, it...

enhancement
needs investigation

## Summary Create a configuration file to centralize all constant in a single place, allowing users to override values as needed (Monkey patching) ## Description There is a constant _**FILESIZE_LIMIT**_...

enhancement
in-progress
0.26