File tree Expand file tree Collapse file tree 1 file changed +7
-10
lines changed Expand file tree Collapse file tree 1 file changed +7
-10
lines changed Original file line number Diff line number Diff line change 44
55### Snowpark Python API Updates
66
7- #### Bug Fixes
8-
9- - Fixed a bug in ` DataFrameReader.dbapi ` (PrPr) that ` dbapi ` fail in python stored procedure with process exit with code 1.
10- - Fixed a bug in ` DataFrameReader.dbapi ` (PrPr) that ` custom_schema ` accept illegal schema.
11-
127#### New Features
138
14- - Added support for Python 3.13 runtime.
159- Added support for the following functions in ` functions.py ` :
1610 - ` ai_embed `
1711 - ` try_parse_json `
1812
13+ #### Bug Fixes
14+
15+ - Fixed a bug in ` DataFrameReader.dbapi ` (PrPr) that ` dbapi ` fail in python stored procedure with process exit with code 1.
16+ - Fixed a bug in ` DataFrameReader.dbapi ` (PrPr) that ` custom_schema ` accept illegal schema.
17+ - Fixed a bug in ` DataFrameReader.dbapi ` (PrPr) that ` custom_schema ` does not work when connecting to Postgres and Mysql.
18+ - Fixed a bug in schema inference that would cause it to fail for external stages.
19+
1920#### Improvements
2021
2122- Improved ` query ` parameter in ` DataFrameReader.dbapi ` (PrPr) so that parentheses are not needed around the query.
2223- Improved error experience in ` DataFrameReader.dbapi ` (PrPr) when exception happen during inferring schema of target data source.
2324
24- #### Bug Fixes
25-
26- - Fixed a bug in ` DataFrameReader.dbapi ` (PrPr) that ` custom_schema ` does not work when connecting to Postgres and Mysql.
27- - Fixed a bug in schema inference that would cause it to fail for external stages.
2825
2926### Snowpark Local Testing Updates
3027
You can’t perform that action at this time.
0 commit comments