Hi Team, not able to import the build_reconstructa...
# ask-community
d
Hi Team, not able to import the build_reconstructable_pipeline
d
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
Same issue, cannot find the *_target from reconstructable.py
d
this works for me:
Copy code
(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
Thanks @daniel updated the Dagster to 0.13.4 and its importing now.