From 98d6d8da20bb84c3c9325b852c1013c1a0a09fed Mon Sep 17 00:00:00 2001 From: Yam ZhengLim Date: Sat, 15 Jul 2023 04:01:34 +0000 Subject: [PATCH] Exchange add source --- .../staging/exchange/_exchange__sources.yml | 51 ++++++++++++++++++- 1 file changed, 50 insertions(+), 1 deletion(-) diff --git a/models/staging/exchange/_exchange__sources.yml b/models/staging/exchange/_exchange__sources.yml index f4e3550..20620be 100644 --- a/models/staging/exchange/_exchange__sources.yml +++ b/models/staging/exchange/_exchange__sources.yml @@ -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: