Victor Mao

Results 24 comments of Victor Mao

Sure, this is the portion of my code that creates these jobs. ``` @step def prepare_design_inputs(self): # Load base defaults base_filters = read_defaults(self.default_filter_file) print("Done reading base filters.") base_advanced_settings = read_defaults(self.default_advanced_settings_file)...

Digging myself, I can only find reference to the code package path in question [here](https://github.com/Netflix/metaflow/blob/a3d62bdd41b86961694ca3de4a42578bf9a25604/metaflow/plugins/aws/batch/batch_client.py#L110), where `$AWS_BATCH_JOB_NODE_INDEX` is used.

I believe there is a mismatch between what is passed into the job through `METAFLOW_CODE_URL` and what the actual secondary command is. One of my nodes has a command like...

I believe I found the error: https://github.com/Netflix/metaflow/pull/2574