Closed mshadbolt closed 1 year ago
I went ahead and fixed the things that we talked about...can you tell me if the instructions for how to fix the failure (that I introduced on purpose) look to you?
(Ha, I just realized that the error message links to the main branch's readme: you'll want to read the instructions in the diff in this branch: https://github.com/CanDIG/clinical_ETL_code/pull/38/files#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5)
Thanks! I think it makes sense and nice that you explain the errors if they come up.
woo passing build
We found that the mapping functions used for
DONOR.INDEX.primary_diagnoses.INDEX.treatments.INDEX.surgeries.INDEX.margin_types_involved.INDEX
DONOR.INDEX.primary_diagnoses.INDEX.treatments.INDEX.surgeries.INDEX.margin_types_not_involved.INDEX
DONOR.INDEX.primary_diagnoses.INDEX.treatments.INDEX.surgeries.INDEX.margin_types_not_assessed.INDEX
should be
pipe_delim()
rather thanindexed_on()
this PR fixes the issue