Publishing artifacts from Talend Studio
You can publish Jobs, Routes; and data services (artifacts) created in Talend Studio to the cloud and make it available to specific or all users of Talend Management Console.
-
To publish artifacts from Talend Studio to Talend Cloud through Maven, refer to the Talend Software Development Life Cycle Best Practices Guide.
-
With the R2020-07 Talend Studio patch, password type context parameters are treated more securely than before. Previously, the value of the password parameter was handled as a string, visible to all users with the correct workspace permissions. With this patch, the parameter value is treated as confidential information (encrypted):
- When publishing an artifact for the first time, its value is cleared and has to be set for the corresponding task in Talend Management Console.
- When you re-publish an artifact, its value in the corresponding task stays the same in Talend Management Console.
Before you begin
- You must have the following roles and permissions:
- The default Operator role or the Operations - Manage Talend Management Console permission assigned to you in Talend Cloud.
- Publish: Publish artifacts permission on the workspace to which you are publishing.
- Set the account authentications to the web application in Talend Studio. For further information, see Setting up a remote connection to Talend Management Console.
- Make sure:
- The name of your artifact to be published does not contain any reserved words, such as SNAPSHOT, otherwise the publication will fail.
- The artifact name is different than any task's name in the workspace to which you are publishing. If a task with the same name already exists in the workspace, only the artifact will be published to Talend Management Console and its corresponding task will not be created.
About this task
Once your artifact is published, its corresponding task is automatically created and it can be run by web users in Talend Management Console. You can create different tasks from the same artifact to run it in different scenarios by changing its context parameter values.
Procedure
Results
When you publish the artifact, a message is displayed to confirm the publication and to prompt you to open the corresponding task that was created in the web application. Click Open Task in the message to open the task in the Task details page in Talend Management Console. The task will have the same name as the artifact.