* fix lineage expand collapse when there are duplicates
* add owners info in lineage summary panel
* add tests
(cherry picked from commit 12097f15cdc3097be3ba0297c87e9cb22fbc60b1)
* Fix#1681 - Deleted Filter in Automations Not Working as Expected
* Revert "Fix #1681 - Deleted Filter in Automations Not Working as Expected"
This reverts commit d941ad440b6c5bcb66d4ac8bb31c321fb23cbcfc.
* Set deleted param in /search/query API to type Boolean to allow default null values
* fix AUT test failures related to user search in settings/users page
* fix AUT test failures related to user search in settings/users page
* Make `deleted` param optional for search API call in explore page
* Fix the deleted users showing on the user listing page after user search
* Fix playwright tests
* Fix playwright tests
---------
Co-authored-by: Aniket Katkar <aniketkatkar97@gmail.com>
(cherry picked from commit 4143308f96a587265f6599f2ec07d37e08fc8665)
* fix the lineage export image being cropped
* fix the nodes children column not being able to trace well
* minor removal as not needed
(cherry picked from commit da25cd1a3968fc9a890f79f9badf3149702b8a95)
* Fix#21653 - Tag search based on displayName
* added test
* update test to search by classification display name
---------
Co-authored-by: shrushti2000 <shrushtipolekar@gmail.com>
(cherry picked from commit 6fd57782195c0cc1d9b08e3f6186fdfec23ad694)
* Fix#21502: TooManyNestedClauses: Query contains too many nested clauses; maxClauseCount is set to 4096 error in table_search_index for complex search queries in Opensearch
* Fix#21502: TooManyNestedClauses: Query contains too many nested clauses; maxClauseCount is set to 4096 error in table_search_index for complex search queries in Opensearch
* Update openmetadata-service/src/test/java/org/openmetadata/service/resources/search/SearchResourceTest.java
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* fix mvn build
* fix checkstyle
* fix tests in SearchResourceTest
* fix tests in SearchResourceTest
* instead of wrapping baseQuery+functionScore in a new BoolQuery,use functionScore directly as the final query - avoid duplication of mult_match query
* add requestSchema fields in APIEndpointIndex, and remove array fields in searchSettings to use fuzzyfields avoiding clause explosion
* - Set fuzzyMaxExpansions/maxExpansions to 10 instead of default 50
- Turn off fuzziness (Fuzziness.ZERO) for `.ngram` fields
- Update QUERY_SYNTAX_PATTERN so only uppercase AND, OR, NOT are treated as boolean operators
* use non Fuzzy query for ngram Fields in QueryStringBuilder , remove duplication of query in should phrase
* add fuzzy/nonFuzzy Fields for each asset in searchSettings.json
* add fuzzy/nonFuzzy Fields for each asset in searchSettings.json
* update isFuzzyField function
* fix playwright
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: sonikashah <sonikashah94@gmail.com>
Co-authored-by: sonika-shah <58761340+sonika-shah@users.noreply.github.com>
(cherry picked from commit 98aff312dad163eec31bbc8e97dec43b2e21e011)
* added whats new for 1.7.2
* minor refactor
* update whats new
* update whats new
(cherry picked from commit d11b35ccc909f2588ee75d7020cbe1fdcc84e98a)
* Update the file upload option input for service config
* Separate out the field rendering for 'uiFieldType' as fileOrInput and file.
---------
Co-authored-by: Sriharsha Chintalapani <harshach@users.noreply.github.com>
(cherry picked from commit 9d458cd8bc181f834e7718a18ce2294f354d4df7)
* restrict the config value for negative number from lineage page and global setting config
* added playwrigth for lineage page config
(cherry picked from commit 0890791758b9d1860b87469678575f94712e8d15)
* fix the bulk action playwright flaky playwright test
* change entity and service.spec user to custom user and add a retry mechnaism for checking soft deleted entity
* try to fix alert not found issue
* remove failure
* fix bot playwright failure
(cherry picked from commit 78f523fd1327a992a39c429281f057b4f770f9fa)