-
Notifications
You must be signed in to change notification settings - Fork 35
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
Unable to authenticate to a synapse intance with a dedicated pool #218
Comments
hey @noel -- you got a smidge more context to share? |
haha sorry, did not mean to submit that. I was trying to reproduce and get more info before submitting.
and then install dbt-synapse.
I am able to connect to that end point using Azure Data Studio, but dbt would just time out. However, now I cant even get the dbt adapter to show up now. (I had deleted the venv to make sure there wasnt something else)
dbt debug throws an error
|
I got past that error by running
now dbt debug shows
|
We have a similar problem. For now, we have rolled back to 1.4.0, which still works. |
hi @noel @deepskydata ! Before merging PR, please help test if fix works:
-----------optional explanation-------------------
problem: dbt-fabric does not support "sql" as authentication method, so fabric_connection_manager line 317 throws error when trying to authenticate using fix: in synapse_connection_manager, overwrite the error-throwing method to accept |
I can confirm this works. That being said, I am on a mac and I had to run this AFTER the pip install because the dependency is for a non-M1 mac
I also had to use a different endpoint |
thanks @noel ! |
No description provided.
The text was updated successfully, but these errors were encountered: