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
this is crucial because the first time people use the snowcli needs to be a breeze, and we basically just put in the docs asking people to get around this by always specifying a query_warehouse. Not good!
Console output
No response
How to reproduce
see the code snippet, if the query_warehouse is not specified we should use the app_warehouse, or we should use something like the user's default warehouse. anything but what we're doing now.
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
snowcli defaults to a warehouse called streamlit for no reason
SNOW-1841806: snowcli defaults to a warehouse called streamlit for no reason
Dec 1, 2024
SnowCLI version
any and all, 3.2.0
Python version
3.10
Platform
Mac
What happened
hey all, it looks like the default warehouse used for the snowcli deploying to SiS is a warehouse called STREAMLIT. Can we get this to instead be the user's default warehouse? There is no reason we would think that every user would have a warehouse called STREAMLIT. I've attached the code line that is the culprit. https://github.com/snowflakedb/snowflake-cli/blob/main/src/snowflake/cli/api/project/schemas/v1/streamlit/streamlit.py#L30
this is crucial because the first time people use the snowcli needs to be a breeze, and we basically just put in the docs asking people to get around this by always specifying a query_warehouse. Not good!
Console output
No response
How to reproduce
see the code snippet, if the query_warehouse is not specified we should use the app_warehouse, or we should use something like the user's default warehouse. anything but what we're doing now.
The text was updated successfully, but these errors were encountered: