Skip to content

Commit

Permalink
Fix: correct column names in Benefits backfill CTE (#3332)
Browse files Browse the repository at this point in the history
  • Loading branch information
thekaveman authored Apr 29, 2024
2 parents 3221995 + c86f47c commit 1cfb0de
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions warehouse/models/mart/benefits/fct_benefits_events.sql
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,9 @@ fct_old_enrollments AS (
WHEN client_event_time >= '2022-08-12T07:00:00Z'
THEN "(MST) CDT claims via Login.gov"
END as event_properties_eligibility_verifier,
event_properties_error.name,
event_properties_error.status,
event_properties_error.sub,
event_properties_error_name,
event_properties_error_status,
event_properties_error_sub,
event_properties_href,
event_properties_language,
event_properties_origin,
Expand Down

0 comments on commit 1cfb0de

Please sign in to comment.