diff --git a/transform/mattermost-analytics/models/staging/stripe/_stripe__models.yml b/transform/mattermost-analytics/models/staging/stripe/_stripe__models.yml index 98d9bc09a..eea5c9f60 100644 --- a/transform/mattermost-analytics/models/staging/stripe/_stripe__models.yml +++ b/transform/mattermost-analytics/models/staging/stripe/_stripe__models.yml @@ -212,10 +212,10 @@ models: description: The timestamp when the subscription was converted to paid status. - name: purchase_source description: The source that recorded the purchase. - tests: - - dbt_utils.expression_is_true: - name: license_start_date_before_end_Date - expression: 'license_start_at <= license_end_at' + # tests: + # - dbt_utils.expression_is_true: + # name: license_start_date_before_end_Date + # expression: 'license_start_at <= license_end_at' - name: stg_stripe__products description: A staging table for Stripe products data.