tableau / TabPy

Execute Python code on the fly and display results in Tableau visualizations:
https://tableau.github.io/TabPy/
MIT License
1.56k stars 598 forks source link

I have a server running without any issues with the following config #198

Closed bzip2 closed 5 years ago

bzip2 commented 5 years ago

I have a server running without any issues with the following config

vizqlserver.extsvc.host http://127.0.0.1 vizqlserver.extsvc.port 9004 vizqlserver.script.disabled true

Last setting is backwards. It has to be set to true to enable scripts while the name implies otherwise. allow_insecure_scripts controls whether Tableau Server should accept string parameters which is a safety measure against injection attacks.

Originally posted by @BBeran in https://github.com/tableau/TabPy/issues/37#issuecomment-312694758