Hi, deploying Dagster via helm and I have a custom executor.
Should the executor live in the user code deployment?
it belongs in the run launcher container, which if not configured otherwise is the same
c
chris
06/27/2022, 5:57 PM
When you say "ive", do you mean where the actual python is defined? It definitely needs to be referenceable from the user code deployment, as it will be getting called / referenced directly from the code artifacts in your user code deployment
👍 1
o
Oliver
06/29/2022, 4:31 AM
I think I was assuming you could just type the name of an executor in the config and it would magically use it