Why am I getting a TypeError in my workflow when pulling data from Snowflake and how to fix it?

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'