X Tutup
Skip to content

Adjust useDatabricksOAuthInAzure behavior#225

Merged
kravets-levko merged 2 commits intomainfrom
adjust-useDatabricksOAuthInAzure-behaviour
Feb 5, 2024
Merged

Adjust useDatabricksOAuthInAzure behavior#225
kravets-levko merged 2 commits intomainfrom
adjust-useDatabricksOAuthInAzure-behaviour

Conversation

@kravets-levko
Copy link
Copy Markdown
Contributor

useDatabricksOAuthInAzure = true means that user wants to use Databricks OAuth method on given Azure instance. And if that Azure host is not supported - we shouldn't silently fall back to Azure OAuth but throw an error instead. Azure OAuth should be used only when useDatabricksOAuthInAzure = false

@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Feb 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (4d4078b) 90.61% compared to head (4aec809) 90.61%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #225   +/-   ##
=======================================
  Coverage   90.61%   90.61%           
=======================================
  Files          62       62           
  Lines        1439     1439           
  Branches      246      246           
=======================================
  Hits         1304     1304           
  Misses         84       84           
  Partials       51       51           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Signed-off-by: Levko Kravets <levko.ne@gmail.com>
@kravets-levko kravets-levko force-pushed the adjust-useDatabricksOAuthInAzure-behaviour branch from d1ce0c7 to f53b654 Compare February 1, 2024 16:57
@kravets-levko kravets-levko merged commit 3953e5d into main Feb 5, 2024
@kravets-levko kravets-levko deleted the adjust-useDatabricksOAuthInAzure-behaviour branch February 5, 2024 19:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

X Tutup