Chaffelson / nipyapi

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

templates returned do not include all of the template information #227

Closed ottobackwards closed 3 years ago

ottobackwards commented 3 years ago

Description

If you uncomment the code @ https://github.com/Chaffelson/nipyapi/blob/c655aaefc1c77801e37583e9b9a1117e8152a442/tests/test_templates.py#L176 you will see that there is a difference between the loaded from file template and the one returned from the API. This may be a nifi issue.

Chaffelson commented 3 years ago

Did we fix this in 0.16, or is it still outstanding?

ottobackwards commented 3 years ago

Yes, it is resolved.