Releases: TobikoData/sqlmesh
Releases · TobikoData/sqlmesh
v0.13.0
✨ Features
- Use pre / post SQL statements instead of hooks (#910) @izeigerman
- Add depends_on_past through self-reference check support (Built-in only) (#917) @eakmanrq
- Display node for CTE (#915) @mykalmax
- Table-diff, easily diff two tables. (#907) @tobymao
🪲 Bug fixes
- Fix SQLMesh macro doc list rendering (#924) @treysp
- Fix macro docs sub-list formatting (#925) @treysp
- Ensure dict lookup won't fail during validation (#922) @georgesittas
- Wrap router in suspense (#918) @mykalmax
- Some minor styling bugs (#927) @mykalmax
- Make sure internal models are not accidentally converted to external ones (#926) @izeigerman
🧹 Chore
- Chore[docs]: Restructure macro docs (#905) @treysp
- Add external models to sushi project (#898) @tobymao
👽 Other
v0.12.4
v0.12.3
✨ Features
🪲 Bug fixes
- Evaluate snapshots after pomoting the environment if the plan contains paused forward-only snapshots (#912) @izeigerman
- Update sys_path before loading models. (#914) @crericha
- Use dialect in column_to_types_ validator (#913) @georgesittas
- Re-fetch model's lineage after change to models/columns in file (#891) @mykalmax
v0.12.2
🪲 Bug fixes
- Escape double quotes for strings in dbt test kwargs. (#900) @crericha
- Support columns for late-binding views in Redshift. (#906) @crericha
🧹 Chore
- Fix mypy type hints, function prototypes to get parity with sqlglot (#901) @georgesittas
- Fix mypy issues, use _parse_table_parts instead of _parse_table (#903) @georgesittas
- Small cleanup of dialect.py (#909) @georgesittas
v0.12.1
v0.12.0
✨ Features
- Store snapshot intervals separately from snapshot payloads (#865) @izeigerman
- Convert dbt tests into SQLMesh audits (#858) @crericha
- Add Github Action Bot Deploy Command (#868) @eakmanrq
- Add Databricks Connect Support (#860) @eakmanrq
🪲 Bug fixes
- Fix databricks freezing (#875) @eakmanrq
- Fix typos (#878) @treysp
- Docs semi colon @tobymao
- Pint airflow-providers dependencies @izeigerman
- Pin apache-airflow-providers-common-sql in the Airflow docker image @izeigerman
- Render model / audit query when computing a snapshot fingerprint when using the native SQLMesh format (#879) @izeigerman
- Quote 0007 migration query because snapshot is a reserved word in Redshift. (#886) @crericha
- Allow create_external_models to run for projects with star projections and support dbt formatted projects. (#880) @crericha
- Derive the name of a snapshot's physical schema from its model's schema (#885) @izeigerman
- Skip model loading for migrate and rollback commands. (#888) @crericha
- Use the models' dialects in schema methods (#889) @georgesittas
- Fix state sync rollback test case (#894) @vchan
- Alias queries even if not optimized (#895) @tobymao
- Concat Dataframes if insert overwrite (#890) @eakmanrq
- Use SUPPORTS_INSERT_OVERWRITE and cleanup (#893) @eakmanrq
🛠️ Refactor
🧹 Chore
- Change dbt project status logging from info to debug (#881) @crericha
- Update error message and method docs (#887) @crericha
- Bump sqlglot to v14.0.0 (#896) @georgesittas
👽 Other
v0.11.2
v0.11.1
v0.11.0
✨ Features
- Add external models and loader to improve optimizer. (#871) @tobymao
- Add docs for external models (#873) @tobymao
🪲 Bug fixes
- Not propogating external kind @tobymao
- Ensure external is not expanded @tobymao
- Don't drop views of external sources. @tobymao
- Call on_complete handler when promoting / demoting external models @izeigerman
🧹 Chore
👽 Other
v0.10.1
🪲 Bug fixes
- Make sure start_at / end_at are strings when storing an environment record in state sync (#870) @izeigerman