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

New features

Feature Description
Secured Remote Engine usage A Remote Engine can now be allocated to a specific workspace with dedicated workspace permissions, so as to ensure the secured usage of this engine by a specific group of users.

The new permissions added for this purpose include the individual permission Engines – Use and the workspace permission Use engines

By combining these permissions, you can easily manage which users can access and use the Remote Engines, including the Remote Engine Gen2, in all types of environments. Both permissions do not consume any seats.

You can assign these new permissions to any role. By default, some roles already have the individual permission Engines - Use. See the list in the below row.

New permission Engines - Use added to the predefined roles With this new permission, the following roles can now view and use remote engines to run tasks without consuming a seat:
  • Talend Cloud Pipeline Designer
    • Pipelines Administrator
    • Pipelines Designer
    • Pipelines Operator
    • Pipelines Viewer
  • Talend Cloud Data Inventory
    • Dataset Administrator
    • Dataset Manager
    • Dataset Viewer
  • Talend Cloud Data Preparation
    • Data Preparation Manager
    • Data Preparation Administrator
    • Data Preparator

APIs

New APIs are introduced to automate the management of the logs of the task runs in Talend Management Console.

You can either get the logs of a task run for live monitoring or fetch these logs periodically for any comprehensive analysis.
Customer log API endpoints
Method Endpoint Description Query parameters
GET /executions/{runId}/logs Gets logs of a given task run.
  • startTime: earliest date and time of the logs to be retrieved. For example: 2021-06-14T07:01:45Z. By default, logs are retrieved from the start time of the run
  • endTime: latest date and time of the logs to be retrieved. For example: 2021-06-14T15:04:45Z. By default, current time is used
  • count: number of log entries to return. The default value is 50 and the maximum value is 200
  • order: the way in which the returned logs are sorted by their timestamps. The default value is DESC, meaning the latest logs are put first.
  • startIndex: the start position of the pagination of the logs, greater or equal to 0

These parameters are all optional.

POST /executions/{runId}/logs Generates the full log of a given task run and returns a download token to this log.

This token is valid for one hour.

  • startTime: earliest date and time of the logs to be put in the generated log. For example: 2021-06-14T07:01:45Z. By default, logs are retrieved from the start time of the run
  • endTime: latest date and time of the logs to be put in the generated log. For example: 2021-06-14T15:04:45Z. By default, current time is used
POST /executions/{runId}/logs/status Checks the status of the generated log and returns a download URL.

Put the download token in the body.

-
Access these endpoints via https://api.talend.com/apis/execution-logs/2021-03/. You'll find a list of the URLs corresponding to each data center in Talend Cloud regions and URLs.

For documented use cases of these APIs, see Monitoring tasks.

Bug fixes

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

Issue Description
TMC-25012 Advanced parameters were incorrect after promoting the plan.
TMC-25038 All tasks did not update after a new artifact version has been published.
TMC-25051 Deleting a workspace was not allowed because of common artifacts.
TMC-25069 Could not delete artifacts because of workspace permissions.
TMC-25076 Tasks scheduled on a daily basis did not run.
TMC-25078 Could not connect Talend Studio to Talend Cloud.

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