12-27-2023 12:44 AM
I've worked on azure databricks connected to azure cosmos. It works when my cluster is not enabling Unity Catalog (UC).
But when I enable UC, it return error like below:
AnalysisException: [UC_COMMAND_NOT_SUPPORTED.WITHOUT_RECOMMENDATION] The command(s): Data source v2 are not supported in Unity Catalog.;
Please help me, thanks!
12-27-2023 05:24 AM
Hey, please share
Are you using this methid to connect;?
https://docs.databricks.com/en/connect/external-systems/cosmosdb-connector.html
There is chance that the methond you are using is not supported with UC and you might need to upgrad your code or use No isolation Shared cluster.
e.g. i have been publishing FS to Cosmos DB with AzureCosmosDBSpec and i switched from:
12-27-2023 05:33 AM
Hi, here is my configure:
12-27-2023 06:10 AM
You have to use Single user access mode and it will work with Unity.
Shared Access mode has some limitations 😞
12-27-2023 06:12 AM
12-27-2023 06:47 AM
It works for single mode, thank you very much!
Passionate about hosting events and connecting people? Help us grow a vibrant local community—sign up today to get started!
Sign Up Now