Amisha Singla
09/22/2020, 8:07 PM"execution": {
"multiprocess": {"config": {"max_concurrent": 4}}
}
• Error
{"error": ["dagster.core.errors.DagsterUnmetExecutorRequirementsError: You have attempted to use an executor that uses multiple processes with the pipeline \"abc_pipeline\" that is not reconstructable. Pipelines must be loaded in a way that allows dagster to reconstruct them in a new process.
alex
09/22/2020, 8:34 PMreconstructable
that can help create a ReconstructablePipeline
from a direct pipeline definition referenceAmisha Singla
09/22/2020, 8:39 PMalex
09/22/2020, 8:42 PMAmisha Singla
09/22/2020, 8:44 PMalex
09/22/2020, 8:44 PM0.8.11
without breaking changes0.8.2
you will hit this bug in the pyspark step launcher which prevents you from setting a multiprocess executor
so highly recommend updating your dagster versionAmisha Singla
09/22/2020, 8:48 PMalex
09/22/2020, 8:49 PM