CURRENT_WAREHOUSE (Lakehouse v2)
Returns the name of the current warehouse.
Analyze Syntax
Section titled “Analyze Syntax”func.current_warehouse()Analyze Examples
Section titled “Analyze Examples”func.current_warehouse()
┌───────────────────┐│ default_warehouse │└───────────────────┘SQL Syntax
Section titled “SQL Syntax”CURRENT_WAREHOUSE()SQL Examples
Section titled “SQL Examples”SELECT CURRENT_WAREHOUSE();
┌───────────────────┐│ default_warehouse │└───────────────────┘