v2.0.0-beta.2Pre-release
Added 5
- Add support for ClickHouse Dictionary materialization
- Add more settings and missing internal methods for ClickHouse
- Add support for ClickHouse's index definition
- Support authentication: ActiveDirectoryAccessToken for dbt-fusion fabric, authenticating with a pre-minted Entra bearer token from the access_token profile field
- Add relation-scoped catalog macro (get_catalog_relations) for ClickHouse, fixing catalog fetch failures with --write-catalog
Fixed 1
- Fix seed data types are not Nullable for ClickHouse and incorrect primary key declaration when configured as a list
From dbt Core
2.0.0-beta.2
Released August 18, 2026
Features
- Add support for ClickHouse Dictionary materialization (#14580)
- Clickhouse: Add more settings and missing internal methods (#14587)
- Add support for ClickHouse's index definition (#14583)
- [dbt-fusion] (fabric) support
authentication: ActiveDirectoryAccessToken, authenticating with a pre-minted Entra bearer token from theaccess_tokenprofile field (#15926) - Add relation-scoped catalog macro (get_catalog_relations) for ClickHouse, fixing catalog fetch failures with --write-catalog (#14585)
- Seed data types are not Nullable for ClickHouse. Fix incorrect primary key declaration when configured as a list' (#14585)
Contributors
- @koletzilla (#14580, #14587, #14583, #14585, #14585)
- @mghorpade1 (#15926)