From f07f47ca3256227137565eff5e7fa27392f04bf8 Mon Sep 17 00:00:00 2001 From: fleetside72 Date: Fri, 9 Mar 2018 11:34:30 -0500 Subject: [PATCH 1/2] Update readme.md --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 3577ff5..5b10424 100644 --- a/readme.md +++ b/readme.md @@ -10,6 +10,7 @@ The goal is to: It is well suited for data from outside systems that * requires complex transformation (parsing and mapping) * original data is retained for reference +* don't feel like writing a map-reduce use cases: * on-going bank feeds From 3ea353a58852aa5feedf7e7b1e95dcae55da5f42 Mon Sep 17 00:00:00 2001 From: Paul Trowbridge Date: Sat, 10 Mar 2018 02:02:38 -0500 Subject: [PATCH 2/2] get rid of dcard2 --- deploy/ubm_schema.sql | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/deploy/ubm_schema.sql b/deploy/ubm_schema.sql index bc31963..8a617fa 100644 --- a/deploy/ubm_schema.sql +++ b/deploy/ubm_schema.sql @@ -49,24 +49,6 @@ CREATE TYPE tps."DCARD" AS ( COMMENT ON TYPE tps."DCARD" IS 'Discover Card'; --- --- Name: DCARD2; Type: TYPE; Schema: tps; Owner: - --- - -CREATE TYPE tps."DCARD2" AS ( - "Trans. Date" numeric, - "Post Date" numeric, - "Description" text, - "Amount" numeric, - "Category" text -); - - --- --- Name: TYPE "DCARD2"; Type: COMMENT; Schema: tps; Owner: - --- - -COMMENT ON TYPE tps."DCARD2" IS 'Discover Card'; --