rest-api-samples icon indicating copy to clipboard operation
rest-api-samples copied to clipboard

Samples for the Tableau REST API

Results 22 rest-api-samples issues
Sort by recently updated
recently updated
newest added

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

question
java

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

new language

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

java
new language

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

enhancement
new sample

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

bug
java

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

bug
python

Seems to be an extremely simple change to perform, I'll do it for you as soon as I can. Best regards,

enhancement

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

new sample
java

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

enhancement