What's New in Version 0.8.30
New Features and Enhancements
Section titled “New Features and Enhancements”-
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 withcol
. 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.
Bug Fixes
Section titled “Bug Fixes”- Fixed a bug with configuration in Snowflake notebooks that caused default values to be used even if specific values were overwritten with
save_config()
.