Skip to content

Release Notes

0.8.54

July 18, 2025 3:11 PM UTC

  • Improved handling of validation errors when preparing data from Snowflake tables or views. Previously, unhandled validation errors could cause confusing query failures, such as database not found.
  • Fixed Python client parsing of source table and view names with double quotes ("). Previously, my_db."my_schema".my_table caused errors like Schema 'my_db.my_schema' does not exist or not authorized because quotes weren’t handled correctly. The client now parses my_db."my_schema".my_table correctly, allowing use without errors.

2025.7.13-fc1cad6-1

July 13, 2025 12:00 PM UTC

  • New engine sizes for greater scalability. Depending on your Snowflake account’s cloud provider, you can now use:

    • HIGHMEM_X64_L (AWS only)
    • HIGHMEM_X64_SL (Azure only)

    Use these sizes when you need more memory for complex workloads or larger datasets. See the updated Engine Sizes and Compute Pools sections for details.