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

Row_count metric not being collected when bumping dbt version to 1.8 #1730

Open
guillesd opened this issue Oct 24, 2024 · 0 comments
Open

Row_count metric not being collected when bumping dbt version to 1.8 #1730

guillesd opened this issue Oct 24, 2024 · 0 comments
Labels
Bug Something isn't working Triage 👀

Comments

@guillesd
Copy link

guillesd commented Oct 24, 2024

Describe the bug
The row_count metric stopped being collected when we bumped our dbt version to 1.8 (previously on 1.7). Also, elementary does not inform that this is happening. I had to check in the test_result_rows table to find that there are no entries from the day of the bumping onwards.

To Reproduce

  1. Run dbt 1.8
  2. Specify a elementary.volume_anomalies check based on a timestamp column
  3. Specify seasonality day_of_week
  4. Test results log as 98 failures for some weird reason, metrics are not present in the test_result_rows table

Expected behavior
I expect the behavior of elementary to be the same across dbt versions. So my volume_anomalies check should continue as normal.

Environment (please complete the following information):

  • Elementary CLI (edr) version: 0.13.0
  • Elementary dbt package version: 0.13.0
  • dbt version 1.8.6
  • Data warehouse: BigQuery
  • We are running the elementary jobs in Cloud Run, using python:3.12.4-slim-bullseye image

Would you be willing to contribute a fix for this issue?
I am happy to contribute but I have no clue what may be wrong!

@guillesd guillesd added Bug Something isn't working Triage 👀 labels Oct 24, 2024
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

1 participant