✨ Features
- @model decorator
kind
arg should be passed a dict (#2547) @treysp - Add RuntimeStage.TESTING (#2557) @georgesittas
- Allow := for audit kwargs for consistency (#2558) @tobymao
🪲 Bug fixes
- Model kind change should not be categorized as forward-only (#2551) @izeigerman
- Format CAST as :: less aggressively (#2555) @georgesittas
- Dont normalize model meta and lower audit args @tobymao
- Include catalog if available when calling USE SCHEMA in snowflake (#2556) @crericha
👽 Other
- Improve error message when the parsing of 'cluster_by' / 'partition_by' fields fails in the dbt loader (#2548) @izeigerman
- Update docs to clarify multi repo support (#2552) @mpcarter
- Revert "fix!: dont normalize model meta and lower audit args" @tobymao
- Reapply "fix!: dont normalize model meta and lower audit args" (#2559) @tobymao