I have requirement to execute a PostgreSQL procedure in Nifi,
I tried to use Put Sql processor , but ended up getting error.
Could someone let me know what I'm doing wrong.
This is how my entire flow looks like.
-querying from a table and putting the record to another stage table using the first 'PutSql' processor. And afterwards the second putsql processor to call my stored procedure.