I just spent a lot of time setting up Unity Catalog with external locations, access connectors, and all the right permissions. My cluster had Dedicated access mode, Unity Catalog has been assigned properly, and everything was configured correctly. But when I tried using SELECT CURRENT_METASTORE() or accessing external locations, I kept getting this error:[OPERATION_REQUIRES_UNITY_CATALOG] Operation CURRENT_METASTORE requires Unity Catalog enabled. I double checked everything like roles, credentials, permissions but all seemed fine. Turns out, I just needed to restart the cluster manually. After that, everything worked perfectly. It would be great if Databricks showed a warning or hint to restart the cluster when Unity Catalog isn’t recognized, especially for new setups. Has anyone else faced this?