Skip to content

Commit

Permalink
source release
Browse files Browse the repository at this point in the history
  • Loading branch information
fivetran-jamie committed Dec 10, 2024
1 parent 8ff6a29 commit e885ef0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
9 changes: 3 additions & 6 deletions packages.yml
Original file line number Diff line number Diff line change
@@ -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
version: [">=0.9.0", "<1.0.0"]

0 comments on commit e885ef0

Please sign in to comment.