Skip to content

Releases: ClickHouse/dbt-clickhouse

v1.7.2 Small bug fix release

02 Feb 16:27
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.7.1...v1.7.2

v1.7.1 Fix LIMIT queries, nondeterministic mutations issue

13 Dec 17:40
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.7.0...v1.7.1

v1.7.0 Basic support for dbt 1.7.x

07 Dec 04:12
2e72a00
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.6.2...v1.7.0

v1.6.2 Fix for `on_schema_change` (limited support)

06 Dec 20:40
e6e74e4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.6.1...v1.6.2

v1.6.1 Identifier and Deduplication Fixes

05 Dec 00:30
08bbbf9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.6.0...v1.6.1

v1.6.0. DBT 1.6.x support + materialized views

30 Nov 01:05
246a4d8
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.5.2...v1.6.0

v1.5.2 Settings related bug fixes

29 Nov 01:07
bf11cbe
Compare
Choose a tag to compare

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

Full Changelog: v1.5.1...v1.5.2

v1.5.1 Fix SQLFluff compatibility

27 Nov 16:52
Compare
Choose a tag to compare

What's Changed

  • Update test and dependency versions. by @genzgd in #211
  • Adjust the wrapper parenthesis around the table materialization sql code by @kris947 in #212

New Contributors

Full Changelog: v1.5.0...v1.5.1

v1.5.0 dbt 1.5.x support

23 Nov 22:30
9edb554
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.9...v1.5.0

v1.4.9 Improved Distributed Table Support

26 Oct 23:41
af72593
Compare
Choose a tag to compare

Incorporates better distributed table support with tests.