Category / Section
How to specify warehouse name when connecting to snowflake data source in Bold Reports?
Published:
Updated:
Problem
When working with Snowflake, you may encounter an error stating No active warehouse specified in the current session. This issue occurs when the active warehouse is not set in the Snowflake instance.
Solution
To resolve this issue, add Warehouse=myWarehouse (replace myWarehouse with the actual warehouse name) in the Connection String field.
By specifying the warehouse name as an additional parameter in the connection string, you will ensure that the active warehouse is set correctly, and the error should no longer occur.