https://dagster.io/ logo
Title
j

jeremy

08/10/2021, 1:28 AM
Hey, I have a question about the celery docker executor. When I configure it for a pipeline and try to run it through the dagit
Playground
tab, I get the error saying that the
celery-docker
is not a valid config entry under the
execution
path. How can I configure this executor? Am I missing a particular step? I have the
dagster_celery_docker
requirement installed in the environment that runs dagit with the
DefaultRunLauncher
.
a

alex

08/10/2021, 2:35 PM
did you add the executor to the
ModeDefinition
for your pipeline. ? https://docs.dagster.io/_apidocs/libraries/dagster-celery#celery-dagster-celery
j

jeremy

08/10/2021, 5:10 PM
yes it’s there. Turns out the issue was that you can’t have both
celery
and
celery-docker
in the ModeDefinition.