cancel
Showing results for 
Search instead for 
Did you mean: 
Warehousing & Analytics
Engage in discussions on data warehousing, analytics, and BI solutions within the Databricks Community. Share insights, tips, and best practices for leveraging data for informed decision-making.
cancel
Showing results for 
Search instead for 
Did you mean: 

Using Databricks SQL editor, when running a single query such as `use schema {schema_name}`, the selected schema in the UI is not updated. Then any su...

kietay
New Contributor II

Using Databricks SQL editor, when running a single query such as `use schema {schema_name}`, the selected schema in the UI is not updated. Then any subsequent queries will use the UI schema. Leads to very confusing behaviour where you can run:

```

use schema x;

create table y (col_name type)

```

and table y gets created in `default` schema (if that is the schema selected in the UI)

1 REPLY 1

kietay
New Contributor II
Hey Kaniz, IIUC Databricks SQL endpoints don't have a specific DBR right?
Kieran Taylor
Senior Software Engineer, Data Platform

Connect with Databricks Users in Your Area

Join a Regional User Group to connect with local Databricks users. Events will be happening in your city, and you won’t want to miss the chance to attend and share knowledge.

If there isn’t a group near you, start one and help create a community that brings people together.

Request a New Group