Dbt-clickhouse

Latest version: v1.8.9

Safety actively analyzes 723650 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 6 of 11

1.4.3

Bug Fix
- Use correct return value for `execute`. This would cause an exception when running hooks. Thanks to
[Sergey Reshetnikov](https://github.com/PrVrSs) for the PR. Closed https://github.com/ClickHouse/dbt-clickhouse/issues/161

Improvement
- Added macros for creating distributed tables. See the `distributed_table.sql` include file. Thanks to
[gladkikhtutu](https://github.com/gladkikhtutu) for the contribution.

1.4.2

Bug fixes
- Create initial dbt database (if not found) on the defined cluster on first run, instead of just the execution node.
Thanks to [Jens Hoevenaars](https://github.com/codenation-nl) for the PR
- Fix the SYSTEM SYNC REPLICA statement when exchanging tables ON CLUSTER for incremental materializations. Thanks to
[Schum](https://github.com/Schum-io) for PR. Closed https://github.com/ClickHouse/dbt-clickhouse/issues/157.

1.4.1

Improvements
- Reduce the number of SQL calls for Modify Comment operations. Thanks to [Konstantin Ilchenko](https://github.com/simpl1g).
- Add "on cluster" to several additional macros to better support distributed tables. Thanks to [Saurabh Bikram](https://github.com/saurabhbikram)
- Add the unique invocation id to temporary "new data" used in `delete+insert` incremental materializations to allow parallel transformations on the same
table. In general parallel transformations are risky, so this approach should only be used when transformations are explicitly limited
to non-overlapping data ranges. Closes https://github.com/ClickHouse/dbt-clickhouse/issues/150

1.4.0

Improvements
- Support dbt [1.4.1] https://github.com/ClickHouse/dbt-clickhouse/issues/135
- Adds support for Python 3.11
- Adds additional dbt 1.4.0 tests
- Adds support for incremental_predicates. This only applies to `delete+insert` incremental strategy. Note that incremental
predicates that depend on "non-deterministic" data (such as a subquery using a table that is accepting inserts) could lead to
unexpected results for ReplicatedMergeTree tables depending on the timing of the incremental materialization.
- Replaces deprecated Exception classes
- Setting the `use_lw_deletes` profile value to True will now attempt to enable the `allow_experimental_lightweight_delete`
setting for the dbt session (if user has such permissions on the ClickHouse server). See https://github.com/ClickHouse/dbt-clickhouse/issues/133

Bug Fix
- Composite unique keys specified as a list would not work with incremental materializations. This has been fixed.

1.3.3

1.3.2

Page 6 of 11

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.