1.50.1 (2026-05-06)
Snowpark Python API Updates
Bug Fixes
- Fixed a bug where using parameter bindings for
CALLqueries issued throughsession.sqlwould raise an error. - Fixed a bug where
StringTypecolumns from Iceberg tables were not recognized as max-size strings. - Improved the
FileNotFoundErrormessage raised whenINFER_SCHEMAreturns zero rows so it also points to file format options (PARSE_HEADER,SKIP_HEADER,ON_ERROR=CONTINUE) that can silently filter everything out, instead of only suggesting a missing path.