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

Announcements
Learn how to migrate to Qlik Cloud Analytics™: On-Demand Briefing!
cancel
Showing results for 
Search instead for 
Did you mean: 
abhi01
Contributor
Contributor

Issue in configuring TunPivotrow External Component in GIT repository

Hello All,

 

I am using TUnpivotRow in my Talend job to convert all the columns into rows. This external component I have configured in my talend studio and it is running fine without any issues. But when i push the job to GIT repo and try to execute the job through airflow then i am getting all the nul values as output from Tunpivotrow component. So kindly suggest me how to configure external component in GIT repo so that my Talend job should work in airflow environment as well.

 

Thanks,

Abhishek

Labels (3)
2 Replies
Anonymous
Not applicable

Git does not change the behaviour of a job or a component! It is a source repository.

I guess you build the job in the studio and it runs fine and you build the job in the TAC (job conductor or publisher) and  you experience problems. Right?

In this case you have to take care the component has reached the command line (please check the folder components in the local work space project and this must be the same in the commandline-workspace.

Which Talend version do you running?

abhi01
Contributor
Contributor
Author

Hi,

 

I am able to build the job successfully in both Talend studio as well as in Jenkins. But when I run the job in Airflow the output of TunpivotRow will be null in airflow. whereas in talend studio we are getting proper output. This is because of the external component configuration I believe. In studio we downloaded this component and and kept it in some folder and in talend studio we pointed it to that path. (Windows-->preferences-->components). But how we have to configure this one in GIT. Due to this configuration issue it is giving null output in airflow.