tableau / TabPy

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

run tabpy in debug #558

Closed tb582 closed 1 year ago

tb582 commented 2 years ago

When running tabpy locally from terminal is there a way to run it in an enhanced debug mode? Some sort of startup flag or option?

tb582 commented 2 years ago

I've read the docs here: https://tableau.github.io/TabPy/docs/server-config.html#logging

but it seems like prep when it calls my script the tabpy log/console just sits on /evaluate method is there a way to see more details with what exactly prep and or tabpy is doing during this /evaluate call ?

nmannheimer commented 2 years ago

There is an option in the config to increase the verbosity of the logging, but that will only log what TabPy is doing, not Prep.