This topic was automatically generated from Slack. You can find the original thread here.
I started getting this error on a workflow today when pulling data from Snowflake. Anyone have any ideas? Seems to have started at ~7a CST today.
TypeError
this.determineConnectionDomain is not a function
Details
at null.Connection.connect (/pipedream/dist/code/4206a01bc15d120d97e1f8da4884716b65f7779c826526554ca1061e224e68eb/node_modules/.pnpm/snowflake-sdk@1.12.0_asn1.js@5.4.1/node_modules/snowflake-sdk/lib/connection/connection.js:197:35)
at null.null (node:internal/util:430:7)
at null.Promise (null:null:null)
at null.null (node:internal/util:416:12)
at Object.run (file:///pipedream/dist/code/4206a01bc15d120d97e1f8da4884716b65f7779c826526554ca1061e224e68eb/component.mjs:29:11)
at null.executeComponent (/var/task/launch_worker.js:292:53)
at MessagePort.messageHandler (/var/task/launch_worker.js:792:28)
Hi , I suspect the reason is the recent version 1.12.0 from snowflake-sdk library. Maybe you want to pin the version to 1.11.0 import snowflake from 'snowflake-sdk@1.11.0'