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.
ralvad_0-1669964565449.png
ralvad_1-1669964662286.png
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.
ralvad_2-1669964825058.png