Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2025 08:54 AM
Hi @maikel ,
Yes - look at the instructions here for programmatic ways to perform OAuth service principle auth: https://docs.databricks.com/aws/en/dev-tools/auth/oauth-m2m?language=Python#account-level-operations...
You will still need to initially create the service principle, client id, and secret id with the UI though. Once you have done that, the rest can be done with code.