v0.4.5
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 authorizederrors
during Python model materialization. Now creates a temporary named file format and
references it by name.