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