add columns to sources
This commit is contained in:
parent
0c24daf5ba
commit
cc9aaadb1c
1 changed files with 360 additions and 1 deletions
|
|
@ -6,8 +6,367 @@ sources:
|
||||||
tables:
|
tables:
|
||||||
- name: balance_transactions
|
- name: balance_transactions
|
||||||
identifier: balance_transactions
|
identifier: balance_transactions
|
||||||
|
columns:
|
||||||
|
- name: id
|
||||||
|
data_type: character varying
|
||||||
|
description: ""
|
||||||
|
- name: fee
|
||||||
|
data_type: bigint
|
||||||
|
description: ""
|
||||||
|
- name: net
|
||||||
|
data_type: bigint
|
||||||
|
description: ""
|
||||||
|
- name: type
|
||||||
|
data_type: character varying
|
||||||
|
description: ""
|
||||||
|
- name: amount
|
||||||
|
data_type: bigint
|
||||||
|
description: ""
|
||||||
|
- name: object
|
||||||
|
data_type: character varying
|
||||||
|
description: ""
|
||||||
|
- name: source
|
||||||
|
data_type: character varying
|
||||||
|
description: ""
|
||||||
|
- name: status
|
||||||
|
data_type: character varying
|
||||||
|
description: ""
|
||||||
|
- name: created
|
||||||
|
data_type: bigint
|
||||||
|
description: ""
|
||||||
|
- name: currency
|
||||||
|
data_type: character varying
|
||||||
|
description: ""
|
||||||
|
- name: description
|
||||||
|
data_type: character varying
|
||||||
|
description: ""
|
||||||
|
- name: fee_details
|
||||||
|
data_type: jsonb
|
||||||
|
description: ""
|
||||||
|
- name: available_on
|
||||||
|
data_type: bigint
|
||||||
|
description: ""
|
||||||
|
- name: exchange_rate
|
||||||
|
data_type: numeric
|
||||||
|
description: ""
|
||||||
|
- name: sourced_transfers
|
||||||
|
data_type: jsonb
|
||||||
|
description: ""
|
||||||
|
- name: reporting_category
|
||||||
|
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: ""
|
||||||
- name: charges
|
- name: charges
|
||||||
identifier: charges
|
identifier: charges
|
||||||
|
columns:
|
||||||
|
- name: id
|
||||||
|
data_type: character varying
|
||||||
|
description: ""
|
||||||
|
- name: card
|
||||||
|
data_type: jsonb
|
||||||
|
description: ""
|
||||||
|
- name: paid
|
||||||
|
data_type: boolean
|
||||||
|
description: ""
|
||||||
|
- name: order
|
||||||
|
data_type: character varying
|
||||||
|
description: ""
|
||||||
|
- name: amount
|
||||||
|
data_type: bigint
|
||||||
|
description: ""
|
||||||
|
- name: object
|
||||||
|
data_type: character varying
|
||||||
|
description: ""
|
||||||
|
- name: review
|
||||||
|
data_type: character varying
|
||||||
|
description: ""
|
||||||
|
- name: source
|
||||||
|
data_type: jsonb
|
||||||
|
description: ""
|
||||||
|
- name: status
|
||||||
|
data_type: character varying
|
||||||
|
description: ""
|
||||||
|
- name: created
|
||||||
|
data_type: bigint
|
||||||
|
description: ""
|
||||||
|
- name: dispute
|
||||||
|
data_type: character varying
|
||||||
|
description: ""
|
||||||
|
- name: invoice
|
||||||
|
data_type: character varying
|
||||||
|
description: ""
|
||||||
|
- name: outcome
|
||||||
|
data_type: jsonb
|
||||||
|
description: ""
|
||||||
|
- name: refunds
|
||||||
|
data_type: jsonb
|
||||||
|
description: ""
|
||||||
|
- name: updated
|
||||||
|
data_type: bigint
|
||||||
|
description: ""
|
||||||
|
- name: captured
|
||||||
|
data_type: boolean
|
||||||
|
description: ""
|
||||||
|
- name: currency
|
||||||
|
data_type: character varying
|
||||||
|
description: ""
|
||||||
|
- name: customer
|
||||||
|
data_type: character varying
|
||||||
|
description: ""
|
||||||
|
- name: disputed
|
||||||
|
data_type: boolean
|
||||||
|
description: ""
|
||||||
|
- name: livemode
|
||||||
|
data_type: boolean
|
||||||
|
description: ""
|
||||||
|
- name: metadata
|
||||||
|
data_type: jsonb
|
||||||
|
description: ""
|
||||||
|
- name: refunded
|
||||||
|
data_type: boolean
|
||||||
|
description: ""
|
||||||
|
- name: shipping
|
||||||
|
data_type: jsonb
|
||||||
|
description: ""
|
||||||
|
- name: application
|
||||||
|
data_type: character varying
|
||||||
|
description: ""
|
||||||
|
- name: description
|
||||||
|
data_type: character varying
|
||||||
|
description: ""
|
||||||
|
- name: destination
|
||||||
|
data_type: character varying
|
||||||
|
description: ""
|
||||||
|
- name: receipt_url
|
||||||
|
data_type: character varying
|
||||||
|
description: ""
|
||||||
|
- name: failure_code
|
||||||
|
data_type: character varying
|
||||||
|
description: ""
|
||||||
|
- name: on_behalf_of
|
||||||
|
data_type: character varying
|
||||||
|
description: ""
|
||||||
|
- name: fraud_details
|
||||||
|
data_type: jsonb
|
||||||
|
description: ""
|
||||||
|
- name: receipt_email
|
||||||
|
data_type: character varying
|
||||||
|
description: ""
|
||||||
|
- name: transfer_data
|
||||||
|
data_type: jsonb
|
||||||
|
description: ""
|
||||||
|
- name: amount_updates
|
||||||
|
data_type: jsonb
|
||||||
|
description: ""
|
||||||
|
- name: payment_intent
|
||||||
|
data_type: character varying
|
||||||
|
description: ""
|
||||||
|
- name: payment_method
|
||||||
|
data_type: character varying
|
||||||
|
description: ""
|
||||||
|
- name: receipt_number
|
||||||
|
data_type: character varying
|
||||||
|
description: ""
|
||||||
|
- name: transfer_group
|
||||||
|
data_type: character varying
|
||||||
|
description: ""
|
||||||
|
- name: amount_captured
|
||||||
|
data_type: bigint
|
||||||
|
description: ""
|
||||||
|
- name: amount_refunded
|
||||||
|
data_type: bigint
|
||||||
|
description: ""
|
||||||
|
- name: application_fee
|
||||||
|
data_type: character varying
|
||||||
|
description: ""
|
||||||
|
- name: billing_details
|
||||||
|
data_type: jsonb
|
||||||
|
description: ""
|
||||||
|
- name: failure_message
|
||||||
|
data_type: character varying
|
||||||
|
description: ""
|
||||||
|
- name: source_transfer
|
||||||
|
data_type: character varying
|
||||||
|
description: ""
|
||||||
|
- name: balance_transaction
|
||||||
|
data_type: character varying
|
||||||
|
description: ""
|
||||||
|
- name: statement_descriptor
|
||||||
|
data_type: character varying
|
||||||
|
description: ""
|
||||||
|
- name: statement_description
|
||||||
|
data_type: character varying
|
||||||
|
description: ""
|
||||||
|
- name: application_fee_amount
|
||||||
|
data_type: bigint
|
||||||
|
description: ""
|
||||||
|
- name: payment_method_details
|
||||||
|
data_type: jsonb
|
||||||
|
description: ""
|
||||||
|
- name: failure_balance_transaction
|
||||||
|
data_type: character varying
|
||||||
|
description: ""
|
||||||
|
- name: statement_descriptor_suffix
|
||||||
|
data_type: character varying
|
||||||
|
description: ""
|
||||||
|
- name: calculated_statement_descriptor
|
||||||
|
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: ""
|
||||||
- name: payment_intents
|
- name: payment_intents
|
||||||
identifier: payment_intents
|
identifier: payment_intents
|
||||||
|
columns:
|
||||||
|
- name: id
|
||||||
|
data_type: character varying
|
||||||
|
description: ""
|
||||||
|
- name: amount
|
||||||
|
data_type: bigint
|
||||||
|
description: ""
|
||||||
|
- name: object
|
||||||
|
data_type: character varying
|
||||||
|
description: ""
|
||||||
|
- name: review
|
||||||
|
data_type: character varying
|
||||||
|
description: ""
|
||||||
|
- name: source
|
||||||
|
data_type: character varying
|
||||||
|
description: ""
|
||||||
|
- name: status
|
||||||
|
data_type: character varying
|
||||||
|
description: ""
|
||||||
|
- name: charges
|
||||||
|
data_type: jsonb
|
||||||
|
description: ""
|
||||||
|
- name: created
|
||||||
|
data_type: bigint
|
||||||
|
description: ""
|
||||||
|
- name: invoice
|
||||||
|
data_type: character varying
|
||||||
|
description: ""
|
||||||
|
- name: updated
|
||||||
|
data_type: bigint
|
||||||
|
description: ""
|
||||||
|
- name: currency
|
||||||
|
data_type: character varying
|
||||||
|
description: ""
|
||||||
|
- name: customer
|
||||||
|
data_type: character varying
|
||||||
|
description: ""
|
||||||
|
- name: livemode
|
||||||
|
data_type: boolean
|
||||||
|
description: ""
|
||||||
|
- name: metadata
|
||||||
|
data_type: jsonb
|
||||||
|
description: ""
|
||||||
|
- name: shipping
|
||||||
|
data_type: jsonb
|
||||||
|
description: ""
|
||||||
|
- name: processing
|
||||||
|
data_type: jsonb
|
||||||
|
description: ""
|
||||||
|
- name: application
|
||||||
|
data_type: character varying
|
||||||
|
description: ""
|
||||||
|
- name: canceled_at
|
||||||
|
data_type: bigint
|
||||||
|
description: ""
|
||||||
|
- name: description
|
||||||
|
data_type: character varying
|
||||||
|
description: ""
|
||||||
|
- name: next_action
|
||||||
|
data_type: jsonb
|
||||||
|
description: ""
|
||||||
|
- name: on_behalf_of
|
||||||
|
data_type: character varying
|
||||||
|
description: ""
|
||||||
|
- name: client_secret
|
||||||
|
data_type: character varying
|
||||||
|
description: ""
|
||||||
|
- name: latest_charge
|
||||||
|
data_type: character varying
|
||||||
|
description: ""
|
||||||
|
- name: receipt_email
|
||||||
|
data_type: character varying
|
||||||
|
description: ""
|
||||||
|
- name: transfer_data
|
||||||
|
data_type: jsonb
|
||||||
|
description: ""
|
||||||
|
- name: amount_details
|
||||||
|
data_type: jsonb
|
||||||
|
description: ""
|
||||||
|
- name: capture_method
|
||||||
|
data_type: character varying
|
||||||
|
description: ""
|
||||||
|
- name: payment_method
|
||||||
|
data_type: character varying
|
||||||
|
description: ""
|
||||||
|
- name: transfer_group
|
||||||
|
data_type: character varying
|
||||||
|
description: ""
|
||||||
|
- name: amount_received
|
||||||
|
data_type: bigint
|
||||||
|
description: ""
|
||||||
|
- name: amount_capturable
|
||||||
|
data_type: bigint
|
||||||
|
description: ""
|
||||||
|
- name: last_payment_error
|
||||||
|
data_type: jsonb
|
||||||
|
description: ""
|
||||||
|
- name: setup_future_usage
|
||||||
|
data_type: character varying
|
||||||
|
description: ""
|
||||||
|
- name: cancellation_reason
|
||||||
|
data_type: character varying
|
||||||
|
description: ""
|
||||||
|
- name: confirmation_method
|
||||||
|
data_type: character varying
|
||||||
|
description: ""
|
||||||
|
- name: payment_method_types
|
||||||
|
data_type: jsonb
|
||||||
|
description: ""
|
||||||
|
- name: statement_descriptor
|
||||||
|
data_type: character varying
|
||||||
|
description: ""
|
||||||
|
- name: statement_description
|
||||||
|
data_type: character varying
|
||||||
|
description: ""
|
||||||
|
- name: application_fee_amount
|
||||||
|
data_type: bigint
|
||||||
|
description: ""
|
||||||
|
- name: payment_method_options
|
||||||
|
data_type: jsonb
|
||||||
|
description: ""
|
||||||
|
- name: automatic_payment_methods
|
||||||
|
data_type: jsonb
|
||||||
|
description: ""
|
||||||
|
- name: statement_descriptor_suffix
|
||||||
|
data_type: character varying
|
||||||
|
description: ""
|
||||||
|
- name: payment_method_configuration_details
|
||||||
|
data_type: jsonb
|
||||||
|
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