Releases: TobikoData/sqlmesh
Releases · TobikoData/sqlmesh
v0.123.4
v0.123.3
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
🧹 Chore
v0.121.0
✨ Features
- Support plan builder class overriding in context (#3078) @georgesittas
- Dry run flag alias (#3091) @sungchun12
- Improve cold start of snapshot cache with multi processing (#3084) @tobymao
- Support BigQuery nested column additions without dropping (#3082) @Themiscodes
- Format check (#3073) @etonlels
🪲 Bug fixes
- Set columns attribute for python models that generate sql (#3087) @ravenac95
- Macro function comments closes #3088 (#3093) @tobymao
- Disable airflow multiprocessing (#3097) @tobymao
🧹 Chore
- Add retries on engine adapter integration tests (#3090) @erindru
- Bump sqlglot to v25.20.1 (#3100) @georgesittas