server-client-python
server-client-python copied to clipboard
A Python library for the Tableau Server REST API
Hello, I'm trying to create a subscription for a user on a view. I put this piece of code, schedule_id = '60c392fc-d902-44b0-92cf-cfa3b512630f' user_id = df[0].values[i] # Create the new SubscriptionItem...
**Describe the bug** When making an adjustment to a tiered license level on a site, trying to add the user for that tier too soon after can fail. Even if...
In [the docs for filtering the REST API](https://help.tableau.com/current/api/rest_api/en-us/REST/rest_api_concepts_filtering_and_sorting.htm) is the following phrase: > Wildcard searches for characters using starts with, ends with, and contains-based searches are supported starting in Tableau...
**Describe the bug** We are trying to publish a workbook(TWBX) of 228 MB via _**server.workbooks.publish(wb_item, file_path, 'Overwrite', as_job=True, hidden_views=view-list**_, but while asynchronously publishing the large workbook file(TWBX), it is getting...
**Describe the bug** When I'm in tableau and go to Site Status, and then click on Background Tasks for Extractions (#/analysis/BackgroundTasksforExtracts), I can see which extractions have been run on...
This adds functionality to bulk add and bulk remove users. It has the TSC users pass in an `Iterable[UserItem]`, and creates the csv file formatted as specified by [CSV guidelines](https://help.tableau.com/current/server/en-us/csvguidelines.htm)....
**Current REST API Support** Get linked tasks: https://help.tableau.com/current/api/rest_api/en-us/REST/rest_api_ref_flow.htm#get_flow_run_tasks1 Run linked task: https://help.tableau.com/current/api/rest_api/en-us/REST/rest_api_ref_flow.htm#run_flow_now1 **Add REST API Support** I don't believe the ability to create and configure a linked task is currently...