Hi,That's interesting. I'll try to recreate your scenario tomorrow and let you know about my findings. Maybe explanation from related thread that you've attached is right? But that would be kinda lame  This should be one of the basic things that you...
Hi,The recommended approach is to add Unity Catalog resource to your Databricks App. As per documentation: "Add Unity Catalog volumes as Databricks Apps resources so your app can read from and write to files and directories stored in Unity Catalog wi...
So, for instance I have catalog called project in databricks free edition. If I would like to assign proper permission for my Service Principal (so that it can see the tables wihtin catalog and can query them) first I need to set 2 preequisite permis...
Yes @ManojkMohan , it does. Based on your setup you have created sfdb catalog with default schema and 2 tables: e_clothing and salesforce_activation_data.Now you need to grant the permission I've mentioned at post above to your service principal.
Hi @ManojkMohan ,You need to assign a correct set of grants to your service principal on Unity Catalog. To query a table in Unity Catalog you need at minimum following privileges- USE CATALOG - on the parent catalog of the table- USE SCHEMA - on the ...