13018 Commits

Author SHA1 Message Date
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
Shrushti Polekar
3694bf48ca
Fix : Failing activity feed test (#21814)
* fix failing activity feed flaky test

* fix flaky emoji test

* fix flaky test

---------

Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
2025-06-20 20:45:36 +05:30
Rounak Dhillon
f696227ead
Doc: SEO Title Updation (#21842)
* Doc: SEO Title Updation

* Doc: Data Discovery Gif Updation

* Doc: SEO title updation

* Doc: SEO Title Updation

---------

Co-authored-by: “Rounak <“rounakpreet.d@deuexsolutions.com”>
2025-06-20 07:16:38 -07:00
Rounak Dhillon
66a59438c4
Doc: Broken Link Fix (#21863)
* Doc: Broken Link Fix

* Doc: Broken Link Fix

---------

Co-authored-by: “Rounak <“rounakpreet.d@deuexsolutions.com”>
2025-06-20 07:16:24 -07:00
Teddy
337ce90797
MINOR: Alert test message type (#21866)
* fix: align message with Content-Type for test webhook alert

* fix: align message with Content-Type for test webhook alert
2025-06-20 14:39:11 +02:00
Rounak Dhillon
d04c66c09d
Doc: Java JDK Version Updation to 21 (#21878)
Co-authored-by: “Rounak <“rounakpreet.d@deuexsolutions.com”>
2025-06-20 12:18:35 +00:00
Rounak Dhillon
b472bfced7
Doc: 1.7.5 Release Updation (#21877)
Co-authored-by: “Rounak <“rounakpreet.d@deuexsolutions.com”>
2025-06-20 11:49:41 +00:00
harshsoni2024
f490406968
MINOR: pbi improve logging (#21868) 2025-06-20 16:32:56 +05:30
Keshav Mohta
73ea60b898
Refactor: Unity Catalog (#21801) 2025-06-20 16:04:34 +05:30
Ajith Prasad
2f7c6ef05e
Swagger response code corrected for scim (#21871) 2025-06-20 15:49:18 +05:30
Chirag Madlani
e34c911cc8
fix(ui): carousel image being cropped for small width (#21869)
* fix(ui): carousel image being cropped for small width

* update sizing
2025-06-20 14:12:42 +05:30
Shrushti Polekar
c729bd51ea
Fix(ui): Additional query call in user profile page (#21856)
* fix additional query call in user profile page

* added unit test
2025-06-20 11:23:29 +05:30
Dhruv Parmar
7035c9e107
Fix(uI) : Flaky Tag Add, Update and remove for child entity (#21861)
* fixed flaky follow and Tag for Child entity

* removed lastrun

* removed lastrun

* removed config file
2025-06-19 23:36:14 +05:30