Releases: SQLMesh/sqlmesh
Releases · SQLMesh/sqlmesh
v0.122.3
🪲 Bug fixes
- Regression caused by optionally normalizing identifiers in renderer (#3165) @georgesittas
- Fix columns-to-types when inserting by time partition if the type of the time column is unknown (#3168) @izeigerman
🧹 Chore
- Bump sqlglot to 25.20.2 @izeigerman
v0.123.4
v0.123.3
🪲 Bug fixes
- Only set effective_from for evaluatable models (#3153) @izeigerman
v0.123.2
🪲 Bug fixes
- Avoid using model aliases to produce versioned model names when loading dbt projects (#3150) @izeigerman
- Support comments in Jinja queries coming from dbt models (#3152) @izeigerman
v0.123.1
v0.123.0
✨ Features
- Support external model dialects closes #3135 (#3136) @tobymao
- Add SQLMesh warning when an exp.Command is parsed (#3138) @VaggelisD
- Support mixed multi-repo SQLMesh and dbt projects (#3122) @Themiscodes
🪲 Bug fixes
- Recursively transform dataframe values when converting to a query (#3129) @georgesittas
- Catch optimize errors and log path (#3134) @tobymao
- Correctly generate when_matched SQL (#3141) @eakmanrq
- Types (#3131) @etonlels
- Don't error when same signal factory loaded twice (#3144) @treysp
- Variadic argument issue in loaders (#3147) @Themiscodes
🧹 Chore
👽 Other
v0.122.2
v0.122.1
v0.122.0
✨ Features
- Add physical_schema_mapping property and deprecate physical_schema_override (#3108) @erindru
- Materialized view support clustered by and partitioned by (#3117) @eakmanrq
🪲 Bug fixes
🧹 Chore
- Use factory method to create builtin scheduler (#3114) @crericha
- Introduce the evaluatable version of a plan object (#3118) @izeigerman
- Refactor the scheduler API to support running of precomputed missing intervals (#3120) @izeigerman
v0.121.1
🪲 Bug fixes
- Databricks properly handle missing is_serverless env var (#3101) @eakmanrq
- Allow overriding blocking setting of builtin audits (#3106) @georgesittas
- Make sure signals are loaded when running models (#3107) @izeigerman
- Allow macros in set operations (#3103) @VaggelisD
- Support dbt sqlserver 1.8.0 (#3112) @eakmanrq