Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down