Member since
06-18-2021
4
Posts
0
Kudos Received
0
Solutions
09-13-2023
06:19 AM
I dont think you can use PutSQL for this. Try ExecuteSQL or you might have to use ExecuteScript processor as other posts suggest: https://community.cloudera.com/t5/Support-Questions/Does-ExecuteSQL-processor-allow-to-execute-stored-procedure/m-p/158922 https://stackoverflow.com/questions/72348844/get-output-of-stored-procedure-using-putsql-in-nifi If that helps please accept solution. Thanks
... View more
12-02-2022
06:58 AM
Thanks @dominikschauer . I tried ExecuteSQL processor to run the Postgres procedure and it ran succesfully. But I am getting the error while connecting PutSQL processor to ExecuteSQL processor. As part of my requirement , I need to execute the procedure(ExecuteSQL) after inserting data into a particular table using PutSQL processor. Is there any other way I can achieve this, that is run a procedure after successful insertion to a table. Thanks in advance
... View more
06-21-2022
07:02 AM
Hi.. You can find more information here
... View more