Skip to content

add missing fields to query#10484

Merged
mmagsa merged 5 commits intomainfrom
ma/fix_dropoff_report
Apr 24, 2024
Merged

add missing fields to query#10484
mmagsa merged 5 commits intomainfrom
ma/fix_dropoff_report

Conversation

@mmagsa
Copy link
Contributor

@mmagsa mmagsa commented Apr 23, 2024

🎫 Ticket

Link to the relevant ticket:
LG-13127

🛠 Summary of changes

Adds a number of fields required to calculate Workflow Complete - Total Pending to the report query.

Comment on lines +391 to +395
, coalesce(properties.event_properties.fraud_review_pending, 0) AS fraud_review_pending
, coalesce(properties.event_properties.gpo_verification_pending, 0) AS gpo_verification_pending
, coalesce(properties.event_properties.in_person_verification_pending, 0) AS in_person_verification_pending
, ispresent(properties.event_properties.deactivation_reason) AS has_other_deactivation_reason
, !fraud_review_pending and !gpo_verification_pending and !in_person_verification_pending and !has_other_deactivation_reason AS identity_verified
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you update the specs with examples of a few of these fields coming back in the response?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done. Thanks for the reminder!

Co-authored-by: Zach Margolis <zachmargolis@users.noreply.github.com>
mmagsa and others added 2 commits April 23, 2024 15:12
Co-authored-by: Zach Margolis <zachmargolis@users.noreply.github.com>
changelog: Internal, Data Reporting, Fix Drop Off Report
@mmagsa mmagsa force-pushed the ma/fix_dropoff_report branch from ab8b48a to 361ff5c Compare April 24, 2024 14:06
@mmagsa mmagsa merged commit 37c4a13 into main Apr 24, 2024
@mmagsa mmagsa deleted the ma/fix_dropoff_report branch April 24, 2024 15:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants