snowplow / sql-runner

Run templatable playbooks of SQL scripts in series and parallel on Redshift, PostgreSQL, BigQuery and Snowflake
http://snowplowanalytics.com
Apache License 2.0
80 stars 14 forks source link

Update Snowflake Driver #196

Closed colmsnowplow closed 2 years ago

colmsnowplow commented 2 years ago

The Snowflake driver's GetQueryStatus method can hit a JSON unmarshal error, which has since been addressed: https://github.com/snowflakedb/gosnowflake/issues/533

I don't expect us to hit it, since we only use this method in scenarios where I expect the query to have actually been successful. However we should bump the driver version with next sql-runner release.