-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
GEN 1931 - Fix entity link accepted chars #18391
Conversation
The Java checkstyle failed. Please run You can install the pre-commit hooks with |
4249424
The Java checkstyle failed. Please run You can install the pre-commit hooks with |
Quality Gate passed for 'open-metadata-ui'Issues Measures |
Quality Gate passed for 'open-metadata-ingestion'Issues Measures |
* fix: entity link accepted characters * fix: match all characters but `<>|::` * fix: remove unnecessary negative lookbehind * fix the test case search not working on add ingestion page in case of special characters in FQN * style: ran java linting * fix: failing testst * style: ran java linting --------- Co-authored-by: Aniket Katkar <aniketkatkar97@gmail.com>
Describe your changes:
Fix accepted entityLink characters
::
<
>
and|
Fix the API call throwing error in case a special character is in the test suite FQN
Before:
Screen.Recording.2024-10-28.at.9.03.56.PM.mov
After:
Screen.Recording.2024-10-28.at.8.55.36.PM.mov
Type of change:
Checklist:
Fixes <issue-number>: <short explanation>
Bug fix