Kelvin Garcia
09/12/2022, 7:20 PM{
"jobId": reportId,
"s3Location": s3Location,
"validationSettings": validation_settings,
}
but when the flow fails and I need to restart a task that uses that dict as a dependency I get this error
reportId = settings["jobId"]
TypeError: 'NoneType' object is not subscriptable
why the second time I run that task the input is None
, shouldn't it cache the input for restarts?Mason Menges
09/12/2022, 7:38 PM