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 template
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 up
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 t
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 th