tableau / rest-api-samples

Samples for the Tableau REST API
MIT License
394 stars 273 forks source link

TWB not allowed as a workbook type to Publish? #10

Open ebarsegian opened 7 years ago

ebarsegian commented 7 years ago

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 TWB files through tabcmd and a workbook type can even be distinguished on your API documentation online: https://onlinehelp.tableau.com/current/api/rest_api/en-us/help.htm#REST/rest_api_ref.htm#Publish_Workbook%3FTocPath%3DAPI%2520Reference%7C_____45

Could you please upload an updated publish_workbook.py example that allows TWB based workbooks? If the API allows it, it should work. I'm not the best with XML, any help would be great.

Thank you