Re: ExecuteSQL - Ignore zero records file

2021-04-23 Thread KhajaAsmath Mohammed
Thanks Chris. On Fri, Apr 23, 2021 at 4:21 PM Chris Sampson wrote: > You could use a RouteOnAttribute[1] processor to look for FlowFiles with > an executesql.row.count attribute with a value of 0, then remove them > from the flow. > > [1] >

Re: ExecuteSQL - Ignore zero records file

2021-04-23 Thread Chris Sampson
You could use a RouteOnAttribute[1] processor to look for FlowFiles with an executesql.row.count attribute with a value of 0, then remove them from the flow. [1]

ExecuteSQL - Ignore zero records file

2021-04-23 Thread KhajaAsmath Mohammed
Hi, I have a requirement where I need to ignore the flow files that have zero records from executesql processor. Process only the files which have results from executesql. any suggestions please? Thanks, Khaja

RE: Some retry flowfile questions

2021-04-23 Thread Tomislav Novosel
Hi Harald, Mark, I asked about RetryFlowfile the other day and its potential danger, but no answer yet. My question was not referred to penalty and yield really, but just to make consideration about it. @Harald, if on this Retry in your schema you are using RetryFlowfile processor, there can

AW: Some retry flowfile questions

2021-04-23 Thread Dobbernack, Harald (Key-Work)
Mark, thank you so much for this great explanation! Harald Von: Mark Payne Gesendet: Donnerstag, 22. April 2021 22:32 An: users@nifi.apache.org Betreff: Re: Some retry flowfile questions Geoff, The difference between penalization and yielding is whether the failure is data-dependent or not.