Ben Fogelson
12/17/2019, 7:49 PMexecute_pipeline
. I posted about it on StackOverflow, was wondering if anyone can help. https://stackoverflow.com/questions/59379523/dagster-pipeline-executes-successfully-when-run-with-execute-pipeline-but-notmax
12/17/2019, 8:01 PMFailed in nopython mode pipeline
is the keyabhi
12/17/2019, 8:03 PMBen Fogelson
12/17/2019, 8:56 PMnumba
is being called from the umap-learn
package in UMAP.fit()
, I don’t think it would be possible to remove the dependency on numba
while still using umap-learn
, which is a pretty central part of the pipeline. It is some subtle issue in how numba
is doing its compiling. What’s strange is that the compiling works when the pipeline is called using execute_pipeline
. Any idea what would be different in dagit
?abhi
12/17/2019, 9:15 PMmax
12/17/2019, 10:20 PMBen Fogelson
12/17/2019, 10:25 PM