In order to allow for running one ingest per variable we can add a variable name argument to the CLI which will ingest a single variable rather than all four serially. This way we can run each variable ingest in a separate invocation of the ingest script to mock multiprocessing.
In order to allow for running one ingest per variable we can add a variable name argument to the CLI which will ingest a single variable rather than all four serially. This way we can run each variable ingest in a separate invocation of the ingest script to mock multiprocessing.