13158 Commits

Author SHA1 Message Date
Ashish Gupta
a1c64cdc2f fix advance search customproperty spec 2025-06-26 20:41:14 +05:30
Ashish Gupta
2b7cef7a45 Merge branch 'main' into bump-react-router 2025-06-26 19:59:27 +05:30
Ashish Gupta
5090f980e0 reverted back to checkTree as it query builder to not load inital options 2025-06-26 19:42:27 +05:30
sonika-shah
971225dbce
Fix #21414: Custom properties display issue in advanced search (#21873)
* fix: remove recursive extraction of nested fields for entityReference and entityReferenceList type custom properties

* get displayName field along with other fields in /customProperties api

* show display name instead of name for custom props

* show display name instead of name for custom props

* fix extension type and add tests

* fix tests

* fix data model tests

---------

Co-authored-by: karanh37 <karanh37@gmail.com>
Co-authored-by: Karan Hotchandani <33024356+karanh37@users.noreply.github.com>
2025-06-26 19:35:45 +05:30
IceS2
94cf3e0fd6
MINOR: Extend profile workflow config to allow engine configuration (#21840)
* Update Profile Workflow to allow engine configuration

* Add ui generated schemas

* Add Repository Override mechanism based on annotations

* Implement logic to use the ProcessingEngine configuration

* Update SparkEngine to use remote and not master
2025-06-26 19:11:26 +05:30
Karan Hotchandani
064b43c21c
fix pw issues for domain (#21986) 2025-06-26 19:08:53 +05:30
Ashish Gupta
2ea143eca4 fix the rule operator not resetting on rule field change 2025-06-26 17:16:44 +05:30
Ashish Gupta
54085c0eaa linter header added 2025-06-26 16:14:06 +05:30
Rounak Dhillon
c77f6d5db6
Docs: Seo Title Addition (#21918) 2025-06-26 16:13:03 +05:30
Ashish Gupta
466c34e336 changes around queryBuildr checkTree as it was deprecated 2025-06-26 16:12:51 +05:30
Rounak Dhillon
c1c2c09d0b
Doc: Step 1 Removal in Backup (#21981)
Co-authored-by: “Rounak <“rounakpreet.d@deuexsolutions.com”>
2025-06-26 10:38:36 +00:00
Mohit Yadav
b8afbb4ed2
FIx failing Maven CI Tests (#21975)
* Fix Glossary Test Failures

* Fix Soft Deletion Causing issues
2025-06-26 16:03:36 +05:30
Rounak Dhillon
b7aa73c24a
Doc: Data Discovery Gif Updation (#21834) 2025-06-26 16:03:20 +05:30
Ashish Gupta
95877701fd Merge branch 'main' into bump-react-router 2025-06-26 14:25:05 +05:30
Ashish Gupta
7be5c4d634 fix sonar failure 2025-06-26 14:23:36 +05:30
Rounak Dhillon
263b852a6e
Doc: Version Correction For Images (#21978)
Co-authored-by: “Rounak <“rounakpreet.d@deuexsolutions.com”>
2025-06-26 08:47:58 +00:00
Chirag Madlani
294aec1e65
Merge branch 'main' into bump-react-router 2025-06-26 10:39:42 +05:30
Nick Acosta
6cfe0a89a9
Docs: Update Claude setup guide with media (#21966) 2025-06-26 09:50:57 +05:30
Mayur Singal
803abb9373
Minor: Fix Tableau Lineage in Multi Schema Model (#21965) 2025-06-25 23:43:06 +05:30
Mohit Yadav
3e3f1d8f3b
feat: implement entity lifecycle event delegation (#21921)
* feat: implement entity lifecycle event delegation framework

* added tests

* added reindex method to search clients

* Use virtual thread pool
2025-06-25 23:26:45 +05:30
Shrushti Polekar
fe1bc83635
Fix(ui): Reply count being shown as 0 in task feed card (#21952)
* fix reply count being shown as 0 in feed card

* updated condition

* address pr comment
2025-06-25 23:08:57 +05:30
Mohit Yadav
0c6ded3ae3
Soft-Deleted Entities are not removed from system, so relations are still valid if there is entry in db (#21957) 2025-06-25 21:54:02 +05:30
Mohit Yadav
2c696bb1e2
Remove Default: null from columns and let json to pojo handle (#21934)
* Remove Default: null from columns and let json to pojo handle

* Remove Setting table columns to null

* Fix Failing Tests

---------

Co-authored-by: Sriharsha Chintalapani <harshach@users.noreply.github.com>
2025-06-25 21:53:32 +05:30
Chirag Madlani
1e50fc1376
fix(ui): version link and fetch logic with 1 hour wait time (#21932)
* fix(ui): version link and fetch logic with 1 hour wait time

* fix tests

* fix test
2025-06-25 20:54:07 +05:30
Dhruv Parmar
693292406d
Fix(ui): Flaky Tag Add, Update and Remove (#21930)
* fixed flaky tags test

* minimized code

* fixed failed explore quick fliter

* removed config file from pr
2025-06-25 20:29:03 +05:30
Ashish Gupta
fcbc15174a Merge branch 'main' into bump-react-router 2025-06-25 20:19:46 +05:30
Ashish Gupta
b580dad6a1 fix the failing unit test 2025-06-25 20:17:54 +05:30
Ashish Gupta
24125588dd
MINOR: fix the schema page table pagination count issue (#21915)
* fix the schema page table pagination count issue

* unwanted code removal

* remove the same parameter as we have same value as default arguments

* fix the sonar failing due to recent changes

* fix the failing test
2025-06-25 19:35:40 +05:30
Ashish Gupta
1483b733aa Merge branch 'main' into bump-react-router 2025-06-25 19:27:06 +05:30
Pranita Fulsundar
a2154df0ec
fix(test): flaky Domain.spec and Roles.spec (#21950)
* fix domain.spec

* fix delete role test

* minor fix
2025-06-25 18:19:33 +05:30
Mehul Shroff
35215762cb
Update metadata_service_helper.py (#21948) 2025-06-25 17:07:40 +05:30
Sweta Agarwalla
53f9c2122d
fix(ui): remove edit permission in version page (#21903)
* remove extra space visible in glossary term

* revert PR

* remove edit permissions in version page

* add tests for version page

* fix jest failure

* fix tests

* fix test
2025-06-25 16:36:42 +05:30
Prajwal214
ac451cd125
Docs: SCIM docs update (#21958)
Co-authored-by: Prajwal Pandit <prajwalpandit@MacBook-Pro.local>
2025-06-25 10:58:25 +00:00
Ashish Gupta
b99071b82c
fix the activity feed flaky playwright test (#21942) 2025-06-25 16:05:43 +05:30
IceS2
392f081255
Update PySpark and Delta-Spark Versions to use PySpark 3.5.6 (#21919) 2025-06-25 11:45:01 +02:00
Ashish Gupta
9d6b86e5cb
PLAYWRIGHT: fix the flakiness around the tag.spec (#21920)
* fix the flakyness around the tag.spec

* fix the flaky test, as caused by using same tag for the delete and edit action
2025-06-25 14:28:50 +05:30
Mohit Yadav
89fcac6316
feat: enhance relationshipCleanup with service hierarchy cleanup and Data Retention App (#21904)
* Extended relationshipCleanup command to clean up broken entities across all
  OpenMetadata service hierarchies (Database, Dashboard, API, Messaging, Pipeline,
  Storage, ML Model, and Search services), not just database services.

  Key changes:
  - Added performServiceHierarchyCleanup() method in OpenMetadataOperations
  - Added --skip-hierarchy-cleanup option for backward compatibility
  - Added getBrokenRelationFromParentToChild() and deleteBrokenRelationFromParentToChild() methods in CollectionDAO
  - Support for detecting and cleaning orphaned entities across any parent-child relationship
  - Maintains dry-run and actual cleanup modes with detailed reporting

  Usage: relationshipCleanup [--delete] [--skip-hierarchy-cleanup] [--batch-size N

* refactor: extract reusable cleanup utilities and eliminate code duplication

 Changes:
  - Add ServiceHierarchyCleanup.java for reusable hierarchy cleanup
  - Add ComprehensiveCleanupUtil.java for combined cleanup operations
  - Refactor OpenMetadataOperations to use reusable utilities
  - Refactor DataRetention to use reusable utilities
  - Single source of truth for all service hierarchy definitions

* - missing commit

* - Data Retention App test
2025-06-25 14:19:22 +05:30
Prajwal214
bffadebf97
Docs: Prepare 1.8 docs and 1.9 Snapshot (#21938) 2025-06-25 13:12:09 +05:30
Prajwal214
8ac12c5764
Update the latest version to v1.8.x (#21943)
Co-authored-by: Prajwal Pandit <prajwalpandit@MacBook-Pro.local>
2025-06-25 07:26:02 +00:00
Nick Acosta
93f3741939
Docs: init mcp how-to guides (#21937) 2025-06-25 11:27:55 +05:30
Pranita Fulsundar
7d74efa501
fix(test): flaky Policies.spec and Roles.spec (#21917)
* fix getElementWithPagination function

* fix flakyness

* fix test

* remove error statements
2025-06-25 09:42:25 +05:30
Mohit Yadav
16aa38da8f
Fix Cache To have immutable entities (#21933) 2025-06-24 16:40:32 -07:00
Suman Maharana
2aa2282e03
Added project to datamodel (#21926) 2025-06-25 02:26:22 +05:30
Shrushti Polekar
b8112338f3
Fix: Activity feed AUT failure and User flaky test (#21913)
* fix flaky test

* fix flaky user test

* minor fix

* minor fix for display name

* minor fix
2025-06-24 22:30:08 +05:30
Rounak Dhillon
51b12c40bb
Doc: 1.8.0 Release Updation (#21925)
Co-authored-by: “Rounak <“rounakpreet.d@deuexsolutions.com”>
Co-authored-by: Prajwal214 <167504578+Prajwal214@users.noreply.github.com>
2025-06-24 18:30:15 +05:30
Ayush Shah
11ac56356b
MINOR: Modify Sample data (#21599) 2025-06-24 17:16:13 +05:30
Chirag Madlani
d304c161d0
chore(ui): Update README.md for playwright test (#21912) 2025-06-24 16:28:46 +05:30
karanh37
47511cc2c5 update es format function for query builder 2025-06-24 15:56:11 +05:30
Rounak Dhillon
5fcea965b6
Doc: Rest YAML File Updation (#21922)
Co-authored-by: “Rounak <“rounakpreet.d@deuexsolutions.com”>
Co-authored-by: Prajwal214 <167504578+Prajwal214@users.noreply.github.com>
2025-06-24 10:14:16 +00:00
Mohit Yadav
0f7d6e7f61
Add Claude.md (#21916) 2025-06-24 15:28:59 +05:30