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

Add support for all fields as specified in [Using fields in the REST API](https://help.tableau.com/current/api/rest_api/en-us/REST/rest_api_concepts_fields.htm).

cla:signed

A new sample program showing how to create a subscription.

cla:signed

Hi, folks. Here's the bug description: Current versions of Python (3.12 and above) don't like Tableau Server's (e.g., version 2024.2) Diffie-Hellman key. This causes problems with Tableau Server Client Python,...

**Describe the bug** I am attempting to create a subscription to a workbook using a schedule that doesn't exist at creation time. To perform the same action using Tableau Cloud/Server...

help wanted

Tableau Support: https://help.salesforce.com/s/case-view?caseId=500Hx00000kv75VIAQ ## Summary A one line description of the request. Skip this if the title is already a good summary. ``` Want to be able to determine what...

enhancement
needs investigation

Tableau Support: https://help.salesforce.com/s/case-view?caseId=500Hx00000kv6hJIAQ **Describe the bug** A clear and concise description of what the bug is. ``` We cannot create schedules with a MonthlyInterval, looking at the code it forces...

bug
needs investigation

Tableau Support: https://help.salesforce.com/s/case-view?caseId=500Hx00000kv5y9IAA **Describe the bug** A clear and concise description of what the bug is. ``` We are trying to list our schedules, and this interval cannot be parsed...

**Describe the bug** When creating an Extract Refresh task with a Daily schedule following the provided [example](https://github.com/tableau/server-client-python/blob/v0.33/samples/create_extract_task.py), I either get an "Error 500" from the server or a task that's...

bug
needs investigation

## Summary I would love it if tableau authentication behaved more [like AWS](https://boto3.amazonaws.com/v1/documentation/api/latest/guide/credentials.html#configuring-credentials) I obviously can build wrappers for this, but this seems like pretty common functionality in python api...

enhancement
needs investigation

summary: pdate OpenD authentication to user via TSC clientu Description: Currently, we are using Tableau Server Client (Python) to create and update user details via an automated job. Everything is...

enhancement
needs investigation