✨ Features
- (trino) Add the ability to control schema locations (#3723) @erindru
- Unifying log error to be able to override (#3741) @benfdking
- Improve CLI node evaluation error display (#3706) @treysp
- Support top level properties in model_defaults (#3696) @themisvaltinos
- Generate per-dialect options on init project (#3733) @VaggelisD
- Traverse python objects in post-order to support custom decorators (#3762) @georgesittas
- Enable previews by default for native projects and dbt projects if the target engine suports cloning (#3771) @izeigerman
🪲 Bug fixes
- Fix dependency extraction order when building python env (#3735) @georgesittas
- Include names of decorator argument references when building python env (#3687) @georgesittas
- Allow multi repos to load macros with same module name closes #… (#3737) @tobymao
- Handle list case in when_matched validator (#3731) @MikeWallis42
- Silence deprecation warning in unit tests due to to_datetime errors="ignore" kwarg (#3724) @georgesittas
- Ensure stale db is removed from previous failed test (#3749) @themisvaltinos
- Improve the inference of the default plan start for new models for which cron is not aligned with interval unit boundary (#3758) @izeigerman
- Better downstream and identifier handling (#3757) @tobymao
- Fix hardcoded date in example project init test (#3759) @VaggelisD
- Update airflow.md (#3738) @tjirab
- Fix tag docs (#3768) @lafirm
- Fix decouple logging from console (#3765) @izeigerman
- Broken build @izeigerman
- Set default catalog in jinja resolve table (#3769) @z3z1ma
🧹 Chore
- Remove dev pytest_asyncio pin (#3746) @eakmanrq
- Assert that snapshot count is unaffected after applying migration scripts (#3745) @georgesittas
- Update multi repo docs regarding macro usage (#3750) @themisvaltinos
- Tidy up cloud scheduler docs organization (#3751) @treysp
- Update scheduler link in mkdocs (#3752) @treysp
- Improve load times by making import optional (#3748) @tobymao
- Put connection config link in a separate line (#3760) @georgesittas
- Warn instead of raising if unit test references unknown model (#3763) @georgesittas
👽 Other
- Revert "Fix: fix dependency extraction order when building python env" (#3742) @georgesittas
- Update CLI reference with new command options (#3754) @treysp
- Observability dev env edits (#3676) @mesmith027
- Model page (#3743) @mesmith027
- Observability Overview updates (#3678) @mesmith027
- Add docs for the Dagster facade (#3736) @erindru
- Add predefined macro vars to jinja macros page (#3766) @treysp