configuration
ColumnsToIgnore apply for this module ( Refer https://msfprojects.atlassian.net/wiki/spaces/BAH/pages/329875787/Appendix )
incrementalUpdateConfig is applicable ( Refer https://msfprojects.atlassian.net/wiki/spaces/BAH/pages/329679036/Incremental+Update )
Code Block |
---|
{ "name": "Person", "type": "person", "chunkSizeToRead": "500", "groupedJobConfigs": [ { "tableName": "person_details_default", "columnsToIgnore": [] } ] } |
...
Existing OpenMRS tables
Code Block |
---|
person person_name Patient_identifier person_address person_attribute_type address_hierarchy_level |
...
Flattened Mart Tables
Code Block |
---|
person_details_default person_address_default person_attribute_info_default address_hierarchy_level_default |
Incremental Config:
Please check this section on how to enable/disable incremental config for specific mart tables.
...