Deprecated API Methods, Parameters or Schemas
Deprecated API methods, parameters or schemas do not require any action before upgrading to Talend Data Catalog 8.1. They will continue to work as normal in Talend Data Catalog 8.1. We plan to remove them in the next major release.
Deprecation of API methods, parameters, or schemas | Replacements | More information |
The header parameter "api_key" | "api-key" | Support AWS |
POST /repository/semanticMapping/exportCSV | POST /repository/model/export | Consolidate the import/export APIs |
POST /repository/semanticMapping/importCSV | POST /repository/model/import | Consolidate the import/export APIs |
POST /operations/glossary/exportAndDownloadCSV | POST /repository/model/export | Consolidate the import/export APIs |
PUT /entities/glossary/classify | POST /semanticMapping/semanticLink | Improve mapped data documentation |
PUT /entities/glossary/unclassify | DELETE /semanticMapping/semanticLink | Improve mapped data documentation |
POST /repository/createRelationship | POST /dataModel/entityRelationship | New relationships as object types |
The scope parameter or field of the request body of: GET /entities/validateMQLQuery POST /entities/executeMQLQuery GET /entities/countMQLQuery POST /entities/getAttributeValueCounts | Model =WHERE (…) filter in the WHERE clause | MQL normalization |
POST /repository/databaseDocumentation/importCSV parameter separator | Removed the CSV separator parameter. MM automatically detects the separator by reading the first line of the CSV file. | |
POST /repository/model/import parameter separator | Removed the CSV separator parameter. MM automatically detects the separator by reading the first line of the CSV file. | |
POST /repository/semanticMapping/importCSV parameter separator | Removed the CSV separator parameter. MM automatically detects the separator by reading the first line of the CSV file. |