Talend Data Catalog: deprecated and removed items
Feature | Description |
---|---|
Removal of the Manage Custom Attributes page | The Manage Custom Attributes page has been
removed. Custom attributes are now defined in the Manage Metamodel page. The repository database upgrade includes a Migrate Custom Attributes to Metamodel operation. |
Removal of the Category object | The Category object has been removed. Categories were the only way to create
a term hierarchy in the previous versions. Terms no longer require the creation of
a category. The repository database upgrade includes a Migrate Glossaries to Metamodel operation. The categories from previous versions are now migrated as terms without losing the hierarchy at the instance level. Any MQL use of categories has been updated to terms as part of the migration. The count of terms can be higher as categories are now terms. |
Removed worksheet attributes |
|
Deprecated API features | The following functions have been deprecated:
These functions will continue to work in this new version and will be removed in the next major release. For more information, click the See General Documentation link from the Talend Data Catalog REST API documentation page. |
Removed API features |
Ensure that you do not use these functions before upgrading. For more information, click the See General Documentation link from the Talend Data Catalog REST API documentation page. |
Removed MQL filter attributes | The following MQL filter attributes have been removed including
steward, object_type,
last_modified, label,
semantic_type, endorsed_by,
certified_by, commented_by and
warned_by. Ensure that you do not use these attributes before upgrading. For more information, click the See General Documentation link from the Talend Data Catalog REST API documentation page. |
Removed single-model database import |
Single-model database import is removed. |
Removed dashboard features |
The dashboards can no longer store or execute user defined Java scripts for security vulnerability reasons (to mitigate the XSS vulnerabilities). Consequently, a new third party software DOMPurify strips all XSS properties when rendering the custom HTML of the HTML widget. Therefore, if the HTML contains any tags that are not purely formatting tags (font color, size, images, and so on), then they will be removed automatically before displaying the HTML. In addition, all HTML attributes allowing to enter Javascript (onclick, onload, and so on) are also be removed. |