GitHub user bamaer edited a comment on the discussion: Running Multiple Python Automation Scripts in a Cross-Platform Workflow
[Script transform](https://hop.apache.org//manual/latest/pipeline/transforms/script.html#_python) or the external [Hop CPython](github.com/m-a-hall/hop-cpython) transform plugin. The former uses Jython and is limited to Python 2.x (2.7?), the latter is an external plugin that can work with python 3.x, but may need some love to work with the latest hop versions. Alternatively, you could just use a shell action and call python scripts on the host machine through operating system commands. GitHub link: https://github.com/apache/hop/discussions/5091#discussioncomment-12661080 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
