Created 05-24-2019 11:15 PM
Is there any way to parameterize Nifi DBConnection Services..? I want to use the same nifi flow to extract the data from different DataBases with different set of parameters (for example tables and data types) so i am wondering is there any way to pass polling services just like any other parameter value as a variable..?
Created 05-25-2019 12:50 AM
@OS
Yes its possible starting from NiFi-1.7, introduced DatabasePoolLookup.
Please refer to this answer as i have answered for similar thread.
Created 05-25-2019 12:50 AM
@OS
Yes its possible starting from NiFi-1.7, introduced DatabasePoolLookup.
Please refer to this answer as i have answered for similar thread.
Created 05-26-2019 05:42 PM
Thanks @Shu
Its a great input. I have an other question. Is there any possibility to Parameterize Scheduling Parameters also..?
Created 05-29-2019 02:27 AM
As of now I don't think it's possible to parameterize Scheduling in NiFi.
Created 05-29-2019 11:14 AM
Hi @shu, Thanks for the input.