Jai P
10/27/2022, 2:00 PMDockerContainer
. I'm wondering, does that same logic apply to a KubernetesJob
(since we also have to provide an image for that infra block)?Ryan Peden
10/27/2022, 2:11 PMimage
property on the block. KubernetesJob
has that.
Then, if your deployment has a path
attribute, Prefect will look there for your flow code, otherwise it will look in /opt/prefect/flows
.Jai P
10/27/2022, 2:52 PM