You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The goal is that this will help reduce the random exceptions from #35. A pivot from #230.
We have a strong hunch that the Connection.get() function in app/ui/connection.py is returning a snowpark Session which is not thread-safe and being used by multiple threads.
The goal is that this will help reduce the random exceptions from #35. A pivot from #230.
We have a strong hunch that the
Connection.get()
function inapp/ui/connection.py
is returning a snowparkSession
which is not thread-safe and being used by multiple threads.https://docs.streamlit.io/library/api-reference/connections/st.experimental_connection seems like it could help the local development (which is also used by Cypress tests) inconsistency. Spend no more than half a day.
The text was updated successfully, but these errors were encountered: