You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this use case, I would expect only the not_null test to have been assigned by droughty to these date columns (flagged by 'dt' syntax in column name).
Screenshots/Video
Workaround
Using test_overwrite: in droughty_schema.yaml to redefine all tests for the model in question.
The text was updated successfully, but these errors were encountered:
Bug description
droughty asserts dbt_utils_expression_is_true test on columns
application_valid_from_dt
andapplication_valid_to_dt
:- 'dbt_utils.expression_is_true:expression: valid_from < valid_to'
Expected behaviour
In this use case, I would expect only the
not_null
test to have been assigned by droughty to these date columns (flagged by 'dt' syntax in column name).Screenshots/Video
Workaround
Using
test_overwrite:
indroughty_schema.yaml
to redefine all tests for the model in question.The text was updated successfully, but these errors were encountered: