As of dbt 0.20.0, you can include a where
clause in your test config! Here’s an example from the docs: where | dbt Docs
If you’re not able to upgrade yet, earlier versions of dbt-utils have a not_null_where test you can use instead.
As of dbt 0.20.0, you can include a where
clause in your test config! Here’s an example from the docs: where | dbt Docs
If you’re not able to upgrade yet, earlier versions of dbt-utils have a not_null_where test you can use instead.