dlt-hub / dlt

data load tool (dlt) is an open source Python library that makes data loading easy 🛠️
https://dlthub.com/docs
Apache License 2.0
2.7k stars 180 forks source link

Support OAuth for Databricks #1981

Open VioletM opened 1 month ago

VioletM commented 1 month ago

Feature description

The current way of authentification only supports auth via Token. This feature aims to also support auth via OAuth.

Proposed solution

The OAuth authentification is required by Databricks Technology Partnership.

OAuth:

The doc with more details: https://drive.google.com/file/d/1M6BTBL3I1q5525BilT7wB7XVIh3pqnVx/view?usp=sharing They have 2 options: U2M and M2M, I suggest we support one of them.

fredmny commented 3 weeks ago