12418 Commits

Author SHA1 Message Date
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
Chirag Madlani
fc8c6d9b02
chore(ci): only run maven build on Main merge (#20163)
* chore(ci): only run maven build on Main merge

* revert publish maven package
2025-03-10 19:12:02 +05:30
Maxim Logvinenko
0387298908
Fix Airbyte -> Airflow typo in the documentation (#20148)
Co-authored-by: Maxim Logvinenko <logarithm@users.noreply.github.com>
Co-authored-by: Suman Maharana <sumanmaharana786@gmail.com>
2025-03-10 17:55:59 +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
Rounak Dhillon
3ad0927cd2
Docs: Domain Changes in Collate UI (#20059) 2025-03-10 15:57:32 +05:30
Ashish Gupta
af13eaa5cd
#20008: fix the error being displayed on service creation (#20140)
* fix the error being displayed on service creation

* added a subError section with view more and less functionality

* change the toggle text name
2025-03-10 14:54:58 +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
Ashish Gupta
11d8e93088
fix error populating on suggestion more button click (#20135) 2025-03-07 21:40:26 +05:30
Aniket Katkar
95fdc7adc4
Fix the service insights card background color (#20146) 2025-03-07 21:39:42 +05:30
d-czaj
b52ccc3c0e
Added a lot of translations (#20021) 2025-03-07 16:07:22 +00: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
Suman Maharana
5d559cf317
Fix - Schema url contructed wrong (#20120) 2025-03-07 19:18:40 +05:30
Pere Miquel Brull
2e7c9a0875
FIX #19765 - Improve Column Name Scanner (#20136) 2025-03-07 14:32:59 +01:00
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
Pere Miquel Brull
8b175944ee
MINOR - Add UsageDetails to EntityInterface (#20111)
* MINOR - Add UsageDetails to EntityInterface

* fix
2025-03-07 12:14:52 +01:00
Mohit Yadav
97bce917be
Fix Deletion of Entities (#20129) 2025-03-07 12:41:52 +05:30
Shailesh Parmar
c65a504ffd
fix #19869: Other columns are not visible when testSuite name is large (#20121) 2025-03-07 12:37:04 +05:30
harshsoni2024
40a9c67875
Day 1 - Dashboard service lineage without db_service_name (#19911) 2025-03-07 11:16:58 +05:30
Aniket Katkar
1b137b7f65
Fix the documentation links (#20130) 2025-03-07 09:54:14 +05:30
Mayur Singal
46947277c4
MINOR: Fix cost analysis build failing for postgres (#20122) 2025-03-06 21:30:28 +00:00
Shrushti Polekar
70183eb11d
Fix : User profile page revamp UI fixes (#19975)
* ui fixes

* ui fixes for placeholders

* minor fix

* placeholder updates for activity and task tab

* placeholder component fixes

* minor fix

* bug fix for task action permission and css fix

* feed card width issue fix

* loader issue

* glossary page issue fix

* localization file changes

* entity icon and popover card on hover

* fix RichTextEditorIssue

* minor fix

* fix avatar

* fix avatar

* chip component fix

* alignment issue fix

* minor fix

* emoji tooltip fix

* action req btn fix

* avatar group dropdown and loaders

* test updates

* minor fixes

* minor fixes

* minor fix

* css fix

* minor fix

* playwright test cases for user details

* minor fix

* minor css fix

* minor css fix

* minor css fix

* minor fix

* minor fix

* edit persona domain team ui fixes

* minor fix

* minor fix

* fix the extra api call for feed fecthing fix due to in view

* diffview view more issue fix

* loader and popover issue fix

* popover for comment headers

* localization changes

* localization file changes

* minor fix

* minor fix

* disbale task filter for mentions subtab

* refactor code

* ui fixes

* address pr comments

* bg color changes and adddress pr comments

* minor fix

* design change

* task tab details design change

* task tab card changes

* style changes

* style change for testcase failure

* profile changes

* remove wrong playwright test

---------

Co-authored-by: Ashish Gupta <ashish@getcollate.io>
2025-03-07 01:08:44 +05:30
Suman Maharana
adc50de9f4
Fix - Manual constraints deleted (#20118) 2025-03-06 22:09:31 +05:30
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
Ashish Gupta
2704ed1900
fix wrong suggestion count being fetched on table change (#20091) 2025-03-06 18:53:07 +05:30
Rounak Dhillon
c1f38f38a8
Docs: ADLS datalake Connector Change (#20116)
* Docs: ADLS datalake Connector Change

* Update index.md

---------

Co-authored-by: Rounak Dhillon <rounakdhillon@Rounaks-MacBook-Air.local>
Co-authored-by: Prajwal214 <167504578+Prajwal214@users.noreply.github.com>
2025-03-06 18:49:26 +05:30
Akash Verma
af9d7c9fa3
Fixes #15696: Added Powerbi filter query (#19912)
* Powerbi filter query

* error handling

* Added test and minor changes

* Checkstyle

* resolved comments

---------

Co-authored-by: Akash Verma <akashverma@Akashs-MacBook-Pro-2.local>
2025-03-06 18:24:57 +05:30
Ashish Gupta
f29bad1c1c
fix the application re-loading on profile page team or role changes (#20108) 2025-03-06 18:24:44 +05:30
Suman Maharana
137f86c00d
Day1 - Pipeline Usage (#19960) 2025-03-06 18:19:42 +05:30
Suman Maharana
0cd35015d7
#1049 Day 1 Dashboard Usage - Tableau, Looker (#19796) 2025-03-06 18:15:28 +05:30
Suman Maharana
4d464c3173
Fix dbt Nonetype not Iterable (#20073) 2025-03-06 18:14:25 +05:30
Chirag Madlani
28a69eaa27
chore(ui): add loggedInAPI to show actual error instead generic one (#20110) 2025-03-06 17:32:43 +05:30
Ayush Shah
064b43f2e0
MINOR: Modify from Profiler to Auto Classification for sample data (#20101)
* Docs: Modify from Profiler to Auto Classification Documentation Link

* Docs: Import AUTO_CLASSIFICATION_DOCS constant for documentation link
2025-03-06 15:33:30 +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
Imri Paran
3980d030b9
fix timeout (#20106) 2025-03-06 09:21:16 +01:00
Ashish Gupta
50025a68a0
#19879: support column customization in service pages (#20072)
* supported column customization for tables

* remaning localization changes

* added unit test and some code optimization

* file import fix

* fix the column re-ordering

* code optimization

* updated playwright test for the glossary table customization

* change the functionality to passing the default and static colum to Table and not in the colums object

* fix the issue for columns not visible due to the filter condition

* support column customization in service pages

* minor leftover

* changes done as per comments

* fix sonar issue

* fix unit test
2025-03-06 11:27:50 +05:30
Rounak Dhillon
50a4b13744
Docs: SS Updation in Profiler Workflow (#20100)
Co-authored-by: Rounak Dhillon <rounakdhillon@Rounaks-MacBook-Air.local>
2025-03-06 11:09:48 +05:30
Chirag Madlani
a65b4b4200
chore(ui): fix package.json with deps (#20083)
* chore(ui): fix package.json with deps

* fix resolutions

* revert dompurify resolution
2025-03-06 10:44:57 +05:30
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
Imri Paran
dd2bfeaff3
chore: timeout py-tests after 180 minutes (#20077)
* chore: timeout py-tests after 120

* Update py-tests.yml
2025-03-05 17:22:05 +00:00
Suman Maharana
29faee5b16
Fix Sigma not ingesting workbooks (#20082) 2025-03-05 17:21:20 +05:30
Ashish Gupta
d8255b42d7
#19879: supported column customization for tables (#20049)
* supported column customization for tables

* remaning localization changes

* added unit test and some code optimization

* file import fix

* fix the column re-ordering

* code optimization

* updated playwright test for the glossary table customization

* change the functionality to passing the default and static colum to Table and not in the colums object

* fix the issue for columns not visible due to the filter condition

* changes done as per comments
2025-03-05 17:14:05 +05:30