From bb3775a47489d48907277814c02c6c9630e5f92f Mon Sep 17 00:00:00 2001 From: fivetran-catfritz <111930712+fivetran-catfritz@users.noreply.github.com> Date: Thu, 10 Oct 2024 13:50:39 -0500 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Jamie Rodriguez <65564846+fivetran-jamie@users.noreply.github.com> --- CHANGELOG.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a2203c7..c2d611e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ - While currently used for schedule tracking, this table has possible future applications, such as tracking user changes. ## Features -- Updated the `stg_zendesk__schedule_holidays` model to allow users to disable holiday processing by setting `using_holidays` to `false`. +- Updated the `stg_zendesk__schedule_holidays` model to allow users to disable holiday processing (while still using schedules) by setting `using_holidays` to `false`. - Added field-level documentation for the `stg_zendesk__audit_log` table. ## Under the Hood Improvements diff --git a/README.md b/README.md index 9ef0d44..05f5fb3 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ This package takes into consideration that not every Zendesk Support account uti ```yml vars: using_schedule_histories: True #Enable if you are using audit_logs for schedule histories - using_schedules: False #Disable if you are not using schedules, which requires source tables `ticket_schedule`, `daylight_time`, and `time_zone` + using_schedules: False #Disable if you are not using schedules, which requires source tables ticket_schedule, daylight_time, and time_zone using_holidays: False #Disable if you are not using schedule_holidays for holidays using_domain_names: False #Disable if you are not using domain names using_user_tags: False #Disable if you are not using user tags