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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
1.9.0 (2023-10-13)
New Features
Added support for the Python 3.11 runtime environment.
Dependency updates
Added back the dependency of typing-extensions.
Bug Fixes
Fixed a bug where imports from permanent stage locations were ignored for temporary stored procedures, UDTFs, UDFs, and UDAFs.
Revert back to using CTAS (create table as select) statement for Dataframe.writer.save_as_table which does not need insert permission for writing tables.
New Features
Support PythonObjJSONEncoder json-serializable objects for ARRAY and OBJECT literals.