You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,10 @@
8
8
9
9
- Added support for `Session.udf_profiler`.
10
10
11
+
#### Dependency Updates
12
+
13
+
- Catalog API no longer uses types declared in `snowflake.core` and therefore this dependency was removed.
14
+
11
15
## 1.41.0 (YYYY-MM-DD)
12
16
13
17
### Snowpark Python API Updates
@@ -81,7 +85,6 @@
81
85
82
86
- The default maximum length for inferred StringType columns during schema inference in `DataFrameReader.dbapi` is now increased from 16MB to 128MB in parquet file based ingestion.
83
87
- Catalog API now uses SQL commands instead of SnowAPI calls. This new implementation is more reliable now.
84
-
- Catalog API no longer uses types declared in `snowflake.core` and therefore this dependency was removed.
0 commit comments