Hi Team, Getting None as result in "output_for_sol...
# ask-community
s
Hi Team, Getting None as result in "output_for_solid" function for successful pipeline. For example
Copy code
for key in opsNames:
   solid_result = result.output_for_solid(handle_str=key, output_name=key)
   if solid_result is None:
      print("Pipeline Failed")
   else:
      print("Pipeline Sucsess")
a
handle_str=key, output_name=key
I am skeptical that the output name is the same as the op name
s
@alex Yes, output value is op's name
Team, any help on the above issue?
a
could you provide some more context, maybe an example of what one of your ops looks like? what have you tried?