You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to explore the possibility of natively integrating CPython into Apache Hop so that users don’t need to install an additional extension. Python is widely used for data transformation, automation, and scripting, and having CPython built into Hop by default could greatly enhance its flexibility.
Issue Priority
Priority: 3
Issue Component
Component: Transforms
The text was updated successfully, but these errors were encountered:
We have permission from the original author to include this code in the main code base.
And I agree it would be fun to include it in the project. The main reason it's still a separate plugin is that none of the core developers have enough knowledge and time to support and maintain this code.
Adding new code to the project is the "easy" part; maintaining the code and providing support, tests, and documentation is hard.
If someone is willing to do the work, we will help in any way possible.
I recently submitted a pull request (m-a-hall/hop-cpython#15) with a few fixes to make the project compatible with hop 2.12.0. The changes include updating the hop snapshot version in the pom.xml, adding an id in the assembly.xml, and modifying a method in CPythonScriptExecutorData.java to resolve an error.
I’d like to emphasize that these were only minor adjustments. Maintaining the project on a deeper level – such as performance improvements, security enhancements, or implementing new features – would require a more advanced knowledge of Java. Since my core expertise is in Python and I have limited spare time, I could only contribute these small fixes. The fix worked, but the maintainer has not merged it into the main branch yet.
What would you like to happen?
I would like to explore the possibility of natively integrating CPython into Apache Hop so that users don’t need to install an additional extension. Python is widely used for data transformation, automation, and scripting, and having CPython built into Hop by default could greatly enhance its flexibility.
Issue Priority
Priority: 3
Issue Component
Component: Transforms
The text was updated successfully, but these errors were encountered: