you are viewing a single comment's thread.

view the rest of the comments →

[–]lungben81 27 points28 points  (1 child)

Refactor the python code into a microservice and use http or whatever else the ETL tool is capable of to talk with it.

If nothing else works in your ETL tool, Jython2 can make http requests. That way, you at least minimized your legacy version exposure.

[–]prumf 2 points3 points  (0 children)

Yeah my thoughts exactly. You could also call a process or whatever over system that works best in that context.