bryanthowell-tableau / tableau_tools

Package containing Tableau REST API, XML modification, tabcmd and repository tools
Other
214 stars 87 forks source link

TableauSDK and tableau_rest_api #3

Closed scenting closed 8 years ago

scenting commented 8 years ago

Hi,

Previous project tableau_rest_api did not require the TableauSDK dependency, which is not on PyPI and can be a pain to install inside docker images.

Is there a way of using tableautools.tableau_rest_api without requiring this extra dependency?

Thanks,

bryanthowell-tableau commented 8 years ago

I made a change in 3.1.0 so that the include is optional and only happens if you try to modify the datasource structure when there is an included TDE. It is necessary in those cases however. Let me know if that is not working.

scenting commented 8 years ago

Thanks!