databricks / dbt-databricks

A dbt adapter for Databricks.
https://databricks.com
Apache License 2.0
195 stars 104 forks source link

Change default redirect_url and scopes of client dbt-databricks #704

Closed jackyhu-db closed 1 week ago

jackyhu-db commented 1 week ago

Issue

The default redirect_url http://localhost:8020 and scope all-apis is not configured in the OAuth client dbt-databricks, which leads to the failure in OAuth U2M flow with the default OAuth configuration in the dbt profile.

Description

Change the default redirect_url and scopes of OAuth client dbt-databricks to align its configuration in Databricks

image

Checklist