Member since
03-21-2022
2
Posts
0
Kudos Received
0
Solutions
03-22-2022
01:04 AM
Thanks for your anwser but it's not exactly what I need. The end goal is to periodically query the same table looking for recent records added. However we have only 1 test server on which we have 3 test corridors by creating 3 Process Groups which each have an 'env' variable allowing via DBCPConnectionPoolLookup to connect to the associated database. This allows us to deliver via Ansible/NiFi Registry components from development server without having to reconfigure each connection to database on target test corridor. It works well with ExecuteSQLRecord but not QueryDatabaseTableRecord.
... View more
03-21-2022
09:10 AM
Hi, No incoming connections are permitted with QueryDatabaseTableRecord. How i can populate the database.name attribute for QueryDatabaseTableRecord in order to be able to use DBCPConnectionPoolLookup as database connection as indicated in the documentation ?
... View more
Labels:
- Labels:
-
Apache NiFi