Our Community is getting an upgrade! To get everything ready for the relaunch, we’ll be placing the site in read-only mode starting September 21st.
We really appreciate your understanding while we get things set up behind the scenes. Catch up on all the exciting details about the move here.
Need help or have questions? Drop us a line at [email protected]

Support Questions

Find answers, ask questions, and share your expertise
Announcements
Share your experience with Cloudera on G2 and get a $25 Amazon Gift card.
Hi, I'm CLEO! Something exciting is coming to the Community. Stay Tuned!

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.