Chaffelson / nipyapi

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

Update to NiFi release 1.16.1 and fixes #306

Closed Chaffelson closed 2 years ago

Chaffelson commented 2 years ago
ottobackwards commented 2 years ago

I have one comment about the default_version stuff. Other than that this is super hard to review the way the commits are ( the middle commit has so many files ).

ottobackwards commented 2 years ago

+1, obvious brilliance has gone into this

Chaffelson commented 2 years ago

Yeah fair, these PRs which update the baseline clients essentially replace the entire client subdirectory for nifi and registry as they are procedurally generated from the swagger. We have a goal in the future to perhaps build them on the fly as you suggested some time ago, but presently they are staticly generated.

ChrisSamo632 commented 2 years ago

Other than the same comment about there being lots of files in the PR (maybe it would be better to do that as a separate branch/PR where just the swagger-generated files are updated until such as time as they're done automatically?)... I can see the few recent fixes here that were recently discussed

👍 from me