CURRENT_CATALOG (Lakehouse v1)
Returns the name of the catalog currently in use for the session.
SQL Syntax
Section titled “SQL Syntax”CURRENT_CATALOG()SQL Examples
Section titled “SQL Examples”SELECT CURRENT_CATALOG();
┌───────────────────┐│ current_catalog() │├───────────────────┤│ default │└───────────────────┘