Releases: ClickHouse/dbt-clickhouse
Releases · ClickHouse/dbt-clickhouse
v1.7.2 Small bug fix release
What's Changed
- fix: use correct schema for MV target tables by @SoryRawyer in #244
Full Changelog: v1.7.1...v1.7.2
v1.7.1 Fix LIMIT queries, nondeterministic mutations issue
What's Changed
- Wrap columns_in_query query in select statement by @ptemarvelde in #222
New Contributors
- @ptemarvelde made their first contribution in #222
Full Changelog: v1.7.0...v1.7.1
v1.7.0 Basic support for dbt 1.7.x
v1.6.2 Fix for `on_schema_change` (limited support)
v1.6.1 Identifier and Deduplication Fixes
v1.6.0. DBT 1.6.x support + materialized views
What's Changed
- Add materialization macro for materialized view by @SoryRawyer in #207
- Release 1 6 0 by @genzgd in #215
New Contributors
- @SoryRawyer made their first contribution in #207
Full Changelog: v1.5.2...v1.6.0
v1.5.2 Settings related bug fixes
What's Changed
- Fix creation of replicated tables when using legacy strategy and unique_key by @StevenReitsma in #208
- Bug fixes related to model settings. by @genzgd in #214
New Contributors
- @StevenReitsma made their first contribution in #208
Full Changelog: v1.5.1...v1.5.2
v1.5.1 Fix SQLFluff compatibility
v1.5.0 dbt 1.5.x support
v1.4.9 Improved Distributed Table Support
Incorporates better distributed table support with tests.