Skip to content

What's New in Version 0.8.54

  • 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.