diff --git a/ml-data-hub-plugin/src/test/resources/tde-template/Order.entity.json b/ml-data-hub-plugin/src/test/resources/tde-template/Order.entity.json index d9e822297b..58bb54880d 100644 --- a/ml-data-hub-plugin/src/test/resources/tde-template/Order.entity.json +++ b/ml-data-hub-plugin/src/test/resources/tde-template/Order.entity.json @@ -29,40 +29,6 @@ "required": ["id", "transactionDateTime", "totalCost"], "primaryKey": "id", "pathRangeIndex": ["id", "totalCost"] - }, - "Customer": { - "properties": { - "id": { - "datatype": "int" - }, - "name": { - "datatype": "string" - } - }, - "required": ["id", "name"], - "primaryKey": "id", - "pii": ["name"], - "pathRangeIndex": ["id"] - }, - "Item": { - "properties": { - "id": { - "datatype": "int" - }, - "name": { - "datatype": "string" - }, - "description": { - "datatype": "string" - }, - "rating": { - "datatype": "float" - } - }, - "required": ["id", "name"], - "primaryKey": "id", - "pathRangeIndex": ["id", "rating"], - "wordLexicon": ["description"] } } }