Talend Management Console - Cloud - 7.3

Talend Release Notes

Version
Cloud
7.3
Language
English
Product
Talend Big Data
Talend Big Data Platform
Talend Cloud API Services Platform
Talend Cloud Big Data
Talend Cloud Big Data Platform
Talend Cloud Data Fabric
Talend Cloud Data Integration
Talend Cloud Data Management Platform
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 Cloud API Designer
Talend Cloud API Tester
Talend Cloud Data Inventory
Talend Cloud Data Preparation
Talend Cloud Data Stewardship
Talend Cloud Pipeline Designer
Talend Data Preparation
Talend Data Stewardship
Talend Management Console
Talend Studio
Content
Installation and Upgrade
Release Notes
Last publication date
2024-03-20

Feature Description
Studio license expiration Security and Project Administrators will receive a notification in Talend Management Console for 20 days before one of your Talend Studio licenses expires. For the same period of time, they can also review the upcoming license expiration dates on the SUBSCRIPTION page in the app, as well as all of the expired licenses until they are renewed.
Displaying artifact type The type of the artifact used in tasks is now visible in the Configuration section of the task details pages.
Engine allocation on environments Talend Remote Engine, engine clusters, and Remote Engine Gen2 can be used in all workspaces of the environment in which they are created. To allocate a Talend Remote Engine or an engine cluster to a specific workspace, you must specify the workspace while creating or editing the engine or cluster.
Promotion restrictions To avoid conflicts, you can only run only one promotion at a time on the same source and target environments.
Tasks revert to the default settings after the runtime or run profile is deleted If you delete a Talend Remote Engine or an engine cluster, tasks scheduled on the engine will be stopped, and all tasks will revert to the default execution and configuration settings. In the case of run profiles, tasks scheduled on the engine that uses the profile will be stopped, and all tasks will revert to the default execution and configuration settings.
Unique task names in workspaces To avoid conflicts during promotion and publication from Talend Studio, tasks must have a unique name inside a workspace. If a task with the same name as the artifact being published already exists in the workspace, only the artifact will be published to Talend Management Console and its corresponding task will not be created.
Customize logout URL with SSO When using a Single Sign-On provider, you can customize the logout URL of your Talend Cloud applications. You specify this URL in Login configuration > Single Sign-On configuration in the Users page in Talend Management Console.
TMC API version 2.0 Version 2.0 of the Talend Management Console public API provides new orchestration APIs that allow you to:
  • Retrieve artifacts, resources, and connections from their IDs. You can also retrieve a specific version of an artifact.
  • Create a task, configure its execution, and retrieve the configuration of this execution.
  • Create a plan, configure its execution, and retrieve the configuration of this execution.
Some existing APIs have changed:
  • The method to retrieve all tasks is now GET /executables/tasks.
  • The method to get a task from its ID is now GET /executables/tasks/{id}. Note that the body of the response changed too.

Get started with Talend Management Console on Talend Management Console User Guide.