mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-23 08:38:02 +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
|
* 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
|
* 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.
|
* 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 = {
|
@Searchable = {
|
||||||
"fieldName": "fieldLabels",
|
"fieldName": "fieldLabels",
|
||||||
"fieldType": "TEXT",
|
"fieldType": "TEXT",
|
||||||
"boostScore": 0.2
|
"boostScore": 0.2
|
||||||
}
|
}
|
||||||
|
@Deprecated
|
||||||
label: optional string
|
label: optional string
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user