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

## 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...

enhancement
needs investigation

**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...

help wanted
document-api

**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...

help wanted
docs

## 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...

enhancement
needs investigation

## 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 =...

enhancement
needs investigation

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...

help wanted
needs investigation

**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...

bug
Server-Side Enhancement
needs investigation

## 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...

enhancement

**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...

help wanted

Right now we only support adding tags on update. Would be nice to be able to tag things on upload/publish.

enhancement
Server-Side Enhancement