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

API

New methods have been introduced related to the batch creation, update, and deletion of workspace permissions:
Method Path Description Query parameters Example
DELETE /permissions/batch Removes all permissions of the specified user(s) on the specified workspace(s). workspaceIds -
userIds
POST /permissions/batch Creates sets of workspace permissions for a single or multiple users. -
[
  {
    "workspaceId": "57f64991e4b0b689a64feed2",
    "userId": "b9e10a3f-9d68-44bb-862f-b2aa56dc7191",
    "permissions": [
      "AUTHOR"
    ]
  }
]
PUT /permissions/batch Updates sets of workspace permissions for a single or multiple users. -
[
  {
    "workspaceId": "57f64991e4b0b689a64feed2",
    "userId": "b9e10a3f-9d68-44bb-862f-b2aa56dc7191",
    "permissions": [
      "AUTHOR"
    ]
  }
]
Feature Description
Rerunning a plan from a specific step The POST /executions/plans endpoint has been updated to make it possible to rerun a plan starting from a specific step.

You can provide the additional information in the body of the request, for example:

{
  "executable": "b91cf8b2-5dd1-4b18-915b-4c447cee5267",
  "executionPlanId": "0798b8d1-0e12-472f-be02-a0f04e792daa",
  "stepId": "09043c9f-02d0-41f6-b3cb-0ea53ffde377",
  "rerunOnlyFailedTasks": true
}
Support of the AWS and Azure installation methods for the Remote Engine Gen2 The AWS Cloudformation as well as the pre-configured Azure form used to install the Remote Engine Gen2 are no longer supported.

Bug fixes

Some fixes are linked to internal issues, therefore not visible for users outside Talend.

Issue Description
TMC-24903 / TMC-24877 Artifacts with the same names in different workspaces show unexpected results.
TMC-24778 / TMC-24263 The plan is marked as failed but the lock does not seem to be released.
TMC-24590 A field is missing in the model of the Management Console API v2.2's GET /executions/{id} endpoint.

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