From c4e1e480ea20cfe2a4c479da233ca13f29e6b56e Mon Sep 17 00:00:00 2001 From: Harshal Sheth Date: Thu, 11 Apr 2024 12:26:53 -0700 Subject: [PATCH] fix(docs): update docs for SchemaField.label (#10251) --- .../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 c4755424a7..4874d1081b 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 /**