Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
sarora1
Creator
Creator

How to deploy DB script as part of CICD to Talend Remote Engine?

Our development process requires, every new Talend Job to have a DB script to insert some entries to the DB. There is a Talend Job that executes this DB script. tFileInputDelimited (read sql script file) -> tFlowToIterate (iterate over each sql statement in file) -> tDBRow (execute the sql statement)

But the problem I am having is how to move this DB script from local to remote engine through CICD. Executing the script is not an issue.

 

I'm using Jenkins & Maven to build & deploy to Talend cloud. This works for Talend Job.

How do I include moving the DB script to Talend Cloud in the same CICD process?

Is there a plugin in Jenkins that can read a file from git and move it over to Talend Cloud?

Is there a different way to implement what I am trying to do? It's basically deploying DB changes (mostly insert statements) through CICD process

 

 

Labels (3)
0 Replies