Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No int test/dac 1795 ipv fraud stage failure #390

Merged
merged 2 commits into from
Oct 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ INSERT INTO "environment-txma-stage"."ipv_cri_fraud" (
event_id,
component_id,
user_govuk_signin_journey_id,
user_user_id,
timestamp,
timestamp_formatted,
year,
Expand All @@ -15,7 +14,6 @@ SELECT
event_id as event_id,
component_id as component_id,
user.govuk_signin_journey_id as user_govuk_signin_journey_id,
user.user_id as user_user_id,
timestamp as timestamp,
timestamp_formatted as timestamp_formatted,
CAST(year as INT) as year,
Expand Down
2 changes: 1 addition & 1 deletion athena-scripts/process_scripts/ipv_cri_fraud_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
{
"event_name": "ipv_fraud_cri_third_party_request_ended",
"product_family": "ipv_cri_fraud",
"enabled": false
"enabled": true
}
]

Expand Down