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

Enable config file to parse environment variables. #346

Closed jnegara closed 5 years ago

jnegara commented 5 years ago

Environment variables can now be used in the config file such that %(ENV_VAR)s will be parsed as the value of the environment variable ENV_VAR.

jnegara commented 5 years ago

For the record, I am seeing this same test failure in the dev branch. https://travis-ci.com/tableau/TabPy/builds/124143059