more tests

This commit is contained in:
Pablo Martin 2024-02-23 12:06:32 +01:00
parent 3efcb7add7
commit 702848fb9d

View file

@ -319,9 +319,19 @@ sources:
- name: amount_captured
data_type: bigint
description: "Amount in cents captured (can be less than the amount attribute on the charge if a partial capture was made)."
tests:
- not_null
- dbt_expectations.expect_column_values_to_be_between:
min_value: 0
strictly: False
- name: amount_refunded
data_type: bigint
description: "Amount in cents refunded (can be less than the amount attribute on the charge if a partial refund was issued)."
tests:
- not_null
- dbt_expectations.expect_column_values_to_be_between:
min_value: 0
strictly: False
- name: application_fee
data_type: character varying
description: "The application fee (if any) for the charge. See the Connect documentation for details."