Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2025 12:53 AM
How to create that file while running under SP identity? Service principals are designed solely for API access and cannot log into the Databricks UI. So, you mean Databricks API should be used to import those files under service principal security context? And, wouldn't it be the same as using Databricks CLI as in the end I guess CLI is making use of that API? Thanks!