github snowflakedb/snowpark-python v1.51.0
Release

6 hours ago

1.51.0 (2026-05-14)

Snowpark Python API Updates

Bug Fixes

  • Fixed a bug where AsyncJob.result("no_result") sometimes silently returned without raising error for failed queries.
  • Fixed a bug where INTERVAL YEAR TO MONTH values with zero months were displayed incorrectly (e.g. INTERVAL '0-4' YEAR TO MONTH instead of INTERVAL '4-0' YEAR TO MONTH) when using snowflake-connector-python>=4.3.0.

Improvements

  • When Session.reduce_describe_query_enabled is enabled, fewer DESCRIBE queries are issued when the outer query only projects or renames columns from an inner subquery whose column types are already known.

Don't miss a new snowpark-python release

NewReleases is sending notifications on new releases.