-
Notifications
You must be signed in to change notification settings - Fork 17
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
fix(central): schema names with - should be allowed #4391
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Doesnt work: test-test
fails. Regex needs to be: /^(?!.* _|.*_ )[-a-zA-Z][-a-zA-Z0-9 _]{0,30}$
(another -
in between the last [])
indeed, thx |
…nis-emx2 into fix/schema_name_with_dash
…chema_name_with_dash
Shouldn't it be |
If you want to prevent that, yes ;) |
Quality Gate passedIssues Measures |
needed because of 'catalogue-demo' schema (cannot now be created via UI while we use it for tests)
closes #4400