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

Allow users to set the new Trusted Extensions settings GET /api/api-version/sites/site-luid/settings/extensions SET /api/api-version/sites/site-luid/settings/extensions ``` { "extensionsEnabled": "true", "allowTrusted": "false", "includeSandboxed": "false", "includeTableauBuilt": "false", "includePartnerBuilt": "false", "safeList": { ... } }...

enhancement
needs investigation

https://github.com/tableau/server-client-python/blob/d065506f0a77031fa2060b43aa8413b8ed8ffa1c/tableauserverclient/models/reference_item.py#L1 Making ReferenceItem hashable has the benefit of allowing it to be used as the key in a dictionary for easier lookups and comparisons.

## Request Type Not sure which type, but I feel like a type 3 cause I tried many different approaches but still not able to trigger a virtual connection. ****Type...

enhancement
needs investigation

Subscriptions can be created on specific schedules. However, it is not possible to create subscriptions based on extract refresh. The SubscriptionItem class (subject, schedule_id, user_id, target) requires schedule_id as a...

**Describe of bug** When publishing workbooks using TSC's workbooks.publish() method, the operation consistently fails (until a few days ago it was working fine) with a "Datasource 'X' not found" error...

**Describe the bug** I have some code that I have been using for quite some time to publish workbook and also data sources to our on -prem environment. We just...

**Describe the bug** Filtering on workbook parameters doesn't work. Current workaround is to use the .vf() method and prepend the filter name with "Parameters." **To Reproduce** with server.auth.sign_in(tableau_auth): logger.info(f"Signed in...

Has anyone run into this issue/challenge. Setup: A workbook contains an embedded data source which utilizes a file file which is in the UNCFile path notation. Action: Publish the workbook...

**Describe the bug** When retrieving subscriptions using the TSC API on Tableau Online (Tableau Cloud), the SubscriptionItem.schedule_id field is always None, even for active subscriptions that were created with a...