1.47.0 (2026-03-05)
Snowpark Python API Updates
New Features
- Added support for the
array_union_aggfunction in thesnowflake.snowpark.functionsmodule.
Bug Fixes
- Fixed a bug where
Session.udf.register_from_filedid not properly process thestrictandsecureparameters. - Fixed a bug when create dataframe with small data(< array binding threshold), and error is raised when have string value in a DecimalType column.