Preview — 8.45 Release Notes

Attention

Content in this page is available in advance of the completion of the 8.45 release, which is currently either pending or in progress.

The release is scheduled to complete on December 4 (subject to change).

Features, updates, or behavior changes described in this page might not become available in your account(s) until the completion of the release.

For updates to these release notes, see Release notes change log.

SQL updates

Snowflake Scripting: Asynchronous child jobs — Preview

With this release, Snowflake Scripting (SQL) stored procedures can run queries concurrently as asynchronous child jobs. The query can be any valid SQL statement, including SELECT statements and DML statements, such as INSERT or UPDATE.

To run a query as an asynchronous child job, add the ASYNC keyword to the query for a RESULTSET. When this keyword is omitted, the stored procedure runs child jobs sequentially, and each child job waits for the running child job to finish before it starts.

Running multiple child jobs concurrently can improve efficiency and reduce overall run time.

Extensibility updates

Profiling Python stored procedure handlers — Preview

With this release, you can discover how much time or memory was spent executing your stored procedure handler code by using the built-in code profiler. The profiler generates information describing how much time or memory was spent executing each line of Python code.

Java 17 support — General Availability

With this release, we are pleased to announce general availability of Java 17 in Snowpark. You can now create and run stored procedures and UDFs using Java 17. The Snowpark API and JDBC Driver have also been updated to support Java 17.

Data pipeline updates

Dynamic tables: Unlimited inputs

With this release, you can define dynamic tables that read from an unlimited number of tables or dynamic tables. Previously, dynamic table definitions were limited to querying up to 100 tables or dynamic tables.

Release notes change log

Announcement

Update

Date

Release notes

Initial publication (preview)

27-Nov-24