Support Questions

Find answers, ask questions, and share your expertise
Announcements
Now Live: Explore expert insights and technical deep dives on the new Cloudera Community BlogsRead the Announcement

How to parameterize nifi DataBase Connection Services

avatar
New Member

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..?

1 ACCEPTED SOLUTION

avatar
Master Guru

@OS

Yes its possible starting from NiFi-1.7, introduced DatabasePoolLookup.

Please refer to this answer as i have answered for similar thread.

View solution in original post

4 REPLIES 4

avatar
Master Guru

@OS

Yes its possible starting from NiFi-1.7, introduced DatabasePoolLookup.

Please refer to this answer as i have answered for similar thread.

avatar
New Member

Thanks @Shu

Its a great input. I have an other question. Is there any possibility to Parameterize Scheduling Parameters also..?

avatar
Master Guru

@OS

As of now I don't think it's possible to parameterize Scheduling in NiFi.

avatar
New Member

Hi @shu, Thanks for the input.