Hi!
I just discovered streamlit.io and I am developing a Web UI using it and the Tableau API.
Python functions, which use the Tableau API, work fine. Unit tests were performed with Pytest adn the expected results are observed. However, when I use these functions with streamlit, I get intermittent authentication errors (401002: Unauthorized Access. Invalid authentication credentials were provided).
Doing a test, I use a function and it works fine, but when I try to use another functionaly I get authentication errors. Then, I exit the app and use the same functionality, and there is no problem. This is what I mean by flashing intermittence.
Thanks in advance for your help and suggestions!
Regards,
— Miguel