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'm using python 3.9 , tableauserverclient = v0.26 to download a datasource named "Athena datasource.tdsx" But the downloaded file has the name "Athenadatasource.tdsx" without spaces. Code: server.datasources.download(ds.id, output_dir, include_extract=False)

bug
needs investigation

Our admins have created Tableau schedules of type 'System'. When I run a GET schedules request in Postman, I receive a schedule like this: This type causes the property_decorators in...

bug

## Summary For content with incremental refresh set up, allow for functionality to assign schedules as `Incremental Refresh`. ![image](https://user-images.githubusercontent.com/98729458/188754752-f8e65130-f50b-4b2e-810b-5692f4925b5c.png) ## Description Currently, there is no option to add incremental refresh...

Server-Side Enhancement
in-progress

After reviewing issue #488 , I found that I am experiencing the issue on single table extracts as opposed to multi. any help and suggestions would be appreciated. I have...

help wanted

Hello, I’m downloading an extract datasource with option include_extract=False (to save disk space). When re-publishing received file (.tdsx format) to a new location I get error “ServerResponseError:         400011: Bad Request               ...

bug
Server-Side Enhancement

**Describe the bug** When I use the download function for a Flow in tableauserverclient under flows_endpoint.py, it fails intermittently. I am just running it with the same flow id and...

bug
needs investigation

From #1299: The use of a custom datetime module caught me off guard in the project. I'd suggest using datetime and timedelta as the source for seconds and minutes instead...

enhancement

**Describe the bug** I am trying to create or modify a user, and I have not been able to. I receive different error. **Versions** Details of your environment, including: -...

help wanted

**Describe the bug** Tableauserverclient does not support proxy over HTTPS (it supports proxy over HTTP, but not HTTPS). **Versions** Details of your environment, including: - Tableau Server version (or note...

docs

**Describe the bug** I am trying to insert data into a published .tdsx which has multi-table hyper file as the source data. I'm using Tableau Server Client update_hyper_data(). When I...

help wanted
needs investigation
hyper-api