2141 Commits

Author SHA1 Message Date
Mohit Yadav
a47d725975
Fixed tomcat-jdbc dependency (#20218) 2025-03-12 23:25:30 +05:30
Mohit Yadav
311a5cf7f2
Fix failing tests (#20209)
* Fix Failing Test due to object storage

* Fix Long Vlaue

---------

Co-authored-by: Aniket Katkar <aniketkatkar97@gmail.com>
2025-03-12 22:32:12 +05:30
Mayur Singal
a061367f97
Incremental Lineage Processing (#20185) 2025-03-12 21:21:28 +05:30
IceS2
cbe1849fb9
MINOR: Unify create and run ingestion pipeline tasks (#20171)
* Initial unification of create and run tasks

* Unify Create and Run Ingestion Pipeline Tasks

---------

Co-authored-by: Aniket Katkar <aniketkatkar97@gmail.com>
2025-03-12 12:27:32 +01:00
Sriharsha Chintalapani
3224f606ed
Asset uploader (#19846)
* Add Asset Uploader

* Add pluggable Object Storage

* Add pluggable Object Storage

* Add pluggable Object Storage

* Add maxFileSize

* rename AttachementException

* Fix styling

* Feat: assets upload support (#19992)

* Feat: assets upload support

* fixed description upload issue

* updated conflict of persona pr

* fixed image upload in model and pipeline

* updated file upload feature

* fixed the blockeditor issue

* updated block editor

* updated dashboardChart

* added kc page type

* updated provider name

* added unit test coverage for new component

* added unit test for entity attachment provider

---------

Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
2025-03-12 00:17:48 -07:00
sonika-shah
22a927cac3
fix-18269 Feat : Move deletion to async calls (#20152)
* fix-18269 Feat : Move deletion to async calls

* fix-18269 Feat : cleanup logs

* fix-18269 Feat : update tests

* fix-18269 Feat : fix tests

* fix-18269 Feat : fix tests

* add check supportsAsyncHardDelete

* add check supportsAsyncDelete

* add check supportsAsyncDelete

* remove supportsAsyncDelete; async apis should be available for all delete operations
2025-03-12 10:22:51 +05:30
Teddy
ac63bdf126
ISSUE #1137-CLT: Handle string query in searchIWithOffset client (#19889)
* fix: handle query string param

* style: java linting

* fix: failing test cases
2025-03-11 10:22:02 -07:00
Mohit Yadav
94a433bb71
Fix Invalid Imports on the OSLineageGraphBuilder (#20175) 2025-03-11 16:00:29 +05:30
Pere Miquel Brull
849af7a192
MINOR - Update DayOneExperienceApplication.json (#20164) 2025-03-11 09:36:25 +01:00
Imri Paran
da59ab414e
feat(apps): trigger apps with config (#20156)
* feat(apps): trigger apps with config

redo https://github.com/open-metadata/OpenMetadata/pull/20056

* format
2025-03-11 06:16:57 +01:00
Mohit Yadav
7513c0a0b2
Fix Openmetadata Operations (#20168) 2025-03-10 23:34:53 +05:30
sonika-shah
7e92a459b2
Fix Inherited Owner Not Updating in Data Product List After Removal from Domain in search (#20058) 2025-03-10 22:56:50 +05:30
sonika-shah
d5e20efb8d
Minor : Fix pipelineWidget AUT failure (#20154) 2025-03-10 22:56:08 +05:30
Ashish Gupta
b48d9b9c97
#19615: supported request schema field in case response field not present in OpenAPI lineage (#19885)
* supported request schema field in case response field not present in OpenAPI lineage

* fix backend validation

---------

Co-authored-by: ulixius9 <mayursingal9@gmail.com>
2025-03-10 17:47:37 +05:30
IceS2
ce497e020e
MINOR: Expose Workflow Stage Status and Bring OneDayApp to OSS (#20123)
* Expose Workflow Stage Status and Bring OneDayApp to OSS

* Fix Migrations

* Change Bot and add comment

* Fix checkstyle
2025-03-10 09:25:32 +01:00
Pere Miquel Brull
467534c088
Revert "Fixes 20063: Allowing to trigger an app with a payload (#20056)" (#20155)
This reverts commit 9642c7353813be7a450bba4148d5b4eb751b1c33.
2025-03-10 06:59:29 +01:00
Mohit Yadav
e9ab9dc985
Lineage Improvements (#19639)
* - typo update

* - Update lineage model and api

(cherry picked from commit c5cce2b0c7c1be7ba654bfc2677da0d05215a895)

* - Adding patch

* - spotless fix

* Add Migration For createdAt , createdBy, updatedAt and updatedBy

* Moved classes from Elastic Client to Lineage Graph Builder

* Update to use correct depth

* remove toCondition

* Fix Downstream Lineage

* moved not so cool things here and there

* spotless-failures

* call with direction

* add upstream depth with + 1 for 0th node

* Fix Exports

* Fix Exports from and size

* parse lineage in ui

* Add per entity pagination

* Added per entity pagination

* Fix Async Export

* Fix Java Merges

* Fix merge conflict

* Fix missing upstream nodes

* lineage ui initial commit

* Fix Pagination for upstream

* Fix Values

* fix load more loading

* cleanup

* fix loading of nodes

* fix load more

* Fix Direction Values

* update expand collapse logic

* Fix Deletion Issue

* Fix Pipeline Lineage

* show pipeline as a node

* Use Fqn Hash to find entities is es for lineage

* update lineage

* Add Lineage for Pipeline to look for as edge and node

* Layer and size conditions for upstream and downstream

* Add include source fields in lineage request

* redesign controls component

* add lineage fixes

* fix tests

* Fix node

* Fix Some Failing Test on Lineage

* Java Spotless Fix and added missing relation check on migration

* Missing conflict changes

* fix conflicts

* added missing keys

* update tests

* Add Service Information in service indexes

* Add Domain Lineage

* Add domain lineages

* fix tests

* Fix Metric Entity Service Error

* Maintain Asset Count for entities adding service and domain lineage

* Update to Doc Id and add details to search

* Cleanup Service and Domain automatically

* fix types

* Update review comments

* fix icon sizes

* Update Services Index wit upstream lineage

* add service view

* Fix Service Name missingFix Service Name resolution in LineageRepository

Update the method to correctly retrieve the service name for the "fromEntity" by specifying the FIELD_SERVICE path. This resolves an issue where the service name was not properly populated.

* - Add docUniqueId to lineage data and update related queries
- Added lenient Object Mapper for search index to entities mapping

* - Fix LineageResourceTest failing due to changes on Lineage Storage

* - Update Lineage Details

---------

Co-authored-by: karanh37 <karanh37@gmail.com>
Co-authored-by: Karan Hotchandani <33024356+karanh37@users.noreply.github.com>
2025-03-10 10:09:29 +05:30
IceS2
067604b85e
Update Data Insights to compute Tier Sources (#20128) 2025-03-07 19:17:21 +01:00
IceS2
9642c73538
Fixes 20063: Allowing to trigger an app with a payload (#20056)
* Allowing to trigger an app with a payload

* added option to pass custom payload to triggered job

* feat(apps): add custom config to trigger

- added custom config for app triggers

* added handling for configuration validation on apps

* - removed `oneOf` from app configuration scheme
- generated ts files for apps

* added CONFIG_OVERRIDE_KEY

* format

* fixed app config key

* format

* format

* fixed python app runner to work with new schema

---------

Co-authored-by: sushi30 <imri.paran@gmail.com>
2025-03-07 21:17:05 +05:30
Pere Miquel Brull
6b45d84f6f
Fix #20010 - Don't initialize pipeline service client if not enabled (#20013)
* do not init service client if disabled

* format
2025-03-07 14:31:01 +01:00
Pere Miquel Brull
6a60d4cb68
MINOR - PipelineServiceClientFactory exception handling (#20070)
* MINOR - PipelineServiceClientFactory exception handling

* Update PipelineServiceClientFactory.java
2025-03-07 14:30:47 +01:00
Aniket Katkar
24e67e8608
Epic: Day 1 service (#19914)
* Add the Platform Insights for the service details page

* Add new localization translations

* Fix the styling

* Add Data Quality widget in the service details page insights tab

* Remove the unused localization keys

* Fix the border radius

* Update the border color

* Add Total Data Assets widget

* localization changes

* Fix the Tier insights chart

* Add Tier and PII Distribution charts

* Localization changes

* Fix the calls for special fqn

* Limit the DataQualityWidget only to the DB services

* Add the MostUsedAssetsWidget

* Add missing loaders to the widgets

* Localization changes

* Update the API call for most used assets

* Add most expensive queries widget

* Localization changes

* Move the widgets logic to classBase for better customization

* Fix the font size

* add charts backend

* fix initialisation

* fix migration

* pii chart

* Add assets_with_tier DI system chart

* Fix the service insights charts

* localization changes

* spotless

* filter to be regex instead of literal compare

* Fix stylings for Most Used Assets widget

* Fix Unit tests

* Remove the New widgets

* Delete unused utils

* Fix the ServiceEntity tests

* Move SystemChartType to enum file

* Worked on comments

* Refactor ServiceInsightsTab and TotalDataAssetsWidget for improved code organization

* Refactor PlatformInsightsWidget and improve type safety

- Added PlatformInsightsWidgetProps interface for better type definition
- Updated PlatformInsightsWidget component to use the new interface
- Simplified component props typing
- Minor code cleanup in TotalDataAssetsWidget
- Updated Fqn utility method with a more precise regex replacement

* Refactor ServiceInsightsTab to use serviceDetails prop and remove Fqn utility method

- Updated ServiceInsightsTab to accept serviceDetails prop instead of using useFqn hook
- Removed Fqn.getNameWithoutQuotes method
- Updated PlatformInsightsWidget and TotalDataAssetsWidget to use serviceName prop
- Added ServiceInsightWidgetCommonProps interface for shared prop typing
- Simplified service name handling across components

* Refactor ServiceInsightsTabUtils to use local i18n import

- Updated import for internationalization to use local i18next utility
- Removed direct import of 't' from 'i18next'
- Imported i18n from local utility and destructured 't' method

* Improve type safety in TotalDataAssetsWidget component

- Added Readonly type to ServiceInsightWidgetCommonProps prop interface
- Enhanced type safety for component props

* add postgres migrations

---------

Co-authored-by: ulixius9 <mayursingal9@gmail.com>
2025-03-07 18:40:10 +05:30
Mohit Yadav
97bce917be
Fix Deletion of Entities (#20129) 2025-03-07 12:41:52 +05:30
Mayur Singal
46947277c4
MINOR: Fix cost analysis build failing for postgres (#20122) 2025-03-06 21:30:28 +00:00
Mayur Singal
c1592b54c5
Capture Query Cost (#19991) 2025-03-06 19:49:59 +05:30
Imri Paran
242e85a797
fix(change-summary): minor issues (#20095)
- deep copy previous change summary so that it doesnt get modified
- handle multiple fields during consolidation
2025-03-06 15:00:01 +01:00
Suman Maharana
137f86c00d
Day1 - Pipeline Usage (#19960) 2025-03-06 18:19:42 +05:30
Imri Paran
5261cd9713
fix(updater): process nested columns (#20088)
- fixed updater to process nested columns properly
2025-03-06 09:28:53 +00:00
Mayur Singal
0b8f882941
MINOR: Fix test connection on updating bot jwt (#20093) 2025-03-06 10:21:15 +05:30
IceS2
10cfd77a73
Add tag and description Sources to Data Insights (#20087) 2025-03-05 19:36:06 +01:00
IceS2
70a2aa1778
Workflow improvements (#20054) 2025-03-04 14:08:45 +01:00
Juntao Zhang
67a0795f7b
Fix glossary page performance issue with large number of terms(#19761) (#19771)
* Glossary Page Performance Issue with Large Number of Terms(#19761)

* Add glossary page performance unittest(#19761)

* Fix dup setFieldsInternal(#19761)

* Add fetch childrenCount (#19761)

* add comment about setFieldsInBulk(#19761)

* rename to countFindTo(#19761)

* fix findByIds return both id and json (#19761)

* turn up UT timeout (#19761)

---------

Co-authored-by: sonika-shah <58761340+sonika-shah@users.noreply.github.com>
2025-03-04 10:02:48 +05:30
Imri Paran
f21b6d1a13
MINOR: increase delta for certification workflow test (#19977)
It appears to be flaky for small deltas
2025-03-03 16:06:45 +00:00
Imri Paran
4ada5b7bbf
Fixes 1048: Added changeSummary for tables (#19887)
* feat: add changeContext to changeDescription

* rev: unintended changes

* rev: unintended changes

* feat: implemented change summary field

- implemented ChangeSummarizer which handles change summaries based on tracked fields and list of fields changes.
- added a changeSummary field to table entity which captures change metadata like user, time and source
- added the changeSource as a field to updater. maybe breaks things in collate.

* use additional properties instead of existingJavaType otherwise types dont get created in java.

* added getUpdater(T original, T updated, Operation operation) to not break collate

* updated API docs

* - fixed null access of changeSummary
- added changeSummary to table index

* fix: PR comments

- added changeSummary as nested field in changeDescription
- removed unneeded migrations
- added changeSummary to table search index

* reverted table.json and TestUtils.java

* reverts
2025-03-03 16:35:23 +01:00
Pere Miquel Brull
a6fa899cbb
MINOR - Fix user update roles (#20014) 2025-03-03 10:03:22 +01:00
Chirag Madlani
30a8d64959
feat(ui): support /logout path to perform logout from api redirect (#20040) 2025-03-02 15:52:50 +05:30
Gyowanny P. Queiroz
fc90a13e08
GEN-2891 - Add ingestion agent relationship to service entities (#19946)
* GEN-2891 - Add ingestion agent relationship to service entities

* Revert relationship storing

* Centralize ingestion entity relationship logic

* Add default implementation

* Change relationship type
2025-02-28 09:35:33 -03:00
Sriharsha Chintalapani
799e49e391
Search: improve relevancy for plural/singular words, partial matches,… (#20000)
* Search: improve relevancy for plural/singular words, partial matches, exact matches

* apply to all indexes

* Fix other query patterns

* Revert changes of database and databaseSchema fields in TableIndex.getFields() and table index mapping

* add missing boost query builder in es

* fix ci

* add max_ngram_diff setting in di-assets index

* fix TestCaseResourceTest mvn test failure

---------

Co-authored-by: sonikashah <sonikashah94@gmail.com>
Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>
2025-02-27 16:47:08 +01:00
Imri Paran
415d798a37
MINOR: use separate quartz scheduler (#19953)
* fix: use separate quartz scheduler

* format

* added threadCount

* throw error if ServicesStatusJobHandler fails to start
2025-02-27 11:50:40 +01:00
Mayur Singal
0a1d78918b
MINOR: Fix delete entity relation live indexing (#19837) 2025-02-27 14:29:10 +05:30
IceS2
b0c997e56d
MINOR: Update run app to run data insights (#19997)
* Update runApp to run Data Insights

* Trying to make parallel executions

* Trying to make parallel executions
2025-02-27 09:52:01 +01:00
Sriharsha Chintalapani
dc0437119e
Minor: Add pipeline display name in lineage export (#20004)
* Minor: Add pipeline display name in lineage export

* add to csvDocumentation as well

---------

Co-authored-by: mohitdeuex <mohit.y@deuexsolutions.com>
2025-02-27 09:46:44 +01:00
sonika-shah
88a4ce481f
Minor Fix - issues in SearchRepository.propagateGlossaryTags method (#19995)
* Fix - issues in SearchRepository.propagateGlossaryTags method

* Refactor - format get_sample_query method for improved readability

---------

Co-authored-by: Ayush Shah <ayush@getcollate.io>
2025-02-27 11:38:53 +05:30
Mohit Yadav
851aa3ee0b
- Encode Urls for Diferent destinations (#19993)
* - Encode Urls for Diferent destinations

* Add single function for entity fqn encoding
2025-02-26 20:31:28 +01:00
IceS2
baac7d0589
Small improvement (#19983) 2025-02-26 13:22:22 +01:00
IceS2
7e64bfa888
MINOR: Update Data Insights Configurations to enable more fine control management (#19884)
* Update Data Insights Configurations to enable more fine control management

* Update Data Insights Configurations to enable more fine control management

* Hide one configuration from DataInsights App
2025-02-26 16:17:18 +05:30
Karan Hotchandani
9568817cf1
Fix #19950: Add Tags/Glossary Term support for Domains & Data Products (#19969)
* Fix #19950: Add Tags/Glossary Term support for Domains & Data Products

* add tags and glossary terms to domain and data product

* fix snakeyaml dependency

* Fix search filtering for domain/dataProduct

* fix showing of domain on tags page

* fix merge conflicts

* addressed comments

---------

Co-authored-by: Sriharsha Chintalapani <harsha@getcollate.io>
2025-02-26 14:46:58 +05:30
sonika-shah
624ac894a6
Minor - Fix schema file path for entityReference in SchemaFieldExtractor (#19974) 2025-02-26 09:33:31 +01:00
IceS2
fd7b00d246
MINOR: Fix Migrations (#19925)
* Fix Migrations

* Fix WorkflowHandler initialization

* Refactor how to fix the migrations by passing the Config object itself

* Fix Migrations

* Remove comments

* Remove comments
2025-02-26 12:53:08 +05:30
IceS2
b587dfd344
Remove followers from data insights processing (#19973) 2025-02-25 17:54:24 +01:00