Releases: SQLMesh/sqlmesh
Releases · SQLMesh/sqlmesh
v0.40.0
v0.39.0
✨ Features
🪲 Bug fixes
- Use dialect when generating types for mapping schema (#1531) @georgesittas
- (mssql) Execute within transactions to prevent hanging (#1532) @treysp
- Ensure we keep identifiers in unique keys (#1537) @tobymao
- To_datetime now only accepts millis and not epoch seconds (#1540) @tobymao
👽 Other
v0.38.0
v0.37.2
🪲 Bug fixes
- Improve Relative Date Categorical Expressions (#1523) @eakmanrq
- Fix MWAA client's set_variable (#1524) @max-winderbaum
- Properly override _cursor_kwargs (#1529) @eakmanrq
- Log MWAA CLI stderr instead of raising an exception (#1527) @izeigerman
- Set updated_at when updating a snapshot record in state (#1526) @izeigerman
🧹 Chore
v0.37.1
🪲 Bug fixes
- Inference of plan start and end (#1519) @izeigerman
- Evaluate a snapshot after promotion if it has paused forward-only parents (#1522) @izeigerman
v0.37.0
✨ Features
- Expose the gateway name as a macro (#1509) @izeigerman
🪲 Bug fixes
- Update snowflake staged file code to match sqlglot (#1507) @georgesittas
🧹 Chore
- Place logs into the 'logs' folder @izeigerman
- Unpin the version for the pydantic dependency (#1517) @izeigerman
- Pin the Pydantic version in the Airflow docker image @izeigerman
👽 Other
v0.36.0
✨ Features
- Allow default schemas and categories (#1495) @tobymao
- Support flask v1 via using route (#1510) @pingzh
🪲 Bug fixes
- Don't treat the PARAMETER token as a MacroVar start if it's not @ (#1505) @georgesittas
- Use project dialect when parsing column_to_types for dbt projects (#1496) @crericha
- In Airflow only generate cadence DAGs for snapshots promoted to prod (#1514) @izeigerman
🧹 Chore
- Fix the airflow integration test @izeigerman
👽 Other
v0.35.3
🪲 Bug fixes
- Ensure unit tests dtypes match (#1503) @eakmanrq
- Invalid fallback start date for snapshots with missing start (#1504) @izeigerman
v0.35.2
🪲 Bug fixes
- Treat Snowflake's staged file paths as MacroVars (#1500) @georgesittas
v0.35.1
🪲 Bug fixes
- Rendering of the allow_partials attribute (#1502) @izeigerman
🧹 Chore
- Make the debug mode easier to use (#1501) @izeigerman