13030 Commits

Author SHA1 Message Date
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
Rounak Dhillon
c77f6d5db6
Docs: Seo Title Addition (#21918) 2025-06-26 16:13:03 +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
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
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
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
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
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
Sriharsha Chintalapani
97cf131d19
Fix query cost aggregation (#21907)
* Fix query aggregation to use checksum not query text

* Fix query aggregation to use checksum not query text

* fix query text

* fix opensearch class

---------

Co-authored-by: ulixius9 <mayursingal9@gmail.com>
2025-06-23 14:02:58 -07:00
sonika-shah
cf6eaf8a1a
Revert : query_cost_record_search_index Search reindexing issue (#21906) 2025-06-23 22:11:29 +05:30
Sriharsha Chintalapani
8cef169686
Add Whats New for 1.8.0 release (#21891)
* Add Whats New for 1.8.0 release

* Fix markdown styling

* Add certification to what's new

* added testSuite field removal as breaking change

* update whats new

* fix tests

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
Co-authored-by: Teddy Crepineau <teddy.crepineau@gmail.com>
2025-06-23 19:30:35 +05:30
Ajith Prasad
d2f35a5c8e
Security vulnerability fixed (#21902) 2025-06-23 06:58:50 -07:00
sonika-shah
594ae851f5
Fix : query_cost_record_search_index Search reindexing issue (#21900) 2025-06-23 06:51:37 -07:00
Sweta Agarwalla
4411a63471
fix(ui): whitespace for customised pages (#21897)
* remove extra space visible in glossary term

* revert PR

* remove extra space in glossary term

* update styles

* move height update to .less
2025-06-23 18:39:47 +05:30
Dhruv Parmar
fdda717b56
Minor(ui): test destination message improvement (#21881)
* fixed status alert message

* removed localization

* removed localization
2025-06-23 18:14:07 +05:30
Shrushti Polekar
e2f35ff31b
fix asset count issue (#21896) 2025-06-23 14:03:18 +05:30
Mayur Singal
43863ae6f3
MINOR: Fix pytests jaraco (#21894) 2025-06-23 13:55:43 +05:30
tarunpandey23
4623f01e6b
fixed the workflow issue (#21884) 2025-06-23 13:11:00 +05:30
Ajith Prasad
b8887e4df1
Scim Bot can update display name (#21879)
* Scim Bot can update display name

* Updated by Bot checked fir editdisplayname

* format

* Fixed TC

* Fixed policy tests

* comment

---------

Co-authored-by: Sriharsha Chintalapani <harshach@users.noreply.github.com>
2025-06-22 17:44:46 -07:00
Shailesh Parmar
520c7d8642
fix: #21872 Freshness test displays 0 for negative values (#21880) 2025-06-22 11:44:03 -07:00
Arun Gopalpuri
7a4001f623
Doc: fix client to Go (#21885) 2025-06-22 10:47:55 -07:00