Data not returning but Snowflake connection shows query was successful

Summary

I’ve deployed my streamlit app to azure using azure app service. It deploys successfully, but when it comes to running the query against Snowflake, it just shows that its running and does not return any results.

Explain what you expect to happen when you run the code above.

The screen shows that its either running the “init_connection” and “run_query” but never returns the results. When I go to my snowflake account, I can see that the query is successful.

  • Streamlit version: 1.19.0
  • Python version: 3.9.6
  • OS version: Linux
  • Browser version: Chrome Version 111.0.5563.110

Requirements file

streamlit
pandas
numpy
seaborn
matplotlib
plotly
snowflake-connector-python

Links

Additional information

1 Like

Hey @mashhype,

Thanks for sharing this question! Please update your post to include a code snippet so we can try to reproduce the issue.