Skip to content

snowflake query execution plan view via streamlit app

License

Notifications You must be signed in to change notification settings

Modredo/Snowflake-Query-Statistics

Repository files navigation

Query Statistics

A Streamlit app to help visualize and highlight certain query statistics, using the Snowflake Query Statistics.

How to Install:

conda create -n snowflake-query-statistics python=3.8
conda activate snowflake-query-statistics

Then run one of the following:

pip install streamlit
pip install git+https://github.com/sfc-gh-brianhess/st_connection.git#egg=st_connection
pip install pyarrow~=10.0.1

or

pipenv install
pipenv shell
pipenv install streamlit
pipenv install git+https://github.com/sfc-gh-brianhess/st_connection.git#egg=st_connection
pipenv install pyarrow~=10.0.1

How to Run:

streamlit run streamlit_app.py

About

snowflake query execution plan view via streamlit app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages