-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CLI Authentication fails #99
Comments
Same with dbt 0.18.1 |
Azure CLI auth itself does not seem to be the problem, I tried |
At first glance, this does seem different than #82. Can you try authenticating with a SQL account or with Also running |
Authentication using username/password works fine dbt.log with AZ CLI auth:
|
@JCZuurmond any idea here? |
I think the login fails because the user does not have the right permissions to access the SQL server. You can confirm this by going to You should create contained users in the database to allow your user to make the connection via AD login. |
@JCZuurmond I can login using the same account in Azure Data Studio and in the online query explorer. My account belongs to an AD group which is set as AD admin for that server. |
hmm, and is the login done correctly? it says |
Yes, as far as I can see. Wouldn't the
|
Ok, I'll have a look later today to see if I can recreate this error. Thanks for the additional context |
Hi @sdebruyn, I did not start recreating your issue yet. Before that could you try one more simple thing: change |
@JCZuurmond thanks for all you help here. we should probably make a PR to remove the case-sensitivity. @sdebruyn thanks for being patient while we figure this out. my only other idea (before we ask you to install the package in developer mode to get better logs) would be to see what happens if you use |
Spot on. Using |
I am logged in through the CLI, but I am receiving the error below in
dbt debug
profiles.yml:
dbt debug:
The text was updated successfully, but these errors were encountered: