Hi,
do you know if there is a way to create Unity Catalog metastore using Service Principal?
Here I can see that for creating account-level resources we need to provide a user and password (https://registry.terraform.io/providers/databricks/databricks/latest/docs#authenticating-with-hostname-username-and-password)
Is there a way to create a password for the SP? I thought it would be possible to create PAT, but I guess it's not possible on the account level.