added missing description
This commit is contained in:
parent
8d49e9b07b
commit
a8100c756d
1 changed files with 4 additions and 1 deletions
|
|
@ -468,7 +468,10 @@ models:
|
||||||
data_type: timestamp with time zone
|
data_type: timestamp with time zone
|
||||||
description: "{{ doc('dwh_extracted_at_date_desc') }}"
|
description: "{{ doc('dwh_extracted_at_date_desc') }}"
|
||||||
- name: stg_stripe__refunds
|
- name: stg_stripe__refunds
|
||||||
description: ""
|
description: |
|
||||||
|
Refund objects allow you to refund a previously created charge that isn’t refunded yet. Funds are refunded to the credit or debit card that’s initially charged.
|
||||||
|
|
||||||
|
You can read more about this object here: https://docs.stripe.com/api/refunds.
|
||||||
columns:
|
columns:
|
||||||
- name: id
|
- name: id
|
||||||
data_type: character varying
|
data_type: character varying
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue