Ian OLeary
10/03/2024, 3:30 PMpymssql._mssql.MSSQLDatabaseException: (18452, b'Login failed. The login is from an untrusted domain and cannot be used with Integrated authentication.DB-Lib error message 20018, severity 14:\nGeneral SQL Server error: Check messages from the SQL Server\nDB-Lib error message 20002, severity 9:\nAdaptive Server connection failed (servername.domainname.local)\nDB-Lib error message 20002, severity 9:\nAdaptive Server connection failed (servername.domainname.local)\n')
I'm trying to run my MSSQL tap in my docker container locally (with dagster) and I'm getting this error. It's saying the login is from an untrusted domain, however the pipeline runs fine when I invoke it on my CLI. I use a VPN to connect to that server whenever I do dev testing so maybe that has something to do with it and maybe MSSQL can see my credentials when I'm not running the job in a container but it does when I invoke the command from the CLI? Any ideas?visch
10/03/2024, 3:47 PMIan OLeary
10/03/2024, 3:51 PMvisch
10/03/2024, 3:52 PMIan OLeary
10/03/2024, 4:11 PMvisch
10/03/2024, 4:54 PM