Kevin
09/23/2020, 5:21 PMdagit -f dagstermill_nb_pipeline.py
runs beautifully; it imports my other .py files and no problems all the pipelines from the repository run.
I take this same file and use it with my k8s deployment with grpc and the dagit pod always fails complaining that my .py files weren't found as modules...
I've attached the k8s log associated to the failed dagit podmax
09/23/2020, 5:26 PMKevin
09/23/2020, 5:28 PMmax
09/23/2020, 5:32 PMKevin
09/23/2020, 5:33 PMmax
09/23/2020, 5:35 PMDAGSTER_HOME
set?dagster.yaml
file in that directory with the following lines in it:opt_in:
local_servers: true
dagster.yaml
Kevin
09/23/2020, 5:45 PMdagit -f dagstermill_nb_pipeline.py
cat
09/23/2020, 5:50 PMdagsterApiGrpcArgs
section of the helm values yaml?Kevin
09/23/2020, 5:52 PM@repository
def gRPC_rep():
return [LDA_NB_pipeline,
csp.parallel_simple_pipeline,
cp.parallel_pipeline,
p.math,
]
where csp, cp, and p, are imports from other local .py filesalex
09/23/2020, 5:55 PM'-d' , './'
Kevin
09/23/2020, 6:00 PMdaniel
09/23/2020, 7:19 PM