Skip to content

Commit 6799e6e

Browse files
authored
fix(deps): Update dependency dbt-clickhouse to v1.9.5 (#1499)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [dbt-clickhouse](https://redirect.github.com/ClickHouse/dbt-clickhouse) | patch | `==1.9.3` -> `==1.9.5` | --- ### Release Notes <details> <summary>ClickHouse/dbt-clickhouse (dbt-clickhouse)</summary> ### [`v1.9.5`](https://redirect.github.com/ClickHouse/dbt-clickhouse/blob/HEAD/CHANGELOG.md#Release-195--2025-10-20) [Compare Source](https://redirect.github.com/ClickHouse/dbt-clickhouse/compare/v1.9.4...v1.9.5) ##### Bugs - Fix regression from `v1.9.4` that causes the error `macro 'dbt_macro__get_expected_sql' takes not more than 2 argument` when executing `dbt test` command ([#&#8203;548](https://redirect.github.com/ClickHouse/dbt-clickhouse/pull/548)). ### [`v1.9.4`](https://redirect.github.com/ClickHouse/dbt-clickhouse/blob/HEAD/CHANGELOG.md#Release-194--2025-10-08) [Compare Source](https://redirect.github.com/ClickHouse/dbt-clickhouse/compare/v1.9.3...v1.9.4) ##### Improvements - Add support for preserving column codec configurations during incremental schema changes (append_new_columns and sync_all_columns) ([#&#8203;486](https://redirect.github.com/ClickHouse/dbt-clickhouse/pull/486)). ##### Bugs - Fix Materialized View not dropped when a model's materialization is changed from materialized_view to view ([#&#8203;516](https://redirect.github.com/ClickHouse/dbt-clickhouse/pull/516) and [#&#8203;536](https://redirect.github.com/ClickHouse/dbt-clickhouse/pull/536)). - Ensure that temporary tables are not accessed with database clause ([#&#8203;515](https://redirect.github.com/ClickHouse/dbt-clickhouse/pull/515)). - Lock `dbt-adapters` version to avoid incompatibilities caused by unexpected version upgrades ([#&#8203;530](https://redirect.github.com/ClickHouse/dbt-clickhouse/pull/530) and [#&#8203;537](https://redirect.github.com/ClickHouse/dbt-clickhouse/pull/537)). ##### Repository maintenance - All documentation is now hosted on [clickhouse.com/docs](https://clickhouse.com/docs/integrations/dbt). The README in this repository has been updated to reflect this change and now includes a quick start guide and links to the full documentation. ([#&#8203;526](https://redirect.github.com/ClickHouse/dbt-clickhouse/pull/526)). - List of supported/tested ClickHouse versions has been updated to include only [actively supported versions](https://redirect.github.com/ClickHouse/ClickHouse/blob/master/SECURITY.md) ([#&#8203;517](https://redirect.github.com/ClickHouse/dbt-clickhouse/pull/517)). </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4yMi4xIiwidXBkYXRlZEluVmVyIjoiNDAuMjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21lcmdlIl19-->
1 parent c431b39 commit 6799e6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
dbt-postgres==1.9.1
22
dbt-snowflake==1.10.2
33
dbt-bigquery==1.10.2
4-
dbt-clickhouse==1.9.3
4+
dbt-clickhouse==1.9.5
55
dbt-core==1.10.13

0 commit comments

Comments
 (0)