Closed AoifeHughes closed 1 year ago
But i don't think we want to delete the containers? that is where all the output simulated data will be stored.
I wasn't sure if the end plan was to move the data somewhere else?
Maybe, but it would be a shame that the container gets deleted at the end of the job without having downloaded/moved it. I think is safer that we delete by hand if we feel we have to.
Makes sense - will remove the confusing print statement
https://github.com/alan-turing-institute/spc-hpc-pipeline/blob/4207caa7b75ceb1250928c84c8bfe9bd1cc82dc1/spc-hpc-client.py#L506
Just needs
blob_service_client.delete_container(input_container_name)
added back - must have been lost at some point.