-
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
fix the search for custom properties in advance search for some types #19113
Conversation
…nfig along with name and type
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 |
Failed to cherry-pick changes to the 1.6.2 branch. |
…#19113) * fix the search in advance search custom properties * modify v1/metadata/types/customProperties api to get customPropertyConfig along with name and type * added config list in the entity ref list * fix type of duration, timestamp and other types * minor ui changes * remove customProperty type which are not supported for now * added playwright test around the duration type property * fix flaky test --------- Co-authored-by: sonikashah <[email protected]> (cherry picked from commit 2179b43)
Describe your changes:
Fixes for the Issue #19069
Backed :
UI Improvement :
Fix the Custom Property search for the Following Types:
yyyy-MM-dd
format, with the range selector to find the properties within the date range)NOTE: Entity having space in the name, will not get a result. This will be fixed in the next release.
Type needs to work:
Not Supported Custom Property for Elastic Search :
dd MMM yyyy, MM/dd/yyyy, dd/MM/yyyy, dd-MM-yyyy, yyyyDDD, d MMMM yyyy
formats are not supported by Elastic search and onlyyyyy-MM-dd
is supported.Type of change:
Checklist:
Fixes <issue-number>: <short explanation>