Closed Aylr closed 5 years ago
@Aylr what actually caused this error from a user perspective -- what did you have to change or do differently to make it go away?
This looks like it happens when you specify a dependency to an output that does not exist
Wow, this is an old one! I think I was wishing for an error that guides the user a little more - and the word "result" is so generic - what actual abstraction is missing?
I believe this happens when you do something like
dependencies={
'solid_a' : DependencyDefinition('solid_b')
}
But solid_b actually have outputs named not the default ("result") so the dependency finds "solid_b" but not the output "result".
@schrockn is this still an issue?
Yes.
Offending error message is in container.py:285
Output