✨ Features
- Allow overriding input fixture schema in unit tests (#2435) @georgesittas
- Allow partial schema inference in unit test (#2429) @georgesittas
- Add the ability to control concurrency between model batches during the evaluation (#2450) @izeigerman
🪲 Bug fixes
- Always use CASCADE when deleting views in the physical layer for postgres and redshift (#2440) @izeigerman
- Temporarily remove validation on annotated depends on to fix issues (#2445) @tobymao
- Skip DataTypeParam when checking type inference (#2446) @georgesittas
- Don't call template if identifier has no variables (#2452) @tobymao
- Performance for selectors (#2453) @tobymao
- Convert NaN and NaT to None for test generation (#2437) @georgesittas