Dana Merrick
03/15/2021, 5:22 PMprefect execute flow-run
but I want to add a command before thatKyle Moon-Wright
03/15/2021, 6:00 PMrun_config
determining the k8s job. Looking through the CLI flags, you may be able to parameterize your job config and select it with a flag, but this would likely be specific to your use case.Dana Merrick
03/15/2021, 6:02 PMconda
to install our packages, but conda needs conda activate <env name>
to run before prefect
runsconda activate <env> && <command>
Kyle Moon-Wright
03/15/2021, 6:25 PMon_start
from the old KubernetesJobEnvironment days, but I’m still looking for a run_config
solution - I must be missing something.Dana Merrick
03/15/2021, 6:29 PMKyle Moon-Wright
03/15/2021, 6:48 PMconda run
 CLI) and an explanation for this behavior. I hope this may shed some light on this, but please feel free to comment there with your thoughts.Dana Merrick
03/19/2021, 3:37 PM