We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mssql
Description
Different Error logs btn CLI and worker When running the same job on lightning with the following version 👇
VER Versions: ▸ node.js 18.20.4 ▸ worker 1.5.0 ▸ @openfn/language-mssql 5.0.1
I am getting an error saying
ADA Uncaught exception in worker thread (workflow c0b0fe05-cb43-4d4a-8b51-8fd60afa48d0 ) ADA { "message": "AggregateError", "name": "AggregateError" }
But when running it locally with CLI
♦ Versions: ▸ node.js 18.12.1 ▸ cli 1.8.1
I get more error logs that make it easy to troubleshoot
Request In few words Update mssql adaptor to pre-format error message then throw them
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
Different Error logs btn CLI and worker
When running the same job on lightning with the following version 👇
I am getting an error saying
But when running it locally with CLI
I get more error logs that make it easy to troubleshoot
Request In few words
Update mssql adaptor to pre-format error message then throw them
The text was updated successfully, but these errors were encountered: