Dagster k8s-celery executor #4282
-
Hi, We are developing a data quality software, where we have multiple data processing stages. We are planning to execute each stage as separate celery-k8s executor. We are using helm chart with below values.
Repositories are loaded from our custom user code deployment image. Executor configuration in UI
But while running the pipeline we are getting below error message from k8s (my_repo.com/stage1 pod) logs.
Can you please help us in solving this issue? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
These environment variables should be passed in from the What Helm chart version are you using, and could you give your exact values for
|
Beta Was this translation helpful? Give feedback.
-
This was an issue of execution configuration. When specifying the run config when using the CeleryK8sRunLauncher, a configmap should be provided that has environment variables required for the run. In the helm, for a release named
|
Beta Was this translation helpful? Give feedback.
This was an issue of execution configuration. When specifying the run config when using the CeleryK8sRunLauncher, a configmap should be provided that has environment variables required for the run. In the helm, for a release named
dagster
, a configmap with these values is created for you, nameddagster-pipeline-env
. This should be passed into the configuration.