-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NIFI-13427: Python API extended to support source processors #9000
Conversation
...py4j-integration-tests/src/test/java/org.apache.nifi.py4j/PythonControllerInteractionIT.java
Outdated
Show resolved
Hide resolved
...les/nifi-py4j-bundle/nifi-python-extension-api/src/main/python/src/nifiapi/flowfilesource.py
Outdated
Show resolved
Hide resolved
Hey @pgyori 👋 Just out of curiosity - have you thought about offering a version of the Currently there is no way of setting annotations such as |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work on this new Python Processor interface @pgyori! The system test is very helpful as well.
If you can address the comments from @lordgamez, this looks like it should be ready to go today.
Thanks for raising this question @henrikjohansen. This is probably worth considering in a discussion in Jira, where it would be helpful to outline the type of Processor to be developed. It is worth noting that a large number of the |
Hi @henrikjohansen , |
Thank you @lordgamez , @henrikjohansen , @exceptionfactory ! |
Thanks @pgyori! The changes look good, so I plan to merge after verifying the builds. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks again @pgyori! +1 merging
Summary
Extends the NiFi Python API so that one can create Python processors that have no incoming connections but can create FlowFiles themselves.
NIFI-13427
Tracking
Please complete the following tracking steps prior to pull request creation.
Issue Tracking
Pull Request Tracking
NIFI-00000
NIFI-00000
Pull Request Formatting
main
branchVerification
Please indicate the verification steps performed prior to pull request creation.
Build
mvn clean install -P contrib-check
Licensing
LICENSE
andNOTICE
filesDocumentation