13126 Commits

Author SHA1 Message Date
Shrushti Polekar
e2abddd0ac
Minor(ui): Close profile dropdown on redirection to user profile page (#21733)
* close dropdown on redirection

* address comment
2025-06-12 23:15:18 +05:30
Shrushti Polekar
b72dff93b8
Fix(ui): Close emoji feed editor on outside click (#21696)
* handle outside click for emoji feed editor

* added  test

* address pr comments

* address pr comments
2025-06-12 23:14:02 +05:30
Karan Hotchandani
074c2efa10
lineage: fix expand collapse operation on nodes (#21309) 2025-06-12 23:09:20 +05:30
Sweta Agarwalla
e55c836cb6
update noindex,nofollow props (#21732) 2025-06-12 19:09:42 +05:30
Karan Hotchandani
16a9f48c59
generate missing types (#21725) 2025-06-12 16:31:10 +05:30
harshsoni2024
6a6180b2e3
powerbi change owner condition (#21724) 2025-06-12 16:11:43 +05:30
Ashish Gupta
62d91fbf2e
PLAYWRIGHT: fix the flaky delete step failing in entity and serviceEntity around bar (#21671)
* fix the delete step failing in entity and serviceEntity playwright

* remove the unwanted watcher as we already have see in alert notification

* Enhance Playwright tests by ensuring network idle state before proceeding with actions in TagClass and common utility functions.

* fix glossary version spec

* fix activity feed flaky tests

* update networkidle in visit page

* fix users flaky tests

* Refactor BulkEditEntity tests to include consistent manual wait for file loading and enhance input handling in importUtils.

* Refactor Tag tests to remove unnecessary waitForResponse calls and ensure consistent handling of page interactions.

* fix activity feed flaky tests

* fix users data stewards test

* Refactor hardDeleteEntity function to improve toast notification handling and ensure consistent alert verification.

---------

Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
Co-authored-by: karanh37 <karanh37@gmail.com>
Co-authored-by: Karan Hotchandani <33024356+karanh37@users.noreply.github.com>
Co-authored-by: shrushti2000 <shrushtipolekar@gmail.com>
Co-authored-by: Pranita <pfulsundar8@gmail.com>
2025-06-12 15:10:49 +05:30
Sriharsha Chintalapani
7e6e23b95a
Fix API pages (#21695)
* Fix API pages

* Fix API pages

* Fix API pages
2025-06-12 12:23:34 +05:30
Rounak Dhillon
e3495a0770
Doc: API Service Page Content Updation (#21674) 2025-06-12 11:59:29 +05:30
Suman Maharana
18f9f2cdb6
Fix: Tableau project id should always be a string (#21700) 2025-06-12 11:21:53 +05:30
Sriharsha Chintalapani
8bb055fc9e
Fix #21506: Upgrade to Java 21 (#21507)
* Fix #21506: Upgrade to Java 21

* Fix #1655: Upgrade to Java 21
2025-06-11 22:06:08 -07:00
dependabot[bot]
fcd0c4114f
Bump org.postgresql:postgresql from 42.7.4 to 42.7.7 (#21717)
Bumps [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) from 42.7.4 to 42.7.7.
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md)
- [Commits](https://github.com/pgjdbc/pgjdbc/compare/REL42.7.4...REL42.7.7)

---
updated-dependencies:
- dependency-name: org.postgresql:postgresql
  dependency-version: 42.7.7
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-11 15:47:20 -07:00
Mohit Yadav
5430cad8bf
[MCP] Update Mcp Documents and Images (#21720)
* Update documentation

* Updated documentation

* Update Documentation

* doc change

* update description

* again try something

* update

* Update to "MCP Server"
2025-06-12 00:26:54 +05:30
Teddy
a680e2c802
fix: added profiler config when executing bundle suite (#21714) 2025-06-11 17:03:22 +02:00
Mohit Yadav
3662db05ec
Mcp Doc fixes (#21715)
* Update doc

* MCP Application

* Typo
2025-06-11 20:04:40 +05:30
Teddy
1531130382
fix: failing DQ mvn test (#21702) 2025-06-11 14:56:03 +02:00
Rounak Dhillon
2045a4be2f
Doc: Sample data Removal (#21709)
Co-authored-by: Rounak Dhillon <rounakdhillon@Rounaks-MacBook-Air.local>
2025-06-11 12:26:49 +00:00
Rounak Dhillon
a618a273f2
Doc: 1.7.2 Version Updation in SDK and Docker (#21705)
Co-authored-by: Rounak Dhillon <rounakdhillon@Rounaks-MacBook-Air.local>
Co-authored-by: Prajwal214 <167504578+Prajwal214@users.noreply.github.com>
2025-06-11 12:02:22 +00:00
sonika-shah
d05f62ead6
Fix TagResourceTest mvn test failure (#21706) 2025-06-11 17:07:52 +05:30
Mohit Yadav
9a0f614331
[MCP] Changed MCP as an APP (#21687)
* - Added Prompts

* - Add Prompts for Search

* Embedded Server Mcp as Application

* Add MCP Application

* Fix Prompts and Tool Context

* Get Wrapped Result

* Wrapped result Fixes

* Add Assets for App

* Document Update

* Add doc

* Update Doc

* Remove Config from yaml and use app

* Add Doc
2025-06-11 16:08:42 +05:30
Teddy
c09a8b27ae
ISSUE #16676 - Add Tag to CreateTestCase (#21366)
* refactor: removed testSuite field from CreateTestCase

BREAKING CHANGE: when creating a test case, testsuite is now derived from entityLink (fetch or created)

* feat: allow setting tags when creating a test case

* style: ran linters

* fix: compiling error

* fix: failing test case

* fix: failing tests

* removed testSuite from required filed

* fixed ui side

* style: ran java linting

* deprecation: remove testSuite param from ingestion

* fix: remove test suite filed

* fix: remove test_suite field

---------

Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
2025-06-11 09:59:08 +02:00
Rounak Dhillon
492479f8e3
Doc: User Guides for Data Users Images Updation (#21648) 2025-06-11 13:09:34 +05:30
Rounak Dhillon
7176baacfc
Doc: 1.7.2 Release Updation (#21701) 2025-06-11 12:57:09 +05:30
Karan Hotchandani
67e23ae855
fix flaky playwright (#21688) 2025-06-10 23:21:03 +05:30
sonika-shah
047c3bfbe4
Fix user page partial search (#21684)
Co-authored-by: Karan Hotchandani <33024356+karanh37@users.noreply.github.com>
2025-06-10 09:54:17 -07:00
Suman Maharana
0df058a53d
Fix: dbtcloud CL errors (#21685) 2025-06-10 21:45:07 +05:30
Dhruv Parmar
1e9d229301
Fix (ui): Flaky Advance Search test case (#21681)
* fixed flaky advance search

* fixed advance search json searching
2025-06-10 19:49:51 +05:30
Ram Narayan Balaji
febd195bfd
#16279 Update Classification Schema to include Governance Fields - Schema and Java Implementation (#21636)
* Update Classification Schema to include Governance Fields

* Removed Tags, Reviewers, Domain from Classification as they are needed and corrected tests

* Added Permission check for owners in Classification Resource Test

* Added LoadTags.ts generated from createClassificationSchema.json

* Only have my schema changes in the typescript files, ignore other changes.

---------

Co-authored-by: Mohit Yadav <105265192+mohityadav766@users.noreply.github.com>
2025-06-10 07:06:20 -07:00
Mohit Yadav
b8cb82c25c
[Fix-21275] Service pipeline lineage not appearing (#21664)
* Fix Pipeline Service Lineage

* Unique Id issue
2025-06-10 17:57:57 +05:30
Sriharsha Chintalapani
dd9449c8d4
Fix Lineage/EntityRelationship mappings back to object (#21675)
* Fix Lineage/EntityRelationship mappings back to object

* Add displayName to the user when the user is created and displayName is not set

* remove UserResource related changes

---------

Co-authored-by: sonikashah <sonikashah94@gmail.com>
2025-06-10 17:17:10 +05:30
Shrushti Polekar
3bda02a76b
chore(ui) : update whats new for 1.7.2 (#21676)
* update whats new

* update cookie version
2025-06-10 15:52:00 +05:30
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
Mayur Singal
06ae2df2c3
MINOR: Fix bigquery import issue (#21444)
* MINOR: Fix bigquery import issue

* fix checkstyle
2025-06-09 16:08:16 -07:00
Sriharsha Chintalapani
c2b2d37f95
Fix #21457: SearchIndexing: Limit of total fields [1000] has been exceeded (#21503)
* Fix #21457: SearchIndexing: Limit of total fields [1000] has been exceeded

* Fix #21457: SearchIndexing: Limit of total fields [1000] has been exceeded

* Fix BulkItemException throwing back to the UI

* add upstreamLineage to all appropriate indexes

* Remove conflicting lines and clean up index mappings for api_collection and stored_procedure JSON files

---------

Co-authored-by: Mohit Yadav <105265192+mohityadav766@users.noreply.github.com>
Co-authored-by: Ayush Shah <ayush@getcollate.io>
2025-06-09 16:07:39 -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
Mohit Tilala
8bda216a72
Fixes #21472: Add mention of why snowflake owners are not supported (#21519)
* Add mention of why snowflake owners are not supported

* Remove owners from docs as not supported
2025-06-09 16:05:54 -07:00
Pere Menal-Ferrer
1e86f9870f
FIX #1464 (#21520)
* Add PIICategoryTags and some utilities on top of them.

* Fix static-check

* Add test for fqn representation

* Add NEREntityGeneralTags.json from Collate

* Add test to check PIICategoryTags agree with the ones used by OM server

* Add LabelExtractor

* Fix style

* Add ignore superflous-parens for pylint

* Ass comment as per PR review

* Fix not-updated PII-IT

* Remove duplicated IT test for PII

---------

Co-authored-by: Pere Menal <pere.menal@getcollate.io>
Co-authored-by: Sriharsha Chintalapani <harshach@users.noreply.github.com>
2025-06-09 16:05:35 -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
Ayush Shah
e2aaf322b7
Enhance S3 Connection Schema: Add default values for container filter pattern (#21659) 2025-06-09 21:18:57 +05:30