From e6f7f39d1514818314deea9bc6eb6056167de87f Mon Sep 17 00:00:00 2001 From: Gabe Lyons Date: Wed, 24 Feb 2021 22:32:55 -0800 Subject: [PATCH] docs(Ownership): making lack of support for ownergroups in frontend explicit in pdl (#2139) --- metadata-models/src/main/pegasus/com/linkedin/common/Owner.pdl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/metadata-models/src/main/pegasus/com/linkedin/common/Owner.pdl b/metadata-models/src/main/pegasus/com/linkedin/common/Owner.pdl index a0c4faa1e4..a66535cb08 100644 --- a/metadata-models/src/main/pegasus/com/linkedin/common/Owner.pdl +++ b/metadata-models/src/main/pegasus/com/linkedin/common/Owner.pdl @@ -7,6 +7,7 @@ record Owner { /** * Owner URN, e.g. urn:li:corpuser:ldap, urn:li:corpGroup:group_name, and urn:li:multiProduct:mp_name + * (Caveat: only corpuser is currently supported in the frontend.) */ owner: Urn @@ -19,4 +20,4 @@ record Owner { * Source information for the ownership */ source: optional OwnershipSource -} \ No newline at end of file +}