Skip to content

Can't update processor name #272

@fernandodanielmartinez

Description

@fernandodanielmartinez
  • Nipyapi version: 0.16.2
  • NiFi version: 1.9
  • NiFi-Registry version: N/A
  • Python version: 3.8
  • Operating System: Windows

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions