Hi, I would like to use `dbt-sqlserver` without installing ODBC driver. `python-tds` allows to connect to SQL Server using pure Python TDS. Could you please implement a parameter to use `python-tds` ?
Hi,
I would like to use
dbt-sqlserverwithout installing ODBC driver.python-tdsallows to connect to SQL Server using pure Python TDS.Could you please implement a parameter to use
python-tds?