-
Notifications
You must be signed in to change notification settings - Fork 7
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
ETL fails when there are multiple Repeatable Question Groups within a single form #104
Comments
ETL run after deploying fix for the issue reported here failed due to clash in Encounter Cancel names for EncounterTypes:
Please follow naming recommendations specified here to resolve that issue. In local, after making changes to the EncounterType names, was able to successfully complete ETL. |
@AchalaBelokar In the above query using gvamp will not work, u need to use org name and see the results. And also columns also need to be checked. If columns created for all observations in RQG. So will mark it tech card. |
achala has validated ETL passes. someone among us need to validate structure and below cases:
|
Issue is due to child elements of question group form element not being voided when the question group form element is voided. Tracked as a separate issue - avniproject/avni-webapp#1262 |
|
Related ticket https://avni.freshdesk.com/a/tickets/4173.
ETL fails when there are multiple Repeatable Question Groups within a single form.
In Cini-uat org, we encounter below error while running ETL.
Error logs
Analysis
The root-cause for this seems to be that, we are not segregating the TableMetaData correctly within a form, as we only groupBy "form_mapping_uuid", when we should rather groupBy both "form_mapping_uuid" and "repeatable_question_group_concept_uuid".
The text was updated successfully, but these errors were encountered: