Skip to content

Commit

Permalink
Add a header and try to explain what this heatmap means on home page (#…
Browse files Browse the repository at this point in the history
…221)


Closes #215
  • Loading branch information
joshelser authored Sep 6, 2023
1 parent d7eb884 commit 621a9c0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions app/ui/Home.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,14 @@
else:
credit_cost = config.get_compute_credit_cost()

st.markdown(
"""
## Warehouse Heatmap
This heatmap helps you understand how busy your Snowflake warehouses are. Ideally, warehouses should be 100%
utilized as anything less represents cost for active warehouses that are not running queries and generating values.
"""
)

filter_container = st.expander("Filters", expanded=False)
st.container()

Expand Down

0 comments on commit 621a9c0

Please sign in to comment.