Ken
03/17/2020, 5:36 AMdagit -f hello_cereal.py -n hello_cereal_pipeline
The dagit UI does not allow me to use re-execution, recommending me to use the "filesystem" storage mode.
Where am I doing wrong ? I want the button "re-execution" to work.
Dagit Page and intermediates.yaml file posted in thread of this postsolids:
read_csv:
inputs:
csv_path:
value: "cereal.csv"
storage:
filesystem:
max
03/17/2020, 7:04 AMKen
03/17/2020, 11:04 PMstorage:
filesystem:
Into the configuration tab in the Dagit UI.
I assumed that dagit would auto read the *.yaml, and set up the filesystem configuration. So that I could just spin up dagit and run. I was wrong!