From d640a36e781295188a543b2f9fdbf991cb0dc362 Mon Sep 17 00:00:00 2001 From: Adam Ling Date: Tue, 28 May 2024 11:25:30 -0700 Subject: [PATCH] changelog updates (#1684) --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e431dfd110..c0596dd8581 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## 1.18.0 (2024-05-28) +### Snowpark Python API Updates + +#### Improvements + - Improved error message to remind users set `{"infer_schema": True}` when reading csv file without specifying its schema. - Improved error handling for `Session.create_dataframe` when called with more than 512 rows and using `format` or `pyformat` `paramstyle`.