[Bug] Zendesk SLAs not accurately being captured for certain First Reply Time Business SLAs #131
Closed
1 of 4 tasks
Labels
error:unforced
status:in_review
Currently in review
type:bug
Something is broken or incorrect
update_type:models
Primary focus requires model updates
Is there an existing issue for this?
Describe the issue
When working on the fix to address Issue #121 I came across an issue where tickets that were properly being recorded within the
zendesk__ticket_metrics
model were not being populated in thezendesk__sla_policies
model. See below for an example.I have been able to narrow down the cause of the issue to the filters applied within the
int_zendesk__reply_time_combined
model. The ticket_ids with SLAs seem to properly be reported in the upstream models, but then are filtered out within the cte linked above.Relevant error log or model output
See above for relevant error.
Expected behavior
All SLA Policies are properly reported and presented within the
zendesk__sla_policies
model.dbt Project configurations
Package versions
What database are you using dbt with?
bigquery
dbt Version
dbt v1.5.7
Additional Context
No response
Are you willing to open a PR to help address this issue?
The text was updated successfully, but these errors were encountered: