Created 11-15-2022 10:26 AM
Hello experts,
I am using below api to create and update variable registry variables..
/nifi-api/process-groups/" + processGroupId + "/variable-registry/update-requests
But I am unable to delete any already created variable from specific processor group variable registry using nifi api.
Which api I am suppose to use to delete a variable registry variables?
Thanks,
Mahendra
Created 11-18-2022 09:06 AM
After testing, in order to remove a variable you need to send an update request where that variable's value is null.
Created 11-15-2022 05:56 PM
Hello Mahendra,
Have you tried sending an update request that includes all the variables except the one you wish to delete? If that doesn't work I'll run some tests next time I'm at office and post an update.
Created 11-16-2022 08:36 PM
Thanks @Green_ .
That did not work for me
Created 11-18-2022 09:06 AM
After testing, in order to remove a variable you need to send an update request where that variable's value is null.
Created 11-22-2022 09:43 PM
@Green_ Thank you so much !
It worked as expected.
Created 11-16-2022 09:16 PM
@hegdemahendra, Thank you for your participation in Cloudera Community. I'm happy to see you resolved your issue. Please mark the appropriate reply as the solution, as it will make it easier for others to find the answer in the future.
Regards,
Vidya Sargur,