more tests

This commit is contained in:
Pablo Martin 2024-02-23 11:57:02 +01:00
parent e3030c1951
commit 1a38466525

View file

@ -215,6 +215,8 @@ sources:
- name: created
data_type: bigint
description: "{{ doc('stripe_created_desc') }}"
tests:
- not_null
- name: dispute
data_type: character varying
description: "{{ doc('field_docs_na_desc')}}"
@ -230,9 +232,13 @@ sources:
- name: updated
data_type: bigint
description: "{{ doc('stripe_created_desc') }}"
tests:
- not_null
- name: captured
data_type: boolean
description: "If the charge was created without capturing, this Boolean represents whether it is still uncaptured or has since been captured."
tests:
- not_null
- name: currency
data_type: character varying
description: "{{ doc('stripe_currency_desc') }}"