๐ชฒ Bug fixes
- Use maybe_parse for python model depends_on instead of parse_one (#4326) @georgesittas
- Correctly categorize an orphaned indirectly modified snapshot created as a result of a merge of 2 or more directly modified parents (#4329) @izeigerman
- Pop select model in tablediff to ensure backwards compatibility (#4325) @themisvaltinos
- Support dialects with normalization strategies for dbt projects (#4330) @izeigerman
- Use MarkdownConsole in non-interactive contexts (#4306) @treysp
- Use sql() instead of gen() for time data type data hash computation (#4321) @georgesittas
๐ ๏ธ Refactor
- (vscode) Move result into shared bus (#4327) @benfdking