exasol / databricks-virtual-schema

Virtual Schema for connecting Databricks as a data source to Exasol
MIT License
0 stars 0 forks source link

Support Databricks OAuth M2M authentication #3

Open kaklakariada opened 1 month ago

kaklakariada commented 1 month ago

The VS currently only supports Token auth.

Users will usually want to use OAuth M2M authentication which is recommended by Databricks. This auth type requires fetching a short-lived token as described in the documentation:

https://docs.databricks.com/en/dev-tools/auth/oauth-m2m.html#manually-generate-and-use-access-tokens-for-oauth-m2m-authentication

Acceptance criteria