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
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,19 @@
1
+
# dbt_zendesk_source v0.18.2
2
+
3
+
## Bug Fix
4
+
[PR #76](https://github.com/fivetran/dbt_zendesk_source/pull/76) includes the following updates:
5
+
- Updated `actor_id` extraction in `stg_zendesk__ticket_chat_event` to handle edge cases where the value is `agent:` with no ID or an empty string (``). Now using a nullif condition to cast missing IDs as `null`, ensuring consistent typing and preventing model compilation errors across warehouses.
6
+
- In addition to the nullif update, these records are also filtered out of the final staging model as they are not relevant for downstream use.
7
+
8
+
### Under the Hood - July 2025 Updates
9
+
[PR #73](https://github.com/fivetran/dbt_zendesk_source/pull/73) includes the following updates:
10
+
- Updated conditions in `.github/workflows/auto-release.yml`.
11
+
- Added `.github/workflows/generate-docs.yml`.
12
+
- Added `+docs: show: False` to `integration_tests/dbt_project.yml`.
13
+
- Migrated `flags` (e.g., `send_anonymous_usage_stats`, `use_colors`) from `sample.profiles.yml` to `integration_tests/dbt_project.yml`.
14
+
- Updated `maintainer_pull_request_template.md` with improved checklist.
15
+
- Updated `.gitignore` to exclude additional DBT, Python, and system artifacts.
16
+
1
17
# dbt_zendesk_source v0.18.1
2
18
3
19
[PR #72](https://github.com/fivetran/dbt_zendesk_source/pull/72) includes the following updates:
+schema: my_new_schema_name # leave blank for just the target_schema
184
181
```
185
-
182
+
186
183
### Change the source table references (only if using a single connection)
187
184
If an individual source table has a different name than the package expects, add the table name as it appears in your destination to the respective variable. This is not available when running the package on multiple unioned connections.
188
185
> IMPORTANT: See this project's [dbt_project.yml](https://github.com/fivetran/dbt_zendesk_source/blob/main/dbt_project.yml) variable declarations to see the expected names.
### (Optional) Step 6: Orchestrate your models with Fivetran Transformations for dbt Core™
208
205
<details><summary>Expand to view details</summary>
209
206
<br>
210
-
207
+
211
208
Fivetran offers the ability for you to orchestrate your dbt project through [Fivetran Transformations for dbt Core™](https://fivetran.com/docs/transformations/dbt). Learn how to set up your project for orchestration through Fivetran in our [Transformations for dbt Core™ setup guides](https://fivetran.com/docs/transformations/dbt#setupguide).
212
209
</details>
213
-
210
+
214
211
## Does this package have dependencies?
215
212
This dbt package is dependent on the following dbt packages. These dependencies are installed by default within this package. For more information on the following packages, refer to the [dbt hub](https://hub.getdbt.com/) site.
216
213
> IMPORTANT: If you have any of these dependent packages in your own `packages.yml` file, we highly recommend that you remove them from your root `packages.yml` to avoid package version conflicts.
@@ -225,7 +222,7 @@ packages:
225
222
- package: dbt-labs/spark_utils
226
223
version: [">=0.3.0", "<0.4.0"]
227
224
```
228
-
225
+
229
226
## How is this package maintained and can I contribute?
230
227
### Package Maintenance
231
228
The Fivetran team maintaining this package _only_ maintains the latest version of the package. We highly recommend that you stay consistent with the [latest version](https://hub.getdbt.com/fivetran/zendesk_source/latest/) of the package and refer to the [CHANGELOG](https://github.com/fivetran/dbt_zendesk_source/blob/main/CHANGELOG.md) and release notes for more information on changes across versions.
0 commit comments