Hi. I am a newbie in NiFi.
I would like to use query using variable on ExecuteSQL processor.
My query is like this:
select * from tmp_table where std_date='${target_day}'
I want to execute this query once a day using different date value.
This is simple test.
How can I use dynamic values on query?
thank you.