Talend Cloud Management Console - Cloud - 8.0

Talend Release Notes

Version
Cloud
8.0
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 Management Console
Talend Cloud Pipeline Designer
Talend Data Preparation
Talend Data Stewardship
Talend Studio
Content
Installation and Upgrade
Release Notes
Last publication date
2023-12-07

New features

Feature Description
Information on artifact version When you publish from Talend Studio 8.0, you can now have information on the artifact version in the artifact details page in Talend Cloud Management Console.
Run reschedule details When a Job task or a plan is held in the pending status, Talend Cloud Management Console tries to find available engines every four minutes, until its fifth attempt. If no engine is found available by then, this task or plan fails.
You can now hover your mouse on the pending status to explicitly read the progress of these attempts, so as to better monitor your tasks or plans.

This feature does not support the Data Service tasks.

Public API versions

The v1.x Public API has been removed from R2021-11 release.

When migrating your API programs from v1.x to the latest v2.x Public API, you need to update the following endpoints
  • To get all tasks, the GET endpoint has changed from /executables to /executables/tasks
  • To get a task by its ID, the GET endpoint has changed from /executables/{id} to /executables/tasks/{id}
Get started with the latest Public API on https://api.<your_environment>.cloud.talend.com/tmc/swagger/swagger-ui.html.
Talend Cloud Migration Platform The download link for the latest version of Talend Cloud Migration Platform on Talend Cloud Management Console now points to https://community.talend.com/s/blog/aGn3p000000L9o0/cloud-migration-tools on Talend Community.

API

Feature Description
Git details of an artifact version
When you get details of an artifact version via API, its Git information is included in the response. For example:
...
"repository" : {
    "project" : "PROJECT_NAME",
    "branch" : "master",
    "commit" : {
      "id" : "30c248444334093caee40ce849cc2ea478cd8e58",
      "date" : 1630485406822,
      "author" : "user"
    }
  }
...

Get started with the latest Public API on https://api.<your_environment>.cloud.talend.com/tmc/swagger/swagger-ui.html.

Bug fixes

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

Issue Description
TMC-25059

Task was still in Running status when the logs indicate the task has been executed.

TMC-25208 Enhanced the error message when using Public API to get a task from a workspace with no tasks.
TPOPS-2496

All tasks did not update after a new artifact version has been published.

You can now update tasks not only on Talend Cloud Management Console but also via API.

For an example about how to use API to do this, see Getting tasks for which you need to update the artifact version.

TPOPS-2595 The Promotions tab was not displayed in the left panel anymore.
TPOPS-2605 Could not publish from Talend Studio due to the following error:

artifact-manager: failed to publish artifact

TPOPS-2606 Enhanced the reliability to prevent 500 errors when using the Talend Cloud Management Console REST API.

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