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.
Describe the bug
When I run
make deployagainst 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.