File tree Expand file tree Collapse file tree 3 files changed +16
-3
lines changed Expand file tree Collapse file tree 3 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 69
69
]
70
70
}
71
71
]
72
+ },
73
+ {
74
+ "column" : [
75
+ {
76
+ "path" : " value" ,
77
+ "name" : " identifier_value"
78
+ },
79
+ {
80
+ "path" : " system" ,
81
+ "name" : " identifier_sys"
82
+ }
83
+ ],
84
+ "forEachOrNull" : " identifier"
72
85
}
73
86
],
74
87
"name" : " patient_flat" ,
Original file line number Diff line number Diff line change @@ -223,7 +223,7 @@ function wait_for_completion() {
223
223
function check_parquet() {
224
224
local isIncremental=$1
225
225
local output=" ${HOME_PATH} /${PARQUET_SUBDIR} "
226
- TOTAL_VIEW_PATIENTS=106
226
+ TOTAL_VIEW_PATIENTS=528
227
227
228
228
if [[ " ${isIncremental} " == " true" ]]
229
229
then
@@ -232,7 +232,7 @@ function check_parquet() {
232
232
# the second is for the merge step of the incremental run. The second
233
233
# directory has one more patient, hence the new totals.
234
234
TOTAL_TEST_PATIENTS=$(( 2 * TOTAL_TEST_PATIENTS + 1 ))
235
- TOTAL_VIEW_PATIENTS=$(( 2 * TOTAL_VIEW_PATIENTS + 1 ))
235
+ TOTAL_VIEW_PATIENTS=1060
236
236
TOTAL_TEST_ENCOUNTERS=$(( 2 * TOTAL_TEST_ENCOUNTERS))
237
237
TOTAL_TEST_OBS=$(( 2 * TOTAL_TEST_OBS))
238
238
fi
Original file line number Diff line number Diff line change @@ -200,7 +200,7 @@ function test_parquet_sink() {
200
200
# This global variable is hardcoded to validate the View record count
201
201
# which can greater than the number of Resources in the source FHIR
202
202
# Server due to flattening
203
- PATIENT_VIEW_ROWCOUNT=106
203
+ PATIENT_VIEW_ROWCOUNT=528
204
204
OBS_VIEW_ROWCOUNT=${TOTAL_TEST_OBS}
205
205
if [[ -n ${OPENMRS} ]]; then
206
206
PATIENT_VIEW_ROWCOUNT=108
You can’t perform that action at this time.
0 commit comments