Skip to content

v0.4.5

Choose a tag to compare

@Yassimba Yassimba released this 26 Mar 15:58
· 4 commits to main since this release

0.4.5

Bug fixes

  • Snowflake: fix INFER_SCHEMA file format quoting — The inline FILE_FORMAT => '(TYPE=PARQUET)' was interpreted as a named format reference by some Snowflake
    environments, causing "(TYPE=PARQUET)" does not exist or not authorized errors
    during Python model materialization. Now creates a temporary named file format and
    references it by name.