Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: GreggBIn some of my graphs I generate a list of keys then do database queries to get data for those keys. I then add the data returned by the query using a lookup node. Occasionally, the query will not find data for any of the keys, resulting in an empty lookup data set going into the lookup node. This causes an error in the lookup node - stopping the graph.
Since, in the context of my graph, this is not an error condition, I need to find a way of having the graph continue, either by bypassing the lookup or having the lookup node continue to successful completion in spite of the empty lookup input. The only solution I've been able to think of so far is to merge a dummy row into the results of the query. I'm hoping there is a more elegant solution.
Thanks,
Gregg.