https://dagster.io/ logo
Title
d

Dylan Hunt

01/24/2022, 3:59 PM
Hi Team, not able to import the build_reconstructable_pipeline
d

daniel

01/24/2022, 4:18 PM
try
from dagster.core.definitions.reconstructable import build_reconstructable_target
and use that in place of build_reconstrucable_pipeline (they're the same function, but
build_reconstructable_target
is more likely to stick around forever)
👍 1
d

Dylan Hunt

01/24/2022, 5:45 PM
Same issue, cannot find the *_target from reconstructable.py
d

daniel

01/24/2022, 6:05 PM
this works for me:
(dagster-3.8.9) dgibson@Daniels-MBP dagster % python3 
>>> from dagster.core.definitions.reconstructable import build_reconstructable_target
>>>
What version of dagster are you using?
d

Dylan Hunt

01/31/2022, 6:36 AM
Thanks @daniel updated the Dagster to 0.13.4 and its importing now.