docs(structured properties): fix entityTypes in creating structured property (#12187)

This commit is contained in:
nicholas.fwang 2024-12-21 04:59:44 +09:00 committed by GitHub
parent 3c3d0322fe
commit 667fa8fcce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -73,7 +73,7 @@ mutation createStructuredProperty {
{numberValue: 365, description:"Use this for non-sensitive data that can be retained for longer"}
],
cardinality: SINGLE,
entityTypes: ["urn:li:entityType:dataset", "urn:li:entityType:dataFlow"],
entityTypes: ["urn:li:entityType:datahub.dataset", "urn:li:entityType:datahub.dataFlow"],
}
) {
urn