From e885ef034a7c5a782b4fa8e94137e41312f1e6e0 Mon Sep 17 00:00:00 2001 From: Jamie Rodriguez <65564846+fivetran-jamie@users.noreply.github.com> Date: Mon, 9 Dec 2024 16:15:14 -0800 Subject: [PATCH] source release --- CHANGELOG.md | 2 +- packages.yml | 9 +++------ 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 53f7ba3..f46478f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ [PR #180](https://github.com/fivetran/dbt_zendesk/pull/180) includes the following update: ## Bug Fixes -- In v0.19.0, Snowflake users may have seen `when searching for a relation, dbt found an approximate match` errors when running the `stg_zendesk__group_tmp` model. We have updated the `adapter.get_relation()` [logic](https://github.com/fivetran/dbt_zendesk_source/blob/main/macros/union/union_zendesk_connections.sql) that was causing this error in the `zendesk_source` [package](https://github.com/fivetran/dbt_zendesk_source). +- In v0.19.0, Snowflake users may have seen `when searching for a relation, dbt found an approximate match` errors when running the `stg_zendesk__group_tmp` model. We have updated the `adapter.get_relation()` [logic](https://github.com/fivetran/dbt_zendesk_source/blob/main/macros/union/union_zendesk_connections.sql) that was causing this error in the `zendesk_source` [package](https://github.com/fivetran/dbt_zendesk_source) (see source package [release](https://github.com/fivetran/dbt_zendesk_source/releases/tag/v0.14.1)). # dbt_zendesk v0.19.0 [PR #178](https://github.com/fivetran/dbt_zendesk/pull/178) includes the following updates: diff --git a/packages.yml b/packages.yml index 7848bef..28ac6d0 100644 --- a/packages.yml +++ b/packages.yml @@ -1,8 +1,5 @@ packages: - # - package: fivetran/zendesk_source - # version: [">=0.14.0", "<0.15.0"] + - package: fivetran/zendesk_source + version: [">=0.14.0", "<0.15.0"] - package: calogica/dbt_date - version: [">=0.9.0", "<1.0.0"] - - git: https://github.com/fivetran/dbt_zendesk_source.git - revision: bugfix/group-reserved-kw-union-data-v3 - warn-unpinned: false \ No newline at end of file + version: [">=0.9.0", "<1.0.0"] \ No newline at end of file