Henning Holgersen
02/09/2023, 4:16 PMvisch
02/09/2023, 4:33 PMpyodbc
instead if you have a way to replicate the issue. pymssql caused so many random small issues for me I moved away from it (not saying that's' the issue here as I don't know)
Once you get an example record live will be a lot easier.
https://github.com/storebrand/target-mssql/blob/main/target_mssql/connector.py#L356 should probably be a bigint.
Also https://github.com/storebrand/target-mssql/blob/main/target_mssql/connector.py#L358 is going to cause issues at some point, going a bit higher as a default might work better 🤷
https://github.com/storebrand/target-mssql/blob/main/target_mssql/connector.py#L360 should probably be a BIT type instead but I"m way off topic at this pointHenning Holgersen
02/09/2023, 5:49 PMchristoph
02/09/2023, 8:31 PMpymssql+freetds
over pyodbc+odbc blob proprietary drivers
.
I might throw my hat in the ring for debugging this one.visch
02/09/2023, 8:53 PM