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
+15
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,18 @@
1
+
# dbt_zendesk_source v0.13.0
2
+
[PR #55](https://github.com/fivetran/dbt_zendesk_source/pull/55) includes the following updates:
3
+
4
+
## Breaking Changes
5
+
- Introduced the `stg_zendesk__audit_log` table for capturing schedule changes from Zendesk's audit log.
6
+
- This model is disabled by default, to enable it set variable `using_schedule_histories` to `true` in your `dbt_project.yml`.
7
+
- While currently used for schedule tracking, this table has possible future applications, such as tracking user changes.
8
+
9
+
## Features
10
+
- Updated the `stg_zendesk__schedule_holidays` model to allow users to disable holiday processing (while still using schedules) by setting `using_holidays` to `false`.
11
+
- Added field-level documentation for the `stg_zendesk__audit_log` table.
12
+
13
+
## Under the Hood Improvements
14
+
- Added seed data for `audit_log` to enhance integration testing capabilities.
15
+
1
16
# dbt_zendesk_source v0.12.0
2
17
[PR #53](https://github.com/fivetran/dbt_zendesk_source/pull/53) includes the following updates:
Copy file name to clipboardexpand all lines: README.md
+6-4
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ Include the following zendesk_source package version in your `packages.yml` file
44
44
```yaml
45
45
packages:
46
46
- package: fivetran/zendesk_source
47
-
version: [">=0.12.0", "<0.13.0"]
47
+
version: [">=0.13.0", "<0.14.0"]
48
48
```
49
49
### Step 3: Define database and schema variables
50
50
By default, this package runs using your target database and the `zendesk` schema. If this is not where your Zendesk Support data is (for example, if your zendesk schema is named `zendesk_fivetran`), add the following configuration to your root `dbt_project.yml` file:
@@ -54,11 +54,13 @@ vars:
54
54
zendesk_database: your_destination_name
55
55
zendesk_schema: your_schema_name
56
56
```
57
-
### Step 4: Disable models for non-existent sources
58
-
This package takes into consideration that not every Zendesk Support account utilizes the `schedule`, `domain_name`, `user_tag`, `organization_tag`, or `ticket_form_history` features, and allows you to disable the corresponding functionality. By default, all variables' values are assumed to be `true`. Add variables for only the tables you want to disable:
57
+
### Step 4: Enable/Disable models for non-existent sources
58
+
This package takes into consideration that not every Zendesk Support account utilizes the `schedule`, `schedule_holiday`, `ticket_schedule`, `daylight_time`, `time_zone`, `audit_log`, `domain_name`, `user_tag`, `organization_tag`, or `ticket_form_history` features, and allows you to disable the corresponding functionality. By default, all variables' values are assumed to be `true`, except for `using_schedule_histories`. Add variables for only the tables you want to enable/disable:
59
59
```yml
60
60
vars:
61
-
using_schedules: False #Disable if you are not using schedules
61
+
using_schedule_histories: True #Enable if you are using audit_logs for schedule histories
62
+
using_schedules: False #Disable if you are not using schedules, which requires source tables ticket_schedule, daylight_time, and time_zone
63
+
using_holidays: False #Disable if you are not using schedule_holidays for holidays
62
64
using_domain_names: False #Disable if you are not using domain names
63
65
using_user_tags: False #Disable if you are not using user tags
64
66
using_ticket_form_history: False #Disable if you are not using ticket form history
579796,2024-05-28 21:53:06.793000,update,37253,"Workweek changed from {:sun=&gt;{""01:45""=&gt;""02:45""}, :mon=&gt;{""09:00""=&gt;""20:00""}, :tue=&gt;{""09:00""=&gt;""20:00""}, :wed=&gt;{""08:00""=&gt;""20:00""}, :thu=&gt;{""08:00""=&gt;""20:00""}, :fri=&gt;{""08:00""=&gt;""20:00""}} to {:sun=&gt;{""03:00""=&gt;""04:00""}, :mon=&gt;{""08:00""=&gt;""20:00""}, :tue=&gt;{""08:00""=&gt;""20:00""}, :wed=&gt;{""07:15""=&gt;""20:00""}, :thu=&gt;{""07:15""=&gt;""20:00""}, :fri=&gt;{""07:15""=&gt;""20:00""}}",2024-05-28 21:51:37.000000,18542,Workweek: Central US Schedule,zendesk/business_hours/workweek
3
+
2679952,2024-05-28 16:18:58.471000,update,37253,"Workweek changed from {:thu=&gt;{""09:00""=&gt;""17:00""}, :fri=&gt;{""09:00""=&gt;""17:00""}, :mon=&gt;{""09:00""=&gt;""17:00""}, :tue=&gt;{""09:00""=&gt;""17:00""}, :wed=&gt;{""09:00""=&gt;""17:00""}} to {:mon=&gt;{""09:00""=&gt;""17:00""}, :tue=&gt;{""09:00""=&gt;""17:00""}, :wed=&gt;{""09:00""=&gt;""17:00""}, :thu=&gt;{""09:00""=&gt;""17:00""}, :fri=&gt;{""09:00""=&gt;""17:00""}}",2024-05-21 11:20:29.000000,267996,Workweek: New schedule here,zendesk/business_hours/workweek
4
+
293556,2024-05-28 16:18:58.471000,update,37253,"Workweek changed from {} to {:mon=&gt;{""09:00""=&gt;""17:00""}, :tue=&gt;{""09:00""=&gt;""17:00""}, :wed=&gt;{""09:00""=&gt;""17:00""}, :thu=&gt;{""09:00""=&gt;""17:00""}, :fri=&gt;{""09:00""=&gt;""17:00""}}",2024-05-21 11:20:28.000000,267996,Workweek: New schedule here,zendesk/business_hours/workweek
5
+
4441364,2024-05-28 16:18:58.471000,update,37253,"Workweek changed from {:wed=&gt;{""09:00""=&gt;""17:00""}, :thu=&gt;{""09:00""=&gt;""17:00""}, :mon=&gt;{""09:00""=&gt;""17:00""}, :tue=&gt;{""09:00""=&gt;""17:00""}, :fri=&gt;{""09:00""=&gt;""17:00""}} to {:mon=&gt;{""09:00""=&gt;""17:00""}, :tue=&gt;{""09:00""=&gt;""17:00""}, :wed=&gt;{""09:00""=&gt;""17:00""}, :thu=&gt;{""09:00""=&gt;""17:00""}, :fri=&gt;{""09:00""=&gt;""17:00""}}",2024-05-21 11:20:10.000000,267996,Workweek: New schedule 2,zendesk/business_hours/workweek
6
+
70900,2024-05-28 16:18:58.471000,update,37253,"Workweek changed from {} to {:mon=&gt;{""09:00""=&gt;""17:00""}, :tue=&gt;{""09:00""=&gt;""17:00""}, :wed=&gt;{""09:00""=&gt;""17:00""}, :thu=&gt;{""09:00""=&gt;""17:00""}, :fri=&gt;{""09:00""=&gt;""17:00""}}",2024-05-21 11:20:09.000000,267996,Workweek: New schedule 2,zendesk/business_hours/workweek
7
+
70901,2024-05-28 16:18:58.471000,update,37253,"Workweek changed from {"mon":{"10:00":"20:00"},"tue":{"10:00":"20:00"},"wed":{"10:00":"20:00"},"thu":{"10:00":"20:00"},"fri":{"10:00":"20:00"}} to {"mon":{"10:00":"22:00"},"tue":{"10:00":"22:00"},"wed":{"10:00":"22:00"},"thu":{"10:00":"22:00"},"fri":{"10:00":"22:00"}}",2024-05-21 11:20:09.000000,267996,Workweek: New schedule 2,zendesk/business_hours/workweek
0 commit comments