Defining project references - Cloud - 7.3

Talend Studio User Guide

Version
Cloud
7.3
Language
English
Product
Talend Big Data
Talend Big Data Platform
Talend Cloud
Talend Data Fabric
Talend Data Integration
Talend Data Management Platform
Talend Data Services Platform
Talend ESB
Talend MDM Platform
Talend Real-Time Big Data Platform
Module
Talend Studio
Content
Design and Development
Last publication date
2024-02-13

A project reference is a property that you can set for a project so that all or some of the project items can be referenced by another project.

When one project references another, the items (Jobs, Metadata, Business Modeler and so on) in the referenced project are available for reuse.

When one project is stored on SVN or Git, its items are structured in trunk or main and branches so that the reference can be established at either levels to provide more flexibility in project usability.

Note:
  • Only Git is supported for project collaboration on Talend Cloud.
  • You can establish references between projects only if the type of the project to be used as a reference is subordinate to the type of the referencing project. For example, a Data Management project can be used as a reference for a Master Data Management project and not vice versa.
  • You need to have read-write access to the projects only for migration purposes upon migrating to a new version or applying a patch.
  • You cannot:
    • define two or more branches of a project as references to another project.
    • create a reference connection between an SVN managed project and a Git managed one.
    • create a cycle of references between two projects.
    • have project items (Jobs, Contexts, Metadata, etc.) with the same name in both a project and its reference.

The procedure below describes how to define a project reference in Talend Studio. You can also create and manage project references in Talend CommandLine using the addReference and deleteReference commands. For more information on these commands, check the help <commandName> command.

For more information about working with referenced projects, see Working with referenced projects.

Before you begin

Check that you are working on a remote project.

Procedure

  1. Right-click the Referenced project node in the Repository tree view and select Reference Projects Setting from the contextual menu to open the Reference Projects Setting view.
    Alternatively, you can click on the Studio tool bar, or select File > Edit Project Properties from the menu bar, and then select Reference Projects on the left panel of the dialog box to open the Reference Projects Setting view on the right.

    Example

  2. In the Add new reference area, click the button to retrieve the projects you can set as referenced projects.
  3. From the Project list, select the project you want to add as a referenced project.
  4. From the Branch list, select a branch on which the project is established.
  5. Click the button to add the selected project to the Current references area.
    In the Current references area, you can delete a referenced project by selecting it and clicking the button.
  6. Click OK to validate the project reference settings and close the dialog box.
    The Studio will log in to the main or referencing project again to apply the project reference settings.

Results

The defined referenced project is displayed in the Repository tree view.