add template for refund source table
This commit is contained in:
parent
df88540b9f
commit
56c36aa251
1 changed files with 61 additions and 1 deletions
|
|
@ -399,4 +399,64 @@ sources:
|
|||
description: "{{ doc('_airbyte_extracted_at_desc') }}"
|
||||
- name: _airbyte_meta
|
||||
data_type: jsonb
|
||||
description: "{{ doc('_airbyte_meta_desc') }}"
|
||||
description: "{{ doc('_airbyte_meta_desc') }}"
|
||||
- name: refunds
|
||||
description: ""
|
||||
columns:
|
||||
- name: id
|
||||
data_type: character varying
|
||||
description: ""
|
||||
- name: amount
|
||||
data_type: bigint
|
||||
description: ""
|
||||
- name: charge
|
||||
data_type: character varying
|
||||
description: ""
|
||||
- name: object
|
||||
data_type: character varying
|
||||
description: ""
|
||||
- name: reason
|
||||
data_type: character varying
|
||||
description: ""
|
||||
- name: status
|
||||
data_type: character varying
|
||||
description: ""
|
||||
- name: created
|
||||
data_type: bigint
|
||||
description: ""
|
||||
- name: updated
|
||||
data_type: bigint
|
||||
description: ""
|
||||
- name: currency
|
||||
data_type: character varying
|
||||
description: ""
|
||||
- name: metadata
|
||||
data_type: jsonb
|
||||
description: ""
|
||||
- name: payment_intent
|
||||
data_type: character varying
|
||||
description: ""
|
||||
- name: receipt_number
|
||||
data_type: character varying
|
||||
description: ""
|
||||
- name: transfer_reversal
|
||||
data_type: character varying
|
||||
description: ""
|
||||
- name: balance_transaction
|
||||
data_type: character varying
|
||||
description: ""
|
||||
- name: destination_details
|
||||
data_type: jsonb
|
||||
description: ""
|
||||
- name: source_transfer_reversal
|
||||
data_type: character varying
|
||||
description: ""
|
||||
- name: _airbyte_raw_id
|
||||
data_type: character varying
|
||||
description: ""
|
||||
- name: _airbyte_extracted_at
|
||||
data_type: timestamp with time zone
|
||||
description: ""
|
||||
- name: _airbyte_meta
|
||||
data_type: jsonb
|
||||
description: ""
|
||||
Loading…
Add table
Add a link
Reference in a new issue