🪲 Bug fixes
- Match dbt handling of cluster_by config for view materializations (#5266) @crericha
- Ignore bigquery partition_by config when the target isn't bigquery (#5280) @crericha
- Ensure root package is treated top-level in dbt (#5290) @georgesittas
- (dbt) Respect the seed settings provided in the config of a dbt project (#5291) @themisvaltinos
- Depend on all attributes of dbt
model
when passed to a macro (#5269) @georgesittas - Make jinja-based model rendering more lenient (#5300) @georgesittas
- Add support for args syntax in dbt config (#5299) @themisvaltinos
- Prefetch all relevant data objects during snapshot migration (#5301) @izeigerman
- Dbt microbatch parameter conversion (#5298) @eakmanrq
- Allow partials by default for all models converted from a dbt project (#5303) @izeigerman
🧹 Chore
- Improve test stability and address some warnings (#5293) @erindru
- Bump sqlglot to v27.12.0 (#5302) @georgesittas