We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c3d032 commit 667fa8fCopy full SHA for 667fa8f
docs/api/tutorials/structured-properties.md
@@ -73,7 +73,7 @@ mutation createStructuredProperty {
73
{numberValue: 365, description:"Use this for non-sensitive data that can be retained for longer"}
74
],
75
cardinality: SINGLE,
76
- entityTypes: ["urn:li:entityType:dataset", "urn:li:entityType:dataFlow"],
+ entityTypes: ["urn:li:entityType:datahub.dataset", "urn:li:entityType:datahub.dataFlow"],
77
}
78
) {
79
urn
0 commit comments