Skip to content

Commit

Permalink
ci-ci-reason fix (#1032)
Browse files Browse the repository at this point in the history
  • Loading branch information
psodhi-gds authored Dec 16, 2024
1 parent 75b3747 commit 2196aa2
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
DELETE FROM "dap_txma_reporting_db_refactored"."conformed_refactored"."event_extensions_refactored"
USING "dap_txma_reporting_db_refactored"."conformed_refactored"."fact_user_journey_event_refactored" AS fct,
"dap_txma_reporting_db_refactored"."conformed_refactored"."dim_event_refactored" AS de
WHERE "event_extensions_refactored".event_id = fct.event_id
AND fct.event_key = de.event_key
AND de.event_name = 'BAV_CRI_VC_ISSUED'
AND (event_attribute_name LIKE ('%evidence%cireasons%ci%')
OR event_attribute_name LIKE ('%evidence%cireasons%reason%') ) ;

0 comments on commit 2196aa2

Please sign in to comment.