diff --git a/li-utils/src/main/pegasus/com/linkedin/common/CorpGroupUrn.pdl b/li-utils/src/main/pegasus/com/linkedin/common/CorpGroupUrn.pdl index bd0f3f9a7e..37727d2534 100644 --- a/li-utils/src/main/pegasus/com/linkedin/common/CorpGroupUrn.pdl +++ b/li-utils/src/main/pegasus/com/linkedin/common/CorpGroupUrn.pdl @@ -17,8 +17,8 @@ namespace com.linkedin.common "name" : "groupName", "doc" : "The name of the AD/LDAP group.", "type" : "string", - "maxLength" : 64 + "maxLength" : 128 } ], - "maxLength" : 81 + "maxLength" : 145 } typeref CorpGroupUrn = string \ No newline at end of file diff --git a/metadata-service/restli-api/src/main/snapshot/com.linkedin.entity.aspects.snapshot.json b/metadata-service/restli-api/src/main/snapshot/com.linkedin.entity.aspects.snapshot.json index 6222586672..83d78b203c 100644 --- a/metadata-service/restli-api/src/main/snapshot/com.linkedin.entity.aspects.snapshot.json +++ b/metadata-service/restli-api/src/main/snapshot/com.linkedin.entity.aspects.snapshot.json @@ -668,11 +668,11 @@ "entityType" : "corpGroup", "fields" : [ { "doc" : "The name of the AD/LDAP group.", - "maxLength" : 64, + "maxLength" : 128, "name" : "groupName", "type" : "string" } ], - "maxLength" : 81, + "maxLength" : 145, "name" : "CorpGroup", "namespace" : "li", "owners" : [ "urn:li:corpuser:fbar", "urn:li:corpuser:bfoo" ], diff --git a/metadata-service/restli-api/src/main/snapshot/com.linkedin.entity.entities.snapshot.json b/metadata-service/restli-api/src/main/snapshot/com.linkedin.entity.entities.snapshot.json index 3f675ae05a..ef6fe12218 100644 --- a/metadata-service/restli-api/src/main/snapshot/com.linkedin.entity.entities.snapshot.json +++ b/metadata-service/restli-api/src/main/snapshot/com.linkedin.entity.entities.snapshot.json @@ -491,11 +491,11 @@ "entityType" : "corpGroup", "fields" : [ { "doc" : "The name of the AD/LDAP group.", - "maxLength" : 64, + "maxLength" : 128, "name" : "groupName", "type" : "string" } ], - "maxLength" : 81, + "maxLength" : 145, "name" : "CorpGroup", "namespace" : "li", "owners" : [ "urn:li:corpuser:fbar", "urn:li:corpuser:bfoo" ], @@ -1264,7 +1264,7 @@ "CUSTOM" : "Set when ownership type is unknown or a when new one is specified as an ownership type entity for which we have no\nenum value for. This is used for backwards compatibility", "DATAOWNER" : "A person or group that is owning the data\nDeprecated! Use TECHNICAL_OWNER instead.", "DATA_STEWARD" : "A steward, expert, or delegate responsible for the asset.", - "DELEGATE" : "A person or a group that overseas the operation, e.g. a DBA or SRE.\nDeprecated! Use TECHNICAL_OWNER instead.", + "DELEGATE" : "A person or a group that oversees the operation, e.g. a DBA or SRE.\nDeprecated! Use TECHNICAL_OWNER instead.", "DEVELOPER" : "A person or group that is in charge of developing the code\nDeprecated! Use TECHNICAL_OWNER instead.", "NONE" : "No specific type associated to the owner.", "PRODUCER" : "A person, group, or service that produces/generates the data\nDeprecated! Use TECHNICAL_OWNER instead.", diff --git a/metadata-service/restli-api/src/main/snapshot/com.linkedin.entity.runs.snapshot.json b/metadata-service/restli-api/src/main/snapshot/com.linkedin.entity.runs.snapshot.json index cf03aa92b9..af072a12b7 100644 --- a/metadata-service/restli-api/src/main/snapshot/com.linkedin.entity.runs.snapshot.json +++ b/metadata-service/restli-api/src/main/snapshot/com.linkedin.entity.runs.snapshot.json @@ -401,11 +401,11 @@ "entityType" : "corpGroup", "fields" : [ { "doc" : "The name of the AD/LDAP group.", - "maxLength" : 64, + "maxLength" : 128, "name" : "groupName", "type" : "string" } ], - "maxLength" : 81, + "maxLength" : 145, "name" : "CorpGroup", "namespace" : "li", "owners" : [ "urn:li:corpuser:fbar", "urn:li:corpuser:bfoo" ], diff --git a/metadata-service/restli-api/src/main/snapshot/com.linkedin.operations.operations.snapshot.json b/metadata-service/restli-api/src/main/snapshot/com.linkedin.operations.operations.snapshot.json index 302e746ad4..3eb3ada25b 100644 --- a/metadata-service/restli-api/src/main/snapshot/com.linkedin.operations.operations.snapshot.json +++ b/metadata-service/restli-api/src/main/snapshot/com.linkedin.operations.operations.snapshot.json @@ -401,11 +401,11 @@ "entityType" : "corpGroup", "fields" : [ { "doc" : "The name of the AD/LDAP group.", - "maxLength" : 64, + "maxLength" : 128, "name" : "groupName", "type" : "string" } ], - "maxLength" : 81, + "maxLength" : 145, "name" : "CorpGroup", "namespace" : "li", "owners" : [ "urn:li:corpuser:fbar", "urn:li:corpuser:bfoo" ], diff --git a/metadata-service/restli-api/src/main/snapshot/com.linkedin.platform.platform.snapshot.json b/metadata-service/restli-api/src/main/snapshot/com.linkedin.platform.platform.snapshot.json index 0e046a6bcf..e0a6e1da3f 100644 --- a/metadata-service/restli-api/src/main/snapshot/com.linkedin.platform.platform.snapshot.json +++ b/metadata-service/restli-api/src/main/snapshot/com.linkedin.platform.platform.snapshot.json @@ -491,11 +491,11 @@ "entityType" : "corpGroup", "fields" : [ { "doc" : "The name of the AD/LDAP group.", - "maxLength" : 64, + "maxLength" : 128, "name" : "groupName", "type" : "string" } ], - "maxLength" : 81, + "maxLength" : 145, "name" : "CorpGroup", "namespace" : "li", "owners" : [ "urn:li:corpuser:fbar", "urn:li:corpuser:bfoo" ],