server-client-python
server-client-python copied to clipboard
A Python library for the Tableau Server REST API
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...
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) ```
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,...
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...
ownerName filter does not return items for workbooks, datasources, flows, projects, views, metrics
**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...
## 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,...
## 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...
**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
## 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,...