-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
No int test/dap ipv identity issued (#384)
* ipv_identity_issue changes * update to ref table * update to temp view and proc * update to set up file * update to proc
- Loading branch information
1 parent
3f2dc20
commit 02b494d
Showing
9 changed files
with
516 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 9 additions & 0 deletions
9
redshift-scripts/setup_process/alter_fact_user_journey_event_iii.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
ALTER TABLE "conformed"."fact_user_journey_event" | ||
ADD COLUMN CI_FAIL BOOLEAN default NULL; | ||
|
||
ALTER TABLE "conformed"."fact_user_journey_event" | ||
ADD COLUMN HAS_MITIGATIONS BOOLEAN default NULL; | ||
|
||
|
||
ALTER TABLE "conformed"."fact_user_journey_event" | ||
ADD COLUMN LEVEL_OF_CONFIDENCE VARCHAR(100) default NULL; |
9 changes: 9 additions & 0 deletions
9
redshift-scripts/setup_process/create_err_duplicate_event_id_ipv_identity_issued_15.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
CREATE TABLE audit.err_duplicate_event_id_ipv_identity_issued_15 ( | ||
product_family character varying(100) ENCODE lzo, | ||
total_duplicate_event_count_minus_one integer ENCODE az64, | ||
event_name character varying(1000) ENCODE lzo, | ||
event_id character varying(1000) ENCODE lzo, | ||
timestamp_formatted character varying(100) ENCODE lzo, | ||
created_by character varying(100) ENCODE lzo, | ||
created_datetime date ENCODE az64 | ||
) DISTSTYLE AUTO; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.