Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2024 04:33 AM
@Espenol1
I see two ways of doing that:
- There's a "dbmanagedidentity" in databricks managed resource group, which should be automatically tied to DefaultAzureCredential(). Needs to be tested if it actually works,
- You can create a service principal, store object_id and secret in a secrets scope, then connect to the database through jdbc.