Chaffelson / nipyapi

A convenient Python wrapper for Apache NiFi
Other
244 stars 76 forks source link

Add Parameter support #164

Closed Chaffelson closed 3 years ago

Chaffelson commented 4 years ago

NiFi 1.10 introduces Parameters for better variable management within the flow, it would be good to provide wrapper functions for these in the next release.

slewis1904 commented 4 years ago

This took me a while to figure out, I created update_parameter_context to wrap the low level access to ParameterContext. I hope this save time and is included in a future release.

nipyapi_update_parameter_context.txt

Chaffelson commented 3 years ago

Fixed in v0.16.0 release