🪲 Bug fixes
- Escape double quotes for strings in dbt test kwargs. (#900) @crericha
- Support columns for late-binding views in Redshift. (#906) @crericha
🧹 Chore
- Fix mypy type hints, function prototypes to get parity with sqlglot (#901) @georgesittas
- Fix mypy issues, use _parse_table_parts instead of _parse_table (#903) @georgesittas
- Small cleanup of dialect.py (#909) @georgesittas