I’m currently developing a Databricks App, and the app’s service principal needs access to Unity Catalog tables. From what I can tell, it doesn’t seem possible to grant Unity Catalog permissions through DABs yet — only through the UI, based on the current documentation.
Can anyone confirm whether this is currently a limitation of DABs? If so, is there any indication of when support for managing UC permissions as part of app bundle resources might be added?
In the meantime, does anyone have recommendations for a temporary workaround that avoids manually assigning permissions to the app service principal in each environment during deployment? Ideally, I’d like to keep the deployment process fully automated across dev/test/prod.
Thanks!