Right now we can only run the v2 database ingestion job from devservers in each environment. This is primarily because the images we build for apiv2 are built for ARM architecture, and our job processing system only supports x86 architecture. We need to:
Build x86 versions of the apiv2 docker image alongside the ingestion tools docker image
Update our db ingestion script / WDL jobs to run both v1 and v2 db ingestion scripts.
Right now we can only run the v2 database ingestion job from devservers in each environment. This is primarily because the images we build for apiv2 are built for ARM architecture, and our job processing system only supports x86 architecture. We need to: