mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-22 16:18:10 +00:00
fix(docs): update docs for SchemaField.label (#10251)
This commit is contained in:
parent
1fe8a44301
commit
c4e1e480ea
@ -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
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user