malloy icon indicating copy to clipboard operation
malloy copied to clipboard

[snowflake] upgrade snowflake package and fix breaking changes

Open pavanka opened this issue 7 months ago • 0 comments

Between snowflake-sdk 1.9.0 and 1.11.0 seems like there are a few breaking changes

  1. Statement type is replaced with RowStatement
  2. Further StatementOption {parameter passed to execute} expects a 'complete' function.

Testing: Ran basic unit tests in malloy-db-snowflake

pavanka avatar Jul 13 '24 04:07 pavanka