Hi, i’m using streamlit for querying a SQL Server.
Before that, the querys where made using pyodbc (sqlalchemy) from the same machine.
But, right now the server is refusing the connection from the python scripts, but still accepting from Streamlit.
Someone knows why that happens? Is the same machine, with the same python modules and the same connection engine, but for some reason the connection is perfectly done in Streamlit but not possible from plain python.
What does Streamlit do differently?
Thanks in advance