You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi I want to update a processor name but it doesn't work. It is possible? I saw that update_processor only can receive a ProcessorConfigDTO that not include the processor name.
Description
Hi I want to update a processor name but it doesn't work. It is possible? I saw that update_processor only can receive a ProcessorConfigDTO that not include the processor name.
What I Did
Code:
config = nifi.PropertyDescriptorDTO(name='InsertRaw(PySpark)')
canvas.update_processor(item,config)
Error: "update param is not an instance of nifi.ProcessorConfigDTO"
Urgency
0 critical
The text was updated successfully, but these errors were encountered: