diff --git a/models/schema.yml b/models/schema.yml index ff0e323b..9111734b 100644 --- a/models/schema.yml +++ b/models/schema.yml @@ -34,6 +34,11 @@ models: - name: signup_date description: Date (UTC) of a customer's signup to the online shop. + data_tests: + - dbt_utils.recency: + field: signup_date + datepart: day + interval: 7 - name: orders description: This table has basic information about orders, as well as some derived facts based on payments config: