Skip to content

What's New in Version 0.8.30

  • Columns in source Snowflake tables or views with names that begin with an underscore (_) are now supported. The properties generated by these columns are prefixed with col. For example, if your source table as a column named _id, the generated property is named col_id`.

    If you select a property that begins with an underscore in a query, a warning is raised to inform you that the column was renamed.

  • Fixed a bug with configuration in Snowflake notebooks that caused default values to be used even if specific values were overwritten with save_config().