You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8-1
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,11 @@
1
-
# dbt_zendesk version.version
1
+
# dbt_zendesk v0.21.0
2
+
3
+
This release includes the following updates:
4
+
5
+
## Dependency Changes
6
+
- Removed the package dependency on [calogica/dbt_date](https://github.com/calogica/dbt-date), which is no longer actively maintained. Replaced the following macros with `fivetran_*` equivalents that provide the same functionality and have been tested for compatibility: ([#191](https://github.com/fivetran/dbt_zendesk/pull/191))
Copy file name to clipboardExpand all lines: README.md
+1-4
Original file line number
Diff line number
Diff line change
@@ -68,7 +68,7 @@ Include the following zendesk package version in your `packages.yml` file:
68
68
```yml
69
69
packages:
70
70
- package: fivetran/zendesk
71
-
version: [">=0.20.0", "<0.21.0"]
71
+
version: [">=0.21.0", "<0.22.0"]
72
72
73
73
```
74
74
> **Note**: Do not include the Zendesk Support source package. The Zendesk Support transform package already has a dependency on the source in its own `packages.yml` file.
@@ -304,9 +304,6 @@ packages:
304
304
305
305
- package: dbt-labs/spark_utils
306
306
version: [">=0.3.0", "<0.4.0"]
307
-
308
-
- package: calogica/dbt_date
309
-
version: [">=0.9.0", "<1.0.0"]
310
307
```
311
308
## How is this package maintained and can I contribute?
0 commit comments