docs(structured props): fix a typo in structured property docs (#11887)

This commit is contained in:
Gabe Lyons 2024-11-19 10:23:25 -08:00 committed by GitHub
parent 77394becd3
commit d97885749e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"},