From f7fb95aa4c1e374aeaf063b453b2587071c68314 Mon Sep 17 00:00:00 2001 From: Pablo Martin Date: Thu, 15 Feb 2024 16:40:37 +0100 Subject: [PATCH] sources file --- models/staging/stripe/_stripe_sources.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 models/staging/stripe/_stripe_sources.yml diff --git a/models/staging/stripe/_stripe_sources.yml b/models/staging/stripe/_stripe_sources.yml new file mode 100644 index 0000000..c13f84d --- /dev/null +++ b/models/staging/stripe/_stripe_sources.yml @@ -0,0 +1,13 @@ +version: 2 + +sources: + - name: stripe_uk + schema: sync_stripe_uk + tables: + - name: balance_transactions + identifier: balance_transactions + - name: charges + identifier: charges + - name: payment_intents + identifier: payment_intents + \ No newline at end of file