Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
austinkelleher opened this issue Apr 22, 2021 · 2 comments

Comments

@austinkelleher
Copy link
Contributor

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

@aiwilliams
Copy link
Contributor

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.

@mknoedel
Copy link
Contributor

💯 👍 🥇

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants