Skip to content

Release

Latest

Choose a tag to compare

@snowflake-connectors-app snowflake-connectors-app released this 05 Mar 18:17

1.47.0 (2026-03-05)

Snowpark Python API Updates

New Features

  • Added support for the array_union_agg function in the snowflake.snowpark.functions module.

Bug Fixes

  • Fixed a bug where Session.udf.register_from_file did not properly process the strict and secure parameters.
  • Fixed a bug when create dataframe with small data(< array binding threshold), and error is raised when have string value in a DecimalType column.