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

I have a view which has around 4 lakh rows, and by default has filter applied to one column (ex: Category is set to 'Furniture'). This reduces the number of...

Server-Side Enhancement
needs investigation

I am getting pdf with filters which is applied during publishing. It would be good if you guide me to apply multiple filters ``` pdf_req_option = TSC.PDFRequestOptions(page_type=TSC.PDFRequestOptions.PageType.A4,orientation=TSC.PDFRequestOptions.Orientation.Landscape) pdf_req_option.vf("P_Unit","ABCD") server.workbooks.populate_pdf(workbook,options) ```

help wanted

When attempting to filter using the "In" operator on datasources, I am able to filter a single source using "Equals" but if I switch to "In" and supply a list,...

help wanted

In #1429, support for virtual connections was added, but the ability to set permissions to virtual connections at the project level was omitted. Adding support for virtual connections as well...

cla:signed

**Describe the bug** Providing the owerName filter to an endpoint never returns any items. **Versions** Details of your environment, including: - Tableau Server Version - 2020.3.8, 2021.3.0 - Python Version...

bug
needs investigation

## Summary Add ability to filter flows by ownerEmail. ## Request Type ****Type 3: new functionality**** Requests for totally new functionality will generally be passed to the relevant dev team,...

enhancement
needs investigation

## Summary Provide notes from the relevant background job in the `flowRun` XML. ## Request Type ****Type 3: new functionality**** Requests for totally new functionality will generally be passed to...

enhancement
needs investigation

**Describe the bug** When initializing the Tableau Server client it's possible to encounter the error message `Invalid Version: Unknown` which is rather confusing and does not provide enough context to...

make it easier for people to tell if something is failing because they don't have this license

enhancement
needs investigation

## Summary When publishing workbooks/datasources with `as_job` and querying for job status via `Jobs.get_by_id`, Jobs should return details about the object that was published. ## Request Type If you know,...

enhancement
needs investigation