server-client-python
server-client-python copied to clipboard
A Python library for the Tableau Server REST API
## Summary The Tableau REST API supports the resolution parameters **vizHeight** and **vizWidth** for PDF generation of views and workbooks, but the tableauserclient does not provide this capability. ## Suggested...
**Describe the bug** I need to update various Databricks connections; the [docs](https://tableau.github.io/server-client-python/docs/api-ref#connections) are unclear about connection attributes like `http_path` or authentication method (i.e. token vs user & password). How do...
**Describe the bug** If my workbook has special character in it, my filter fails. I'm currently working around this but hoping that it can be fixed. **Versions** Details of your...
## Summary Add usageStatistics Param to view.get_by_id Method ## Description For TSC: When you call server.views.get you have the option of setting usage=True. This will populate usage stats on the...
## Summary Enhance view item to have more enriched usage statistics ## Request Type Feature Request ## Description If i request views with usage=True set eg views = self.server.views.get(req_options =...
We have several Views containing a date range filter. How do we construct a `CSVRequestOptions` object that properly specifies the start and end timestamps for the range with calls to...
**Describe the bug** When using TSC and attempting to publish a Tableau Workbook created with Tableau Desktop 2022.1.10, there seems to be a table name char limit that Tableau is...
## Summary When authenticating with a personal access token (PAT) a duration until the expiry of the token is returned by the login request. This information is dropped by the...
**Describe the bug** I am using the TSC methods to delete the default permissions method for WB, DS etc and it is throwing an error message. Only the delete project...
Right now we only support adding tags on update. Would be nice to be able to tag things on upload/publish.