Re: Issue with GenerateTableFetch Processor

2021-02-11 Thread John W. Phillips
Thank you, this is very helpful! John -- Sent from: http://apache-nifi-users-list.2361937.n4.nabble.com/

Re: Issue with GenerateTableFetch Processor

2021-02-10 Thread Matt Burgess
John, It should be generating multiple queries with OFFSET, I tried to reproduce in a unit test (using Derby not MySQL) and everything looked fine. I ran it once with 3 rows and a partition size of 2 and got the expected 2 flowfiles (one with 2 rows and one with 1). Then I added 6 rows and ran aga