I’m working with Talend and I know it generates Java code behind the scenes. I also understand that when dealing with Big Data components, Talend creates Java Spark code.
My question is whether there’s any method or approach to make Talend output Python code instead of Java? Specifically, I’m interested in getting Python Spark code for Big Data jobs rather than the default Java implementation.
Has anyone found a workaround for this? Maybe through configuration settings or alternative tools that can convert the generated Java to Python? I’m looking for ways to work with Python since that’s what my team prefers for our data processing tasks.
Any suggestions or experiences with similar challenges would be really helpful. Thanks in advance!