chrispc
03/29/2022, 4:48 PMdagstermill.errors.DagstermillError: Can't execute a dagstermill op from a job that is not reconstructable. Use the reconstructable() function if executing from python
what does this mean? Thank you a lotowen
03/29/2022, 4:50 PMalex
03/29/2022, 4:50 PMchrispc
03/29/2022, 6:49 PMappl_price.execute_in_process(run_config=test_config.get_preset(name_preset='json_manager',
name_yaml='APPL.yaml').run_config)
I get: Traceback (most recent call last):
File "/Users/…/PycharmProjects/Data_application_template/project_dataML/main.py", line 10, in <module>
appl_price.execute_in_process(run_config=test_config.get_preset(name_preset='json_manager',
AttributeError: 'ReconstructablePipeline' object has no attribute 'execute_in_process'
alex
03/30/2022, 2:59 PMexecute_pipeline
here
execute_pipeline(reconstructable(appl_price), run_config=...)
chrispc
03/30/2022, 4:02 PMexecute
was thought for pipeline) and the new one (jobs/graphs
)alex
03/30/2022, 4:03 PMreconstructable
stuffyuhan
06/17/2022, 7:14 PMDagster Bot
06/17/2022, 7:14 PM