PR #174 includes the following changes:
Bug Fix
- Addressed an issue in which some records in
zendesk__sla_policies
might erroneously have a nullsla_policy_name
due to system-generated millisecond-long gaps in timestamps. The package now compares timestamps to the nearestsecond
when selecting valid SLA policy names in int_zendesk__sla_policy_applied.
Under the Hood
- Updated
consistency_sla_policies
andsla_count_match
data validation tests to account for the above change.
Full Changelog: v0.18.0...v0.18.1