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

tabpy limits documentation #509

Closed yair4Data closed 2 years ago

yair4Data commented 3 years ago

i am wondering what is the limitation that tabpy has for size of data itself (number of rows/actual memory size) , and number of arguments (columns) it can pass (i think there is a limit to up to 99 arguments) i see no documentation of that.

chaz-clark commented 3 years ago

Here is some documentation on what you can control, it might not have variables listed but it's what is available, I have used it to expand some resources for large processing files that take hours to process.

https://github.com/tableau/TabPy/blob/master/docs/server-config.md

nmannheimer commented 2 years ago

@yair4Data as @chaz-clark notes, changing the max request size and timeout limits can control how TabPy handles larger data. There is not a hard limit enforced on the TabPy side.