more tests
This commit is contained in:
parent
e3030c1951
commit
1a38466525
1 changed files with 6 additions and 0 deletions
|
|
@ -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') }}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue