ccb-hms / nhanes-database

3 stars 4 forks source link

Do translation in R - once VariableCodebook is loaded into the DB #185

Closed deepayan closed 4 months ago

deepayan commented 4 months ago

PR updated to insert variable codebooks (but not ontology) by enabling previously commented out step, and use that to actually insert the translated tables into the DB.

The last step needs to be rewritten using bulk inserts for consistency with raw tables. Also, that step sometimes fails with an error message like 'database not yet ready for operations' --- but running docker build again should work.