sephi
05/11/2020, 7:03 AMexecute_pipeline
.
1. We set the DAGSTER_HOME
environment
2. When running dagit
we can see that the logs are saved under the storage
and under history/runs
3. When running the execute_pipeline
from within a python file the logs are not saved (under the environment_dict we have the configurations for the solids
that we are running in the pipeline
.
What is the correct manner to configure exectue_pipeline
?
Update
I guess we need to define the instance .alex
05/11/2020, 3:31 PMstorage:
filesystem:
to your environment configDagsterInstance.get()
to use your $DAGSTER_HOME
based instancesephi
05/11/2020, 7:11 PM