Skip to content
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

Not able to set up detection period - 'hour' for column_anomalies tests #1646

Open
ZuzanaRaichlova opened this issue Jul 24, 2024 · 3 comments
Labels
Bug Something isn't working Triage 👀

Comments

@ZuzanaRaichlova
Copy link

ZuzanaRaichlova commented Jul 24, 2024

I'm trying to set up the detection period for our column_anomalies tests to hour (we are missing a lot of alerts because of the 1 day setting). But I'm getting this error:
Missing mandatory configuration: ['backfill_days']
I saw a couple of people had this issue earlier this year. Is there already a solution for it? Because in the docs I can see that hour should be a supported period. Thank you!

To Reproduce

detection_period:
period: hour
count: 2

-> runing the test
-> Compilation error Missing mandatory configuration: ['backfill_days']

Environment:
Elementary package version: 0.15.2
dbt version: 1.2.0
Data warehouse: snowflake

@ZuzanaRaichlova ZuzanaRaichlova added Bug Something isn't working Triage 👀 labels Jul 24, 2024
@dapollak
Copy link
Contributor

Hey @ZuzanaRaichlova,
It does support, but unfortunately it must be set to a value larger than 24. (detection period must be longer than one day)

@ZuzanaRaichlova
Copy link
Author

Thank you for the quick response!
Are there any plans to allow also shorter periods?

@annav00
Copy link

annav00 commented Aug 8, 2024

I'm also interested in this question

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working Triage 👀
Projects
None yet
Development

No branches or pull requests

3 participants