data-model icon indicating copy to clipboard operation
data-model copied to clipboard

Remove/reduce minimum 10 character _key value constraint from all graph objects

Open austinkelleher opened this issue 4 years ago • 2 comments

Currently, there is a constraint in the base GraphObject schema that all graph object _key values must be at minimum 10 characters. This has lead to some integration developers adding artificial prefixes at the beginning of _key values just to avoid it.

We should consider reducing the constraint to a single character or at least reducing the constraint lower than 10 characters.

cc @aiwilliams @ndowmon @mknoedel

austinkelleher avatar Apr 22 '21 12:04 austinkelleher

I agree, that constraint should be removed. We should be able to count on the the combination of _type and _key (scope, really) to prevent duplicates, as the key tracker does for us.

aiwilliams avatar Apr 22 '21 13:04 aiwilliams

💯 👍 🥇

mknoedel avatar Apr 23 '21 21:04 mknoedel