Skip to content

Commit ccd0d2a

Browse files
authoredMar 13, 2025
NO-SNOW: release 1.29.1 merge back to main (#3153) (#3155)
1 parent 2753a5f commit ccd0d2a

File tree

130 files changed

+320
-85
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

130 files changed

+320
-85
lines changed
 

‎CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,14 @@
1818

1919
- Support relaxed consistency and ordering guarantees in `pd.read_snowflake` for non-query data sources.
2020

21+
## 1.29.1 (2025-03-12)
22+
23+
### Snowpark Python API Updates
24+
25+
#### Bug Fixes
26+
27+
- Fixed a bug in `DataFrameReader.dbapi` (PrPr) that prevents usage in stored procedure and snowbooks.
28+
2129
## 1.29.0 (2025-03-05)
2230

2331
### Snowpark Python API Updates

‎docs/source/snowpark/io.rst

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Input/Output
2222

2323
DataFrameReader.avro
2424
DataFrameReader.csv
25+
DataFrameReader.dbapi
2526
DataFrameReader.format
2627
DataFrameReader.json
2728
DataFrameReader.load

0 commit comments

Comments
 (0)