-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BUG - Freshness check fails for organization_tag #19
Comments
Hi @wuservices thanks for opening this Issue as well as Issue #18! This is actually a request we have seen come through on our dbt_hubspot package and have been able to institute a relatively low impact fix for these disabled tables. You can see the fix we did here. I will be able to easily add this feature to the package. However, I will focus first on upgrading our dbt_zendesk package for dbt 20 compatibility first so there are no compatibility issues between this source package and the transform package. |
hey @wuservices our own data is in line with the pre-existing freshness tests, so i am thinking that the ideal solution here may be for you to override the zendesk source and set the however, worth noting that dbt 0.21.0 will introduce |
hi @fivetran-jamie thanks for the tips! @fivetran-joemarkiewicz pointed out the same freshness override in office hours, and that was a huge help! We were able to get our freshness tuned up nicely with that, so we're OK. However, we did also discuss that good defaults are always nice when possible. For the benefit of others, I'd be curious why you'd have freshness by default on |
that's a good point that joe and i were honestly unsure about. in our own zendesk data, definitely aiming for the nicest defaults possible and really appreciate your input! i think it'd be good to keep this issue open and mark it as |
Closing this issue as it is a wontfix. |
Are you a current Fivetran customer?
Jon Wu, Architect, Paper Culture
Describe the bug
zendesk.organization_tag
fails freshness checks. It appears that it shouldn't be checked.Steps to reproduce
dbt source snapshot-freshness
ERROR STALE freshness of zendesk.organization_tag
Expected behavior
No freshness error should occur if data sync is working. In my case, it appears that this data just doesn't get updated very often. I noticed that
freshness: null
is configured forzendesk.organization
. Should that just be copied toorganization_tag
to ignore freshness here too?Project variables configuration
Package Version
Warehouse
Additional context
Freshness is ignored for
organization
: https://github.com/fivetran/dbt_zendesk_source/blob/master/models/src_zendesk.yml#L130Screenshots
Please indicate the level of urgency
Testing for the first time, but hopefully this is a simple fix.
Are you interested in contributing to this package?
The text was updated successfully, but these errors were encountered: