PR #55 includes the following updates:
Breaking Changes
- Introduced the
stg_zendesk__audit_log
table for capturing schedule changes from Zendesk's audit log.- This model is disabled by default, to enable it set variable
using_schedule_histories
totrue
in yourdbt_project.yml
. - While currently used for schedule tracking, this table has possible future applications, such as tracking user changes.
- This model is disabled by default, to enable it set variable
Features
- Updated the
stg_zendesk__schedule_holidays
model to allow users to disable holiday processing (while still using schedules) by settingusing_holidays
tofalse
. - Added field-level documentation for the
stg_zendesk__audit_log
table.
Under the Hood Improvements
- Added seed data for
audit_log
to enhance integration testing capabilities.
Full Changelog: v0.12.0...v0.13.0