Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2024 08:06 AM
Hello @Eeg,
The error message indicates that no active warehouse is selected. You can explicitly set the warehouse in your session using the USE WAREHOUSE command
USE WAREHOUSE <warehouse-name>;
And make sure that there is an active SQL warehouse running, and attached it to the notebook.