Releases: TobikoData/sqlmesh
Releases · TobikoData/sqlmesh
v0.142.4
🪲 Bug fixes
- Don't set the is_incremental flag for non-incremental dbt models (#3616) @izeigerman
- The inference of the default plan start (#3628) @izeigerman
v0.144.0
✨ Features
- Add support for on_virtual_update statements (#3524) @themisvaltinos
🪲 Bug fixes
- Access SIGUSR1 using fully-qualified path to avoid windows issue (#3605) @georgesittas
- Use dialect when freezing current date/time values in tests (#3604) @georgesittas
- Stop mutating model.when_matched in merge strategy (#3608) @georgesittas
- The interval unit can be larger than cron perid of allow_partials is set to true (#3609) @izeigerman
- This_model macro usage in the on_virtual_update statements (#3611) @izeigerman
- Calculate when next model ready to run correctly (#3612) @treysp
v0.143.1
🪲 Bug fixes
- Move rendering for merge_filter to evaluation time (#3579) @themisvaltinos
- Change SQLMESH__AIRFLOW__DISABLE_STATE_MIGRATION var name (#3592) @lafirmm
- Make sure downstream models for which restatements are disabled are not auto-restated (#3597) @izeigerman
👽 Other
v0.142.3
v0.143.0
🪲 Bug fixes
- Models with allow_partials set to true should respect cron (#3577) @izeigerman
- Plan physical tables progress bar (#3578) @treysp
- (clickhouse) Specify DateTime64 precision for model partitioning expression (#3582) @treysp
- Automatically categorize python models by default (#3594) @izeigerman
v0.142.2
v0.142.1
v0.142.0
✨ Features
- (dlt) Add support for generation of nested dlt tables (#3547) @themisvaltinos
🪲 Bug fixes
- Remove os-specific strftime format character (#3559) @treysp
- Support nested variables in dbt projects (#3569) @izeigerman
- Show diff for metadata changes in the plan output (#3574) @izeigerman
- Always create views in the virtual layer for expired environments (#3575) @izeigerman
- Add adapters for commands that are not using the snapshot evaluator (#3531) @themisvaltinos
- Don't drop intervals in state when restating models in a dev environment (#3580) @izeigerman
🧹 Chore
- Deprecate pydantic v1 (#3548) @georgesittas
- Fix the lock file name in docs (#3549) @izeigerman
- Remove the unused variable in the run_merged_intervals method (#3550) @izeigerman
- Move application of pending restatement intervals into the Snapshot class (#3551) @izeigerman
- Disable date prompts by default when running the plan command (#3568) @izeigerman
- Fix the Airflow e2e test @izeigerman
- Set run_on_deploy_to_prod to false by default for the CICD bot (#3572) @izeigerman
👽 Other
- Update incremental by unique key docs with merge_filter (#3560) @themisvaltinos
- Add contribution commands for docs (#3571) @seanpwlms
- Minor updates (#3570) @seanpwlms
v0.141.1
v0.141.0
✨ Features
- Support AzureSQL (#3509) @treysp
- Allow macro functions in when_matched property (#3527) @georgesittas
- Add this_model property in the macro evaluator to return a string (#3528) @georgesittas
- Support 'optimize' flag in model defs (#3512) @VaggelisD
- Add multiple catalogs functionality to MotherDuck connection (#3484) @naoyak
- Add support for auto-restatements (#3529) @izeigerman
- Exclusions in selector powered by full parsing (#3535) @tobymao
- Do recursive glob matching for ignore_patterns (#3539) @georgesittas
- Add ability to exclude dependencies in the requirements lock file (#3544) @izeigerman
- Improve message when no models are ready to run (#3513) @treysp
- Add support for merge_filter and dbt incremental_predicates for Incremental By Unique Key (#3540) @themisvaltinos
🪲 Bug fixes
- Adapt evaluator test to prevent duplicate macro possibility (#3520) @themisvaltinos
- Propagate dialect to extract call for script loading (#3521) @georgesittas
- Include column descriptions in optimized query cache key (#3532) @georgesittas
- Reject string model names (#3534) @georgesittas
- Ensure that restatements in prod also trigger restatements in dev (#3511) @erindru
- A flaky auto-restatement test (#3541) @izeigerman
- Adapt evaluator test to use unique model names (#3538) @themisvaltinos
🛠️ Refactor
- Remove freezegun dependency in favor of time-machine (#3533) @georgesittas
🧹 Chore
- Switch tests from freezegun to time-machine (#3516) @treysp
- Add missing utc timezone to test (#3526) @eakmanrq
- Fix arg name in Node Field definition (#3530) @treysp
- Fix bigquery integration test (#3536) @georgesittas
- Fix tests that didnt work in non-UTC timezone (#3542) @erindru
- Remove deprecation warning from sushi (#3543) @tobymao