4793 Commits

Author SHA1 Message Date
Ram Narayan Balaji
d065d85e0a
Revert "Fix: #17584 Improve Glossary Bulk Asset Upload APIs (#21652)" (#21672)
This reverts commit 5b30aa94e2e018eb4c486d14424a5d34b2877979.
2025-06-10 11:36:42 +05:30
Ram Narayan Balaji
5b30aa94e2
Fix: #17584 Improve Glossary Bulk Asset Upload APIs (#21652)
* Fix: Remove operations and glossaryTags from bulk asset add api

* Fix: Improved the test case

* addTagToAssets schema - Removed operations field in the payload

---------

Co-authored-by: Mohit Yadav <105265192+mohityadav766@users.noreply.github.com>
2025-06-10 11:09:07 +05:30
Shailesh Parmar
330c26be92
Refactor Data Quality API endpoints in Playwright tests and support classes to use consistent URL structure for test case results (#21656)
* Refactor Data Quality API endpoints in Playwright tests and support classes to use consistent URL structure for test case results

* Fix API call in TableClass to use POST method for test case results submission
2025-06-10 11:07:32 +05:30
Mohit Yadav
d1ea459a81
Queries not tableQueries (#21670) 2025-06-10 10:08:42 +05:30
Mohit Yadav
dc25350ea2
MCP Core Items Improvements (#21643)
* Search Util fix and added tableQueries

* some json input fix

* Add team and user

* WIP : Add Streamable HTTP

* - Add proper tools/list schema and tools/call

* - auth filter exact match

* - Add Tools Class to dynamically build tools

* Add Origin Validation Mandate

* Refactor MCP Stream

* comment

* Cleanups

* Typo

* Typo
2025-06-10 09:42:24 +05:30
Dhruv Parmar
40aba1d906
Fix(ui): loading issue for react-awesome-query (#21424)
* fixed loading issue for react-awesome-query

* added tests

---------

Co-authored-by: Karan Hotchandani <33024356+karanh37@users.noreply.github.com>
2025-06-09 16:08:56 -07:00
Sriharsha Chintalapani
98aff312da
Fix #21502: TooManyNestedClauses: Query contains too many nested clauses (#21505)
* 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>
2025-06-09 16:07:23 -07:00
Shrushti Polekar
d11b35ccc9
chore(ui): Whats new for 1.7.2 (#21655)
* added whats new for 1.7.2

* minor refactor

* update whats new

* update whats new
2025-06-09 16:06:40 -07:00
Chirag Madlani
cb57656ae9
fix(ui): explore tabs with elipsis to render label and count properly (#21663) 2025-06-09 16:04:24 -07:00
Mayur Singal
53817c2182
Minor: Make trino query table configurable (#21665) 2025-06-09 16:03:57 -07:00
Ayush Shah
212f494ec4
Fix Japanese localization: update "view-in-service-type" translation from "{{serviceType}}에서 보기" to "{{serviceType}}で表示". (#21661) 2025-06-09 16:03:29 -07:00
Harshit Shah
4d85c6c54d
Feat #21116: Support followers for data products and domains (#21602) 2025-06-09 22:31:08 +05:30
Chirag Madlani
b018088352
fix(ui): Korean translation for glossary (#21660) 2025-06-09 09:34:20 -07:00
Ashish Gupta
77ef8ad23c
fix the primary button focus color (#21658) 2025-06-09 21:45:55 +05:30
harshsoni2024
4a3b6f4934
issue-21370: db2 custom driver installation (#21638)
* db2 custom driver installation

* pylint changes

* typo fix
2025-06-09 19:52:35 +05:30
Karan Hotchandani
4df290de60
fix tier and tag playwright for Entity.spec (#21633)
* fix playwright

* fix tier playwright

* fix tier tests

* fix tests

* fix tag test

* refactor code for fqn

* minor fix for Glossary.spec

---------

Co-authored-by: Pranita Fulsundar <pfulsundar8@gmail.com>
2025-06-09 19:34:03 +05:30
Siddhant
f30eff4dc5
Fixes #19466: Cleanup Activity Feed In Retention App (#21640)
* add activityThreadsRetentionPeriod in the DataRetentionApplication jsons

* clean up activity threads of type conversation
2025-06-09 19:22:40 +05:30
Siddhant
1511871fc1
Fixes #20142 : Add QueryParams To The Webhook Request URL (#21637)
* queryParams to the webhook request URL

* add activityThreadsRetentionPeriod in the DataRetentionApplication jsons

* clean up activity threads of type conversation

* Revert "clean up activity threads of type conversation"

This reverts commit e66ea8623be6aa1c5d07afdec04b4807eb21c7e7.

* Revert "add activityThreadsRetentionPeriod in the DataRetentionApplication jsons"

This reverts commit 4180be18a8d5e0d4fd4b3d4662df0532bb16dbed.
2025-06-09 19:21:53 +05:30
Shailesh Parmar
2e70808baa
Fix: #21649 Freshnes test is not displaying right time value (seconds vs miliseconds) (#21654) 2025-06-09 18:40:35 +05:30
dependabot[bot]
43de13d7e3
Bump webpack-dev-server in /openmetadata-ui/src/main/resources/ui (#21584)
Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 4.15.2 to 5.2.1.
- [Release notes](https://github.com/webpack/webpack-dev-server/releases)
- [Changelog](https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-dev-server/compare/v4.15.2...v5.2.1)

---
updated-dependencies:
- dependency-name: webpack-dev-server
  dependency-version: 5.2.1
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Aniket Katkar <aniketkatkar97@gmail.com>
2025-06-09 16:54:08 +05:30
dependabot[bot]
08f9a992ec
Chore(deps): Bump tar-fs in /openmetadata-ui/src/main/resources/ui (#21542)
Bumps [tar-fs](https://github.com/mafintosh/tar-fs) from 2.1.2 to 2.1.3.
- [Commits](https://github.com/mafintosh/tar-fs/commits)

---
updated-dependencies:
- dependency-name: tar-fs
  dependency-version: 2.1.3
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Aniket Katkar <aniketkatkar97@gmail.com>
2025-06-09 16:39:22 +05:30
Aniket Katkar
9d458cd8bc
Fix(UI): Update the file upload option input for service config (#21490)
* 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>
2025-06-09 16:19:28 +05:30
Ashish Gupta
0fb88ea0ce
remove the type not wanted in pdfLayout config (#21639) 2025-06-09 14:58:45 +05:30
Keshav Mohta
b7a7023890
Fix #20665: BigQuery - Adding billing project (#21231) 2025-06-09 13:09:40 +05:30
Dhruv Parmar
51b3984657
Fix #21517: Last user not visible || profile config icon miss aligned (#21605)
* fixed last user not visible || asginee icon || profile config plus icon misaligned

* removed assignee icon
2025-06-09 11:23:13 +05:30
Shailesh Parmar
436df10a7f
Fix: #21276 Only 3 Comments Shown by Default in Incident View (#21577)
* Fix: #21276 Only 3 Comments Shown by Default in Incident View

* fixed failing unit test

* addressing comments.
2025-06-09 11:22:18 +05:30
Ashish Gupta
78f523fd13
PLAYWRIGHT: fix the bulk action playwright flaky playwright test (#21582)
* 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
2025-06-08 15:16:52 +05:30
Ashish Gupta
0890791758
#21568: fix the lineage upstream having additional nodes (#21634)
* fix the lineage upstream having additional nodes

* restrict the config value for negative number from lineage page and global setting config

* added playwrigth for lineage page config
2025-06-08 15:15:26 +05:30
Shrushti Polekar
c3eb2eab09
fix activity feed flaky test (#21635) 2025-06-07 23:53:16 +05:30
Suman Maharana
161b4a8b2a
Chore: Tableau Improvements (#21620)
* Chore: Tableau Improvements

* Added apiVersion

* linting

* Addressed Comments
2025-06-07 21:38:48 +05:30
Dhruv Parmar
407eb24baf
Fix (uI): Domain truncate issue || consistent Domain UX (#21574)
* fixed domain truncate

* improved domain ux

* fixed sonar cases

* removed unnecessary states

* addressed comments

* applied max width
2025-06-07 15:12:07 +05:30
Suman Maharana
fd88a6d449
Add: dbt tags Filter (#21628) 2025-06-07 12:25:23 +05:30
Shailesh Parmar
5fc2c90e5b
Fix: Issue related to SQL query viewer (#21627) 2025-06-06 21:33:06 +05:30
Shrushti Polekar
d4d1b3ed96
fix flaky user test (#21626) 2025-06-06 20:02:06 +05:30
Shrushti Polekar
d529c9fe9d
fix profile redirection issue for displayname (#21624) 2025-06-06 19:59:47 +05:30
Chirag Madlani
fc8e4af3e0
fix(ui): select popup sticky for scrollable container (#21593) 2025-06-06 18:12:10 +05:30
Chirag Madlani
b0f82aa0ef
fix(ui): overflow for frequently joined table widget (#21623) 2025-06-06 18:06:26 +05:30
Chirag Madlani
019dbb890c
fix(ui): persona switching not updating if customization not present (#21625) 2025-06-06 18:05:34 +05:30
Pere Miquel Brull
a51187d46b
FIX CL-1641 - Allow to search by descriptionSources (#21487)
* FIX CL-1641 - Allow to search by descriptionSources

* Add new fields for advanced search filters

* feat: added createdBy params

* Move the tag label type options to constants

* Add tier & tag source

---------

Co-authored-by: Aniket Katkar <aniketkatkar97@gmail.com>
Co-authored-by: Teddy Crepineau <teddy.crepineau@gmail.com>
Co-authored-by: ulixius9 <mayursingal9@gmail.com>
2025-06-06 14:10:25 +02:00
Shrushti Polekar
852fa432c5
fix #21572 : Schema / tags/ api collection switch does not update content in UI (#21583)
* fix schema update issue

* added test

* fix issue for tags and api page

* added test for tags page

* update test for api collection

* remove i18 mock

* address pr comments
2025-06-06 15:02:29 +05:30
Pere Miquel Brull
635382dd1d
Revert "[WIP] MCP Core Items Improvements (#21598)" (#21614)
This reverts commit 0b3bf4ac0d3a7ac74e39552ad49896d37e469516.
2025-06-06 07:32:20 +02:00
Ashish Gupta
fc78dfd574
fix the playwright flaky test (#21573) 2025-06-06 10:31:13 +05:30
Shailesh Parmar
51e0f8b107
Fix: #21566 Copy-Paste from Excel triggers file upload instead of pasting content (#21606) 2025-06-05 20:37:11 +05:30
Mohit Yadav
0b3bf4ac0d
[WIP] MCP Core Items Improvements (#21598)
* Search Util fix and added tableQueries

* some json input fix

* Add team and user

* WIP : Add Streamable HTTP

* - Add proper tools/list schema and tools/call
2025-06-05 12:30:50 +02:00
Dhruv Parmar
1df7aacae4
Fix(ui): Added displayName to add Asset Selection Model (#21544)
* added displayName to add assetmodal

* fixed persona glossery
2025-06-05 12:22:06 +05:30
sonika-shah
cfd548556e
Support followers in Domain and DataProduct (#21478)
* Support followers in DataProduct

* Support followers in domain
2025-06-05 11:17:13 +05:30
Karan Hotchandani
f0f1debb6d
fix glossary permission error (#21548)
* fix glossary permission error

* add permission tests

* fix sonar lint
2025-06-04 20:56:00 +05:30
Ashish Gupta
5dd4184336
MINOR: fix the flickering and tooltip issue in lineage node columns (#21565)
* fix the flickering and tooltip issue in lineage node columns

* added unit test for the changes made

* fix unit test

* code improvement
2025-06-04 16:40:53 +05:30
Shrushti Polekar
b388f45144
Fix(ui): Background color for text highlight in tables of explore cards (#21550)
* fix background color for text highlight in tables of explore cards

* minor update

* minor fix
2025-06-04 15:58:14 +05:30
sonika-shah
cc1e8f7b5b
Fix #21430 : Tier tag not updating in search filters (#21499)
* Fix #21430 : Tier tag not updating in search filters

* Fix #21430 : Tier tag not updating in search filters

* add tests

* test: add test for glossary term

* test: add test coverage for all entities

* fix tests

* fix tests

* fix: service entity tests

---------

Co-authored-by: Pranita <pfulsundar8@gmail.com>
Co-authored-by: Sriharsha Chintalapani <harshach@users.noreply.github.com>
2025-06-04 14:47:46 +05:30