stbjelcevic
Databricks Employee
Databricks Employee

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.

View solution in original post