Hi @gyorgyjelinek,
It appears that the behavior you are experiencing is due to the default schema selection mechanism in Unity Catalog. When a new SQL Editor tab is opened, the default catalog is correctly set to the Unity Catalog you specified. Howe...
Hello @Phani1,
You might want to review this document: https://docs.databricks.com/en/compute/serverless/best-practices.html
Let me know if you have any further question.
Hi @vaishalisai,
Could you please run below validations?
Run this command to validate: databricks auth describe
Check the Databricks Configuration File: Ensure that your .databrickscfg file is correctly configured. This file should be located in your...
Hello @amberleong,
To restrict users from switching branches in the Git UI and only allow one branch, you can implement branch protection rules in your Git repository, directly from your source code git tool.