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
Describe the bug
When I run make deploy against snowfalke environment I'm getting following error:
[_ENVELOPE_ARR] ERROR: No active warehouse selected in the current session. Select an active warehouse with the 'use warehouse' command.
To Reproduce
Steps to reproduce the behavior:
Use the cloud 'snowflake'
Run the query 'make deploy'
See error
[_ENVELOPE_ARR] ERROR: No active warehouse selected in the current session. Select an active warehouse with the 'use warehouse' command.
Expected behavior
I would expect additional SF_WAREHOUSE environment variable in .env file.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
I'm happy to provide pull request with required changes in run-query.js and run-script.js files.
The text was updated successfully, but these errors were encountered:
Hi @arekgotfryd,
Thanks for creating this issue and letting us know. We were expecting users to have a default warehouse set up but you have a good point and having an optional env variable SF_WAREHOUSE seems very convenient.
We have created a ticket for this and will tackle it as soon as possible.
In the meantime, could you set a default warehouse in your Snowflake account? or just adding the warehouse option directly inside your run-query.js and run-script.js?
Describe the bug
When I run
make deploy
against snowfalke environment I'm getting following error:[_ENVELOPE_ARR] ERROR: No active warehouse selected in the current session. Select an active warehouse with the 'use warehouse' command.
To Reproduce
Steps to reproduce the behavior:
[_ENVELOPE_ARR] ERROR: No active warehouse selected in the current session. Select an active warehouse with the 'use warehouse' command.
Expected behavior
I would expect additional SF_WAREHOUSE environment variable in .env file.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
I'm happy to provide pull request with required changes in run-query.js and run-script.js files.
The text was updated successfully, but these errors were encountered: