mirror of
https://gitlab.com/cief-data/dbt_cloud.git
synced 2026-08-19 04:14:00 +00:00
Exchange add source
This commit is contained in:
@@ -21,7 +21,56 @@ sources:
|
||||
- daily
|
||||
|
||||
|
||||
tables:
|
||||
tables:
|
||||
- name: account_statements
|
||||
description: ""
|
||||
columns:
|
||||
- name: id
|
||||
description: Primary key for 'account_statements'
|
||||
|
||||
|
||||
- name: seasonal_segment
|
||||
description: Use to assign company into temporary segment, this function normally use in campaign
|
||||
columns:
|
||||
- name: id
|
||||
description: Primary key for 'seasonal_segment'
|
||||
|
||||
|
||||
- name: statement_accounts
|
||||
description: ""
|
||||
columns:
|
||||
- name: id
|
||||
description: Primary key for 'statement_accounts'
|
||||
|
||||
|
||||
- name: statement_transactions
|
||||
description: ""
|
||||
columns:
|
||||
- name: id
|
||||
description: Primary key for 'statement_transactions'
|
||||
|
||||
|
||||
- name: statement_transaction_owners
|
||||
description: ""
|
||||
columns:
|
||||
- name: id
|
||||
description: Primary key for 'statement_transaction_owners'
|
||||
|
||||
|
||||
- name: vouchers
|
||||
description: ""
|
||||
columns:
|
||||
- name: id
|
||||
description: Primary key for 'vouchers'
|
||||
|
||||
|
||||
- name: voucher_redemptions
|
||||
description: ""
|
||||
columns:
|
||||
- name: id
|
||||
description: Primary key for 'voucher_redemptions'
|
||||
|
||||
|
||||
- name: activity_log
|
||||
description: Contains most table's activity log that CUD (created, updated, deleted) in www.exchange.cief-malaysia.com
|
||||
columns:
|
||||
|
||||
Reference in New Issue
Block a user