dbt-expectations: [BUG] expect_row_values_to_have_recent_data with dbt utils 1.0.0
Is this a new bug in dbt-expectations?
- I believe this is a new bug in dbt-expectations
- I have searched the existing issues, and I could not find an existing issue for this bug
Current Behavior
expect_row_values_to_have_recent_data
is failing with the following error
'dbt_utils' is undefined
This happen when we migrate to elementary_data 0.6.6
Expected Behavior
The test should not fail
Steps To Reproduce
Install dbt utils 1.0.0 or 0.9.6 dbt_exepctation 0.8.0 elementary-data 0.6.6
Relevant log output
Environment
- OS:linux
- Python:3.9
- dbt:1.3.1
- dbt-expectations:0.8.0
Which database adapter are you using with dbt?
Note: dbt-expectations currently does not support database adapters are than the ones listed below.
- Postgres
- Snowflake
- BigQuery
Additional Context
About this issue
- Original URL
- State: closed
- Created 2 years ago
- Comments: 16 (7 by maintainers)
Ok, merged the PR and released as part of
0.8.1
, which should hopefully be on dbt package hub with the next hour or so. Thanks for everyone’s help in tracking this down! 👍dbt-date 0.7.2 seems so have resolved this for me 👌 thanks!
Ok, I released both updates that address the
dbt.*
issues in dbt-date in 0.7.2, which should be on dbt package hub in the next hour or so. The current release of dbt-expectations (0.8.2) should just pull that in once available. Thanks everyone! (Leaving this open for now.)Hi @clausherther and @olivierdet, looking into it now. Will report my findings shortly.