So far in this series I’ve discussed how to create a simple native Streamlit app in Snowflake and connecting an app to Snowflake. In this article I’ll show some additional Streamlit navigation features as well as how to populate form elements from Snowflake data. st.set_page_config In order for the application to use all possible screenContinue reading “Snowflake: Display Query Results in Streamlit”
Category Archives: Snowflake
Snowflake: Connecting Native Streamlit Apps
In the first article in this series, I covered how to add a simple “Hello, World!” sample Streamlit application to Snowflake. The power of this newer feature comes into play when using data from Snowflake in the Streamlit. With the app running natively on Snowflake the data never leaves the Snowflake ecosystem; therefore, saving onContinue reading “Snowflake: Connecting Native Streamlit Apps”
Snowflake: Native Streamlit App
Snowflake continues to impress with additional features being added at a rapid pace. The recent Large Language Model (LLM) announcement at Snowday with Snowflake Cortex is one of the many new features headed our way from Snowflake! One recently added feature is the ability to add a Streamlit app directly to your Snowflake instance. Note that asContinue reading “Snowflake: Native Streamlit App”