Hello all,
Testing tap-mssql and erroring on load (json or csv). It seems to be reading from database but erroring after that. Config is:
plugins:
extractors:
- name: tap-mssql
variant: buzzcutnorman
pip_url: git+
https://github.com/BuzzCutNorman/tap-mssql.git
config:
dialect: mssql
driver_type: pyodbc
host: hostname
port: 1433
database: dbname
user: username
sqlalchemy_url_query:
driver: ODBC Driver 18 for SQL Server
TrustServerCertificate: yes
authentication: ActiveDirectoryIntegrated
start_date: 2024-01-01
select:
- dbo-t_Time.TimeKey
Error log is attached. Any guidance is much appreciated.