mirror of
https://github.com/datahub-project/datahub.git
synced 2025-11-02 11:49:23 +00:00
feat(platform): up limit of corpuser char length from 64 to 128 (#13510)
This commit is contained in:
parent
8b4217f7fa
commit
61ea244659
@ -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
|
||||
@ -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" ],
|
||||
|
||||
@ -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.",
|
||||
|
||||
@ -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" ],
|
||||
|
||||
@ -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" ],
|
||||
|
||||
@ -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" ],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user