From 3c22de9b3ce1a4be00e78f1d9af8a926295baa0c Mon Sep 17 00:00:00 2001 From: Harshal Sheth Date: Mon, 8 Apr 2024 18:25:06 -0700 Subject: [PATCH] fix(docs): update docs for SchemaField.label --- .../src/main/pegasus/com/linkedin/schema/SchemaField.pdl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/metadata-models/src/main/pegasus/com/linkedin/schema/SchemaField.pdl b/metadata-models/src/main/pegasus/com/linkedin/schema/SchemaField.pdl index c4755424a73ef..4874d1081bc26 100644 --- a/metadata-models/src/main/pegasus/com/linkedin/schema/SchemaField.pdl +++ b/metadata-models/src/main/pegasus/com/linkedin/schema/SchemaField.pdl @@ -46,12 +46,15 @@ record SchemaField { * Label of the field. Provides a more human-readable name for the field than field path. Some sources will * provide this metadata but not all sources have the concept of a label. If just one string is associated with * a field in a source, that is most likely a description. + * + * Note that this field is deprecated and is not surfaced in the UI. */ @Searchable = { "fieldName": "fieldLabels", "fieldType": "TEXT", "boostScore": 0.2 } + @Deprecated label: optional string /**