microsoft / dbt-synapse

dbt adapter for Azure Synapse Dedicated SQL Pools
https://dbt-msft.github.io/dbt-msft-docs/docs/dbt-synapse/overview
MIT License
69 stars 29 forks source link

SQLAuth does not work in 1.8 #250

Closed dataders closed 1 hour ago

dataders commented 1 month ago

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.

You can see the difference in the files below:

amychen1776 commented 1 month ago

@prdpsvs would it be possible to get the fix merged into 1.8+? This is breaking several implementations.

prdpsvs commented 1 hour ago

@amychen1776 , @dataders , This is addressed in 1.8.1