I'm trying to set up Unity Catalog on Databricks and for that purpose I created a new cluster with runtime version 11.3 and Single user as Access Mode. I tried to run
%sql
create catalog if not exists playcatdemo
from a notebook attached to the cluster I made previously but I get the following error:
[UC_NOT_ENABLED] Unity Catalog is not enabled on this cluster.
The answer from this discussion says that I need to set the Access Mode to either Single user or Shared. In my case, I have only two options and those are Single user and No isolation shared. However, I have Single user as a selected so I guess this shouldn't be a problem. Has anyone stumbled upon an issue like this recently and how did you manage to fix it?