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: 
DINESHKUMAREAURA
Partner - Contributor II
Partner - Contributor II

Clarification on Git Configuration in Talend Administration Center

Hi Team,

In Talend Administration Center, I noticed that Git can be configured in two places: one under Configuration and the other under Projects.

I understand that the Git repository specified under the Projects section is used as the code repository. However, I would like some clarification on the purpose of the Git configuration under the Configuration tab.

  • What is the role of the Git repository defined under Configuration?

  • Do both the Project and Configuration sections need to point to the same Git repository?

  • What are the implications if both are set to the same Git repository?

Could you please provide some guidance on this?

Thanks & Regards,

Dinesh.E

Labels (2)
1 Reply
JCLamoure
Support
Support

Hello Dinesh,

 

the repository info in the configuration page is like the "default" git entry.

if a project is created without advanced git information, this git configuration will be used.

(as for creating the first project in : https://help.qlik.com/talend/en-US/studio-getting-started-guide-big-data/8.0/setting-up-your-first-u...)

 

If you tick 'advanced settings' in project configuration, you can enter different git information, like different url and authentication.

 

HTH