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
After dbt-synapse began to inhierit from dbt-fabric instead of dbt-sqlserver, SQLAuth was effectively removed from this adapter as it isn't supported within Fabric and therefore dbt-fabric.
#218 was opened to flag this. #225, opened to solve this issue was only merged to the v1.7.latest branch so that it could be backported. However, the master branch still is missing the old ConnectionManager class that #225 added.
After dbt-synapse began to inhierit from dbt-fabric instead of dbt-sqlserver, SQLAuth was effectively removed from this adapter as it isn't supported within Fabric and therefore dbt-fabric.
#218 was opened to flag this. #225, opened to solve this issue was only merged to the
v1.7.latest
branch so that it could be backported. However, themaster
branch still is missing the old ConnectionManager class that #225 added.You can see the difference in the files below:
master
'ssynapse_connection_manager.py
1.7.latest
'ssynapse_connection_manager.py
The text was updated successfully, but these errors were encountered: