Fixes an issue where a | in the parents column would cause the markdown table to be rendered improperly. For all tables other than ordo, this would result in only 1 of the parents showing. For ordo as of #531, it would result in one of the parents populating into the subset column, instead of showing the actual subset.
Pre-merge checklist
Documentation
Was the documentation added/updated under docs/?
[ ] Yes
[x] No, updates to the docs were not necessary after careful consideration
QC
Was the full pipeline run before submitting this PR using sh run.sh make build-mondo-ingest on this branch (after
docker pull obolibrary/odkfull:dev), and no errors occurred?
[ ] Yes
[ ] No, there are no functional (code-related) changes to the pipeline in the PR, so no re-run is necessary
Overview
Fixes an issue where a | in the parents column would cause the markdown table to be rendered improperly. For all tables other than ordo, this would result in only 1 of the parents showing. For ordo as of #531, it would result in one of the parents populating into the subset column, instead of showing the actual subset.
Pre-merge checklist
Documentation
Was the documentation added/updated under
docs/
?QC
Was the full pipeline run before submitting this PR using
sh run.sh make build-mondo-ingest
on this branch (afterdocker pull obolibrary/odkfull:dev
), and no errors occurred?New Packages
Were any new Python packages added?
Were any other non-Python packages added?
PR Review and Conversations Resolved
Has the PR been sufficiently reviewed by at least 1 team member of the Mondo Technical team and all threads resolved?
@souzadevinicius FYI