tableau / server-client-python

A Python library for the Tableau Server REST API
https://tableau.github.io/server-client-python/
MIT License
657 stars 422 forks source link

Type 1 Add parameters to workbook publish method #1087

Open cristiansaavedra opened 2 years ago

cristiansaavedra commented 2 years ago

Screenshot_20220808-044142~3

Summary

Add parameters in the publish method for support timeout. The post request method already support parameters in the release 0.17.0 for timeout.

Description

I am having issues loading files of 10/20MB less than the 64MB to be chuck. Adding the parameters support here will allow to pass a timeout value instead of 60 seconds.

cristiansaavedra commented 2 years ago

https://github.com/tableau/server-client-python/blob/master/tableauserverclient/server/endpoint/workbooks_endpoint.py