Releases: TobikoData/sqlmesh
Releases · TobikoData/sqlmesh
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
v0.118.8
v0.120.0
✨ Features
🪲 Bug fixes
- Always provide feedback during plan execution (#3071) @plaflamme
- Support for unique key expressions for SCD2 by column models (#3075) @izeigerman
- Prepopulate the model's depends on in-memory cache for converted dbt models (#3074) @izeigerman
- Properly nested update gateway configs (#3085) @eakmanrq
🧹 Chore
v0.119.0
✨ Features
- Improve table diff sample output in CLI (#3017) @Themiscodes
- Improve environment loading performance by lazy evaluating snapshot and snapshot id fields (#3038) @crericha
- Allow creating environments without changes when using selector (#3060) @izeigerman
- Add clickhouse engine adapter (#3019) @treysp
🪲 Bug fixes
- Skip loading context on run closes #1511 (#3037) @tobymao
- Rename renderer cache so it's not serialized (#3039) @tobymao
- Don't cache snapshot intervals (#3041) @izeigerman
- User-provided plan end must take precedence over the max interval end per model (#3042) @izeigerman
- Add path to Invalid model definition error, fixes #3040 (#3045) @akv-akv
- Heuristics that determine the default start date of the forward-only preview plan (#3043) @izeigerman
- Allow omitting the MODEL (...) block when name inference is activated (#3049) @georgesittas
- Test failure caused by a new version of rich (#3053) @izeigerman
- Don't process models that have already been processed (#3052) @tobymao
- Seed and model column mismatch due to normalization (#3036) @Themiscodes
- Handle missing source target aliases in sample data diff (#3046) @Themiscodes
- (bigquery) Do not use execution_project as default catalog in partitions query (#3056) @treysp
- Handle metaprogramming inspect.getfile TypeError (#3058) @georgesittas
- Cache inclusive exclusive for performance (#3057) @tobymao
- Ignore expired environments in the selector (#3059) @izeigerman
- Retain indexes when creating state table backups (#3061) @izeigerman
🧹 Chore
- Document batch_concurrency for unique_by_key closes #3031 (#3034) @tobymao
- Bump sqlglot to v25.17.0 (#3048) @georgesittas
- Treat the target environment as missing during planning if it's expired (#3051) @izeigerman
👽 Other
- Document unavailable schema placeholder for sqlmesh macros (#3035) @georgesittas
- Beautify README (#3068) @sungchun12
- Move README images to docs/readme/ (#3069) @treysp
v0.118.7
🪲 Bug fixes
- Support for unique key expressions for SCD2 by column models (#3075) @izeigerman
- Prepopulate the model's depends on in-memory cache for converted dbt models (#3074) @izeigerman
v0.118.6
✨ Features
- Improve environment loading performance by lazy evaluating snapshot and snapshot id fields (#3038) @crericha
- Allow creating environments without changes when using selector (#3060) @izeigerman
🪲 Bug fixes
- Cache inclusive exclusive for performance (#3057) @tobymao
- Ignore expired environments in the selector (#3059) @izeigerman
v0.118.5
🪲 Bug fixes
- Heuristics that determine the default start date of the forward-only preview plan (#3043) @izeigerman
- Test failure caused by a new version of rich (#3053) @izeigerman
- Don't process models that have already been processed (#3052) @tobymao
🧹 Chore
- Treat the target environment as missing during planning if it's expired (#3051) @izeigerman
v0.118.4
v0.118.3
v0.118.2
✨ Features
- Implement SQLMesh native date spine macro (#2990) @sungchun12
- Add jinja call cache to improve loading performance (#3030) @tobymao
- Allow a single macro function call in model definitions (#3032) @georgesittas
🪲 Bug fixes
- Introspect function defaults to extract global refs for serialization (#3028) @georgesittas
- Only include used refs into jinja globals when converting dbt models (#3033) @izeigerman