Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Team,
I have loaded a jar for parsing my json data java-json.jar in my local using tlibraryload component. However, I am not sure whether the same will be present if my job is checked in to some git branch. Please suggest how to retain this external jar in order to run the job smoothly even if the job needs to be deployed in some other system.
Are you using Talend Data Fabric or Talend Open Source? If you are using Talend Data Fabric you can make use of an artefact repository like Nexus.
In which case, you will need to build this functionality in yourself. You can get an artefact repository, compile/build your jobs and load the jobs with dependencies into an artefact repository manually.