We have change the default scope for the dbt-databricks app to all-apis, offline_access, we also change the redirect url to https://localhost:8020, https://localhost:8050 in all AWS and GCP and Azure public regions. For Azure GovCloud regions it is still pending.
For Azure in the current python sdk(0.17.0) we will always redirect to Azure endpoint so it does not affect how OAuth U2M works on Azure workspace at all.
This PR remove the hardcoded override for scopes and redirectUrls.
Description
Checklist
[x] I have run this code in development and it appears to resolve the stated issue
[x] This PR includes tests, or tests are not required/relevant for this PR
[x] I have updated the CHANGELOG.md and added information about my change to the "dbt-databricks next" section.
Resolves #
We have change the default scope for the dbt-databricks app to all-apis, offline_access, we also change the redirect url to https://localhost:8020, https://localhost:8050 in all AWS and GCP and Azure public regions. For Azure GovCloud regions it is still pending. For Azure in the current python sdk(0.17.0) we will always redirect to Azure endpoint so it does not affect how OAuth U2M works on Azure workspace at all. This PR remove the hardcoded override for scopes and redirectUrls.
Description
Checklist
CHANGELOG.md
and added information about my change to the "dbt-databricks next" section.