mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-03 22:23:37 +00:00
docs(structured props): fix a typo in structured property docs (#11887)
This commit is contained in:
parent
77394becd3
commit
d97885749e
@ -66,7 +66,7 @@ mutation createStructuredProperty {
|
||||
qualifiedName:"retentionTime",
|
||||
displayName: "Retention Time",
|
||||
description: "Retention Time is used to figure out how long to retain records in a dataset",
|
||||
valueType: "urn:li:dataType:number",
|
||||
valueType: "urn:li:dataType:datahub.number",
|
||||
allowedValues: [
|
||||
{numberValue: 30, description: "30 days, usually reserved for datasets that are ephemeral and contain pii"},
|
||||
{numberValue: 90, description:"description: Use this for datasets that drive monthly reporting but contain pii"},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user