tableau / rest-api-samples

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

Add new sample: move_datasource_server.py. Fix bug in move_workbook_server.py #15

Closed kgreger closed 2 years ago

kgreger commented 7 years ago

This pull request mainly introduces a new sample file: move_datasource_server.py. Analogous to the other samples provided, this one shows Python code that moves a data source from one instance of Tableau server to another one.

In addition it also fixes a small bug in the existing sample move_workbook_server.py which actually broke the code for workbooks larger than 64MB.

jacalata commented 2 years ago

fixes https://github.com/tableau/rest-api-samples/issues/28