Mark4 import script move
1 unresolved thread
1 unresolved thread
Compare changes
@@ -24,11 +24,10 @@ output = import.out
Moved the mark4 import script where it can exist in the container. I manually updated the workflow templates on dev and test, this is for when it goes to prod.
This actually works? This isn't a pex
also if accessing the script from a container is the issue, this workflow really doesn't need to be portable like this. We can lock it run on lustre directly like the calibrations are
Accessing it from the container was precisely the issue. The script originally existed at
/users/vlapipe/workflows/$ENV(CAPO_PROFILE)/bin
but that wasn't in lustre nor mounted to the container. Running it from here does work but sounds like it probably wasn't the correct place.I just saw this directory was already mounted and went with it but I'm up for moving it anywhere as long as the container can run it.
changed this line in version 2 of the diff
This should be happy now. I manually updated it on dev and it ran with expected chatter in the logs.