Alberto_Umana
Databricks Employee
Databricks Employee

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.