You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AzureTenantId was hardcoded as a constant which was linked to
".staging.azuredatabricks.net". Therefore, if the host URL was for
example from ".azuredatabricks.net", it failed to detect ClientId. I
replaced the const value with a map to find the AzureTenantId based on
the DSN host.
---------
Signed-off-by: Erfan Mahmoodnejad <[email protected]>
Co-authored-by: Erfan Mahmoodnejad <[email protected]>
0 commit comments