Releases: SQLMesh/sqlmesh
Releases · SQLMesh/sqlmesh
v0.78.4
🪲 Bug fixes
- Support start_* / end_* macros in the incremental unmanaged models @izeigerman
v0.78.3
✨ Features
🪲 Bug fixes
- Use latest finalized environment snapshots in selector (#2283) @izeigerman
- Make sure that the deployable table is used for pre-/post- statements during the snapshot table creation (#2282) @izeigerman
🧹 Chore
- Add name_version prop to name version class (#2280) @eakmanrq
- Copy sqlmesh.svg under html/ so it shows in the API docs (#2279) @georgesittas
- Fix version detection for sqlmesh_tests (#2284) @eakmanrq
👽 Other
v0.78.2
v0.78.1
v0.78.0
🪲 Bug fixes
- Improve performance of migration (#2263) @izeigerman
- Quote identifiers when deserializing model SQL attributes (#2267) @izeigerman
🧹 Chore
- Scale up slow tests (#2268) @eakmanrq
- Set airflow as library for some tests (#2265) @eakmanrq
- Publish sqlmesh tests (#2270) @eakmanrq
- Upgrade deps (#2272) @tobymao
👽 Other
v0.77.1
v0.77.0
✨ Features
- Allow partial unit test expected column sets, improve error handling (#2226) @georgesittas
- Truncate comments to engine-specific maximum (#2238) @treysp
- Typed macros 2 (#2109) @z3z1ma
🪲 Bug fixes
- Recursively check for unknown data types (#2235) @eakmanrq
- Redshift explain verbose no where limit (#2239) @izeigerman
- The default start value in the CICD bot config (#2244) @izeigerman
- Manual categorization (#2197) @mykalmax
- Improve error display for failed plan (#2220) @mykalmax
- List existing data objects concurrently when creating snapshot tables (#2247) @izeigerman
- Airflow local deployment for the most recent Docker version on Mac (#2248) @izeigerman
- Configure duckdb with connector_config settings. (#2240) @crericha
- Adding of LIMIT 0 to union queries when generating a model CTAS query (#2250) @izeigerman
- Warn instead of error single catalog multiple catalogs (#2251) @eakmanrq
🧹 Chore
- Update the default start value in the CICD bot docs (#2246) @izeigerman
- Serialize engine integration tests (#2245) @eakmanrq
- Fix ci/cd (#2249) @eakmanrq
- Bump sqlglot to v22.4.0 (#2237) @georgesittas
- Isolate web tests (#2253) @eakmanrq
- Cleanup @tobymao
- Remove unused transactional file class (#2254) @eakmanrq
👽 Other
- Return files even if there is no SQLMesh context (#2230) @vchan
- Add nesting level error to FAQ (#2232) @treysp
- Update UI quickstart to reflect UI updates (#2234) @treysp
- Expose additional fields in PlanDagSpec (#2231) @andrew-sha
- Fixing typo in default connection method (#2243) @kellydunn
v0.76.1
🪲 Bug fixes
- The default start value in the CICD bot config (#2244) @izeigerman
v0.76.0
✨ Features
- Use 1 thread for dbt duckdb targets (#2222) @treysp
- Allow setting register_comments for dbt connection (#2212) @treysp
- Add dbt trino support (#2223) @treysp
🪲 Bug fixes
- Copy model's rendered query (#2217) @mykalmax
- Redshift non standard redshift plans with limits (#2218) @tobymao
- Support syntethic projections added to the plan by redshift (#2225) @izeigerman
- Never ignore forward-only snapshots when building a plan (#2227) @izeigerman
- Remove obsolete attributes from the Plan DAGs table (#2229) @izeigerman
- Default timeout -> 5 min (#2228) @mykalmax
👽 Other
v0.75.2
✨ Features
- Add unit test descriptions (#2209) @georgesittas
- Add support for arrays in unit tests (#2215) @georgesittas
🪲 Bug fixes
- Snowflake column level lineage issue due to normalization (#2208) @tobymao
- Serialization of the ConnectionConfig objects (#2214) @izeigerman
- Refresh files to avoid duplicates (#2213) @mykalmax