-
Notifications
You must be signed in to change notification settings - Fork 165
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
Alerts[Teams] - test_results_sample doesn't output anything #1692
Comments
same issues, the |
Hey @christopherekfeldt , @timhiebenthal, I assume you both started experiencing this issue after upgrading
make sure to follow these instructions, it should resolve the issue. In case my assumption is incorrect and you do not use version |
thanks @ofek1weiss |
Ok, so lets try to debug this, i need to know a few things:
|
We have a new implementation of Elementary so pointing it to a certain version upgrade is tough regarding question 1 and 2. we implemented the newest versions right away (dbt 1.8, elementary 0.16.1) and then I played a bit around with the elementary-dbt package in the hope that a downgrade would solve it full snippet of the definition
|
Update:
dbt
dbt deps
will now upgrade and keep you in the loop |
Seems to also work with dbt-package How about you @christopherekfeldt ? |
I'm not following, what resolved the issue for you @timhiebenthal , was it to downgrade and upgrade again? |
try the dbt package 0.16.1 |
Describe the bug
Since the launch of Elementary alerting for Teams we have been using it, I've added different alert_fields and config for different tests. Now after the upgrade to dbt 1.8 and latest elementary version, the alerts test_result_sample stopped to reveal. We use it both to visualize and show model cost spikes and our longest running models this way. We have limit the output to 5 rows since that is the maximum of test_results_sample. But now it doesn't appear at all.
Expected behavior
I expect the test_results_sample to output the 5 samples in the result if an alert appears.
Screenshots
Environment (please complete the following information):
Additional context
My first initial thought was that this could be connected to that dbt changed from tests -> data_tests in dbt 1.8, which may cause the issue of the config not attaching. But I'm not sure..
Would you be willing to contribute a fix for this issue?
No, thanks!
The text was updated successfully, but these errors were encountered: