rest-api-samples
rest-api-samples copied to clipboard
Samples for the Tableau REST API
Hi, I have followed the steps specified in README and successfully built the project, however when it comes to last step 'ant run,' it gives me this following error: Error:...
Would be great to get some Powershell examples up here as well. In the current documentation, I am unable to figure out where I define the file path location of...
after following the pre-requisites which just point to a general JDK page, i had lots of errors that only cleared up after I went from jdk 13, to 11, then...
Hello I am trying to utilize python to edit and publish TWB based workbooks. The current example publish_workbook.py is great, but only TWBX based files. I know I can publish...
see exception handling here https://github.com/tableau/rest-api-samples/blob/master/java/src/com/tableausoftware/documentation/api/rest/util/RestApiUtils.java#L129 we put exceptions into the variable 'ex', but on the next line where we send the exception string, we don't include the variable to print...
In the python publishing workbook script, it says: > Note: The REST API publish process cannot automatically include > extracts or other resources that the workbook uses. Therefore, > a...
Hi team, I spotted an issue in this sample script: https://github.com/tableau/rest-api-samples/blob/master/python/move_workbook_sites.py When running it with a large workbook (over 64MB) the script fails with: Traceback (most recent call last): File...
Seems to be an extremely simple change to perform, I'll do it for you as soon as I can. Best regards,
The java sample api supports upload of workbooks but has no support to create or update data sources. According to the rest api documentation this is supported, but obscure Tableau...
When these were included in the java build system they got run as part of the test suite. Now that they're in github we need some way to make sure...