[GitHub] nifi issue #1407: NIFI-2881: Added EL support to DB Fetch processors, allow ...

2017-02-02 Thread ijokarumawak
Github user ijokarumawak commented on the issue: https://github.com/apache/nifi/pull/1407 Thanks @mattyb149 , LGTM! I've written up a Gist [NiFi Example: Change detection from Multiple Tables](https://gist.github.com/ijokarumawak/ed9085024fbca19cfb2f20d23ed4) with sample

[GitHub] nifi issue #1407: NIFI-2881: Added EL support to DB Fetch processors, allow ...

2017-01-27 Thread ijokarumawak
Github user ijokarumawak commented on the issue: https://github.com/apache/nifi/pull/1407 @mattyb149 Thanks for the update. Sorry for the late response, somehow the notification was slipped through my attention.. I'm going to review it and comment soon! --- If your project is set

[GitHub] nifi issue #1407: NIFI-2881: Added EL support to DB Fetch processors, allow ...

2017-01-23 Thread mattyb149
Github user mattyb149 commented on the issue: https://github.com/apache/nifi/pull/1407 I ran into a snag when trying to add incoming flow file support to QueryDatabaseTable. For GenerateTableFetch, a SQL query is made to the database to get the max values (and column types) for the

[GitHub] nifi issue #1407: NIFI-2881: Added EL support to DB Fetch processors, allow ...

2017-01-17 Thread mattyb149
Github user mattyb149 commented on the issue: https://github.com/apache/nifi/pull/1407 If we going to add the ability to keep track of dynamic max-value properties in GenerateTableFetch, then there's really no reason why we can't do the same for QueryDatabaseTable. I left it out of