Hi! I am new to Dagster and am exploring ways of running it within our K8 cluster. One thing that I would love to do is to be able to use different images per op in a Dagster job. There seems to have been an PR
here and some discussion about the feature
here but I'm having a hard time figuring out how to implement it...Is there an example of how that above PR should be used when defining an op and using the
K8JobExecutor
?