Preview — 8.35 Release Notes

Attention

Content in this page is available in advance of the pending completion of the 8.35 release. The release is scheduled to complete on September 19 (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

RANGE BETWEEN support for FIRST_VALUE and LAST_VALUE functions

With this release, we are pleased to announce the availability of RANGE BETWEEN window frames with explicit offsets for two more functions: FIRST_VALUE and LAST_VALUE.

Extensibility updates

Telemetry data to the event table from Snowflake Notebook cells temporary disabled

As of this release, Snowflake Notebook cells can no longer emit logs, spans, or span events to event tables. This integration has been disabled only temporarily and will be re-enabled in a future release. Any logs or traces emitted from other objects called from Notebooks, such as stored procedures and UDFs, will continue to emit telemetry data into your account’s event table. To re-enable Notebooks cells to emit telemetry to your event tables, please contact Snowflake Support or your account team.

If your Snowflake account was previously emitting logs or traces to the Event Table, the integration was not disabled for your Snowflake account to prevent disruption. However, you should be aware of the following known issues:

  • Notebooks will not start if the log level is DEBUG for your Notebooks (or the account, database, or schema that the Notebook is in). Set the log level to INFO or higher.

  • When executing SQL cells, you may see additional, unexpected spans from the snowflake-snowpark-python library, specifically DataFrame.collect and DataFrame.count. These are emitted from the internals of Notebooks executing your SQL statements. You can remove these by setting your TRACE_LEVEL parameter to ON_EVENT or OFF.

pandas on Snowflake - General Availability

With this release, we are pleased to announce the availability of pandas on Snowflake. pandas on Snowflake lets you run your pandas code in a distributed manner directly on your data in Snowflake. Just by changing the import statement and a few lines of code, you can get the familiar pandas experience you know and love with the scalability and security benefits of Snowflake. With pandas on Snowflake, you can work with much larger datasets and avoid the time and expense of porting your pandas pipelines to other big data frameworks or provisioning large and expensive machines. It runs workloads natively in Snowflake through transpilation to SQL, enabling it to take advantage of parallelization and the data governance and security benefits of Snowflake. pandas on Snowflake is delivered through the Snowpark pandas API as part of the Snowpark Python library, which enables scalable data processing of Python code within the Snowflake platform.

Data lake updates

Iceberg tables: Automated refresh — Preview

With this release, we are pleased to announce preview support for automated metadata refreshes for Iceberg tables that use an external catalog. With automated refreshes, Snowflake polls your external Iceberg catalog in a continuous and serverless fashion to synchronize the metadata with the most recent remote changes.

Release notes change log

Announcement

Update

Date

Release notes

Initial publication (preview)

13-Sep-24