jolly-afternoon-77975
03/27/2023, 12:24 PMrun.code its is none. Any idea why this could be the case? I know that atleast one run should be outside local env, and this does run on batch. Thank you!victorious-lawyer-58417
03/27/2023, 2:31 PMrun[step_name].task.code for the task that run on Batchvictorious-lawyer-58417
03/27/2023, 2:32 PM.code is not persisted for local-only runsjolly-afternoon-77975
03/27/2023, 3:19 PMvictorious-lawyer-58417
03/27/2023, 3:59 PMjolly-afternoon-77975
03/27/2023, 4:00 PMvictorious-lawyer-58417
03/27/2023, 4:28 PMstart step here, loop through all steps until a code package is found: https://github.com/Netflix/metaflow/blob/master/metaflow/client/core.py#L1659
If you start from start, the happy common case is not slower than the current versionjolly-afternoon-77975
03/27/2023, 4:29 PMvictorious-lawyer-58417
03/27/2023, 4:30 PM