✨ Features
🪲 Bug fixes
- When restating prod, clear intervals across all related snapshots, not just promoted ones (#5274) @erindru
- Normalize unit testing fixture catalog (#5343) @georgesittas
- (databricks) Materialized view drop failure due to incorrect type (#5351) @themisvaltinos
- Dbt prevent all cycles from tests (#5345) @eakmanrq
- Include
warehouse
in dbttarget
attribute dict (#5356) @georgesittas - Match dbt behavior to ignore partition_by for views (#5359) @toriwei
- Add missing ref (#5361) @mykalmax
- Don't consume connected tokens when parsing quoted identifiers (#5357) @georgesittas
- Add package to peer deps (#5363) @mykalmax
- The resolution order for dbt variables (#5366) @izeigerman
- Update dbt loader to support loading multiple models from same file (#5346) @crericha
- Dbt manifest can have null macro dependencies that translate into 'None' (#5367) @crericha
- Port sqlglot pipe syntax fix in _parse_select (#5373) @georgesittas
- Adjust styling for component (#5375) @mykalmax
- Treat all instances of macro variables as case-insensitive (#5352) @georgesittas
- Variable overrides for dbt packages (#5376) @izeigerman
🧹 Chore
- Improve cycle detection error (#5338) @eakmanrq
- (web_common) Move more shared components (#5320) @mykalmax
- Make
column_descriptions
validation more lenient (#5354) @georgesittas - Update row test bc redshift now uses CTAS (#5344) @treysp
- (web_common) Export components with types (#5347) @mykalmax
- Bump sqlglot to v27.14.0 (#5360) @georgesittas
- Add pre and post hook to dbt fixture (#5372) @benfdking