Wilson Bilkovich
08/23/2021, 12:29 PMRunConfig
object? Do I need one if I’m already specifying an Executor?Wilson Bilkovich
08/23/2021, 12:32 PMKevin Kho
KubernetesRun(env={"PREFECT___LOGGING___LEVEL": "DEBUG"})
or adding other env variables (though I guess in your case you could do it in the executor.
You can also provide an image to KubernetesRun so that it’ll match the Dask cluster? Like if you start to use pandas
or numpy
in your Flow, I think you’ll need to match versions between the client and workers.Wilson Bilkovich
08/23/2021, 3:50 PMKevin Kho