GitHub user mattyb149 opened a pull request:
https://github.com/apache/nifi/pull/613
NIFI-2157: Add GenerateTableFetch processor
NOTE: This PR depends on #599. I put the DB-specific stuff in an interface
and used ServiceLoader to get at them, but I welcome your comments perhaps on
adding it to the DBCPService interface for example. I didn't want to overkill
here, but if we end up with more processors that need a DB-specific interface,
I wanted to make sure it was more generic. Perhaps it belongs in nifi-api or
something in that case.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mattyb149/nifi NIFI-2157
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/nifi/pull/613.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #613
----
commit c33da1d7f3635225f74ae4a722fbb49440e5e72a
Author: Matt Burgess <[email protected]>
Date: 2016-07-07T02:34:37Z
NIFI-2156: Add ListDatabaseTables processor
commit 4037dbe540df0d3f98927cd66296f1310c53b9ef
Author: Matt Burgess <[email protected]>
Date: 2016-07-07T02:35:55Z
NIFI-2157: Add GenerateTableFetch processor
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---