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

We introduced the concept of a `ResourceReference` we should add it to all types (via inheritance or not is TBD. Current implementation is not.) \cc @RussTheAerialist @gaoang2148 @shinchris

enhancement

**Describe the bug** When using the flows publish method, the flow image is not available on Tableau Cloud or Tableau Server. This occurs when using a .tfl and .tflx file....

Server-Side Enhancement

1. show a way to read credentials better than the command line 2. fix the incorrect 'paging' used in several samples (https://github.com/tableau/server-client-python/issues/1531) 3. check the samples as a whole for...

infra

**Describe the bug** We are indexing data from multiple Tableau instances as a service provider integrating with Tableau. We observed flaky requests on some instances: ``` 2024-11-01T08:42:57.565777616Z stderr F INFO...

Design Proposal
docs

**Describe the bug** I have several filter put in report, the original view is setting filter as value 'a' and when I pulled the data through script, I want to...

help wanted

**Describe the bug** The no_extract parameter is no longer supported in the newest versions (.33 and .34). **Versions** Details of your environment, including: - Tableau Server version: Product Version: 2024.2.2...

docs

I'm moving from using a PAT to using a JWT. The following code worked with a PAT but I can't seem to get it to work using a JWT. I've...

Server-Side Enhancement
gap

## Description It would be helpful to be able to pass a `max_filesize` parameter to a workbook's download method that will return early if a workbook is too large 🙂

enhancement
needs investigation

Closes #1632 Parameters need to be prefixed with "vf_Parameters." in order to be properly registered as setting a parameter value. This PR adds that prefix where it was missing, but...

cla:signed