Slackbot
03/28/2022, 11:37 PMEduardo
Path('some_tasks.yaml').write_text('')
to create an empty file. does that change the error message?Eduardo
Lawrence Cheng
03/28/2022, 11:46 PMEduardo
spec = DAGSpec(spec_d)
to store the contents of spec_d
in a pipeline.yaml
file, (using yaml.dump), then replace the spec = DAGSpec(spec_d)
for spec = DAGSpec('pipeline.yaml')
Lawrence Cheng
03/29/2022, 12:44 AMEduardo
Lawrence Cheng
03/29/2022, 12:50 AMEduardo