-
Notifications
You must be signed in to change notification settings - Fork 2
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
Only process those Glific FlowResults which has "registration_flow_complete" set to "Yes" #102
Comments
… FlowResult. Ability to use default BigQuery iterator.
Code Review comments:*) Date registrationDate = DateTimeUtil.toDate(lahiStudent.getDateOfRegistration(), DateTimeUtil.DATE_TIME); *) Look into this test |
Item 1 fixed |
Need more info on the following issue reported: |
Fixed the reproducible issues reported in the Error sheet. |
In Glific, Flow_results with same ID are saved multiple times to BigQuery Flow_results table.
This results in partially completed flows also to be returned in the BigQuery SQL Query response.
Only process those Glific FlowResults which has "registration_flow_complete" set to "Yes", which is an indicator that Contact has completed the entire flow.
Sample flow_results results column excerpts
The text was updated successfully, but these errors were encountered: