12629 Commits

Author SHA1 Message Date
Mayur Singal
8395101a4d MINOR: Configurable account usage for incremental metadata extraction (#21182)
(cherry picked from commit 21573378479e2706fe7fcdb8c6a82edb6817b762)
2025-05-19 04:46:42 +00:00
Mohit Tilala
5f8e2d94b0 Fix airbyte pipeline lineage extraction (#21151)
(cherry picked from commit 4c0ce77756f07a7addce489f3cae9d3c9ff788d5)
2025-05-19 04:45:46 +00:00
sonika-shah
9d4a423cf1 Fix - 21204 inconsistent domain reassignment in bulkAsset API (#21205) 2025-05-19 09:36:59 +05:30
sonika-shah
9c00e2995a Minor : Fix enum cleanup not triggering when all enum keys are removed (#21258) 2025-05-18 19:59:52 +05:30
Chirag Madlani
36fbd39dff fix(ui): authenticate pipeline status api call (#21257)
* fix(ui): authenticate pipeline status api call

* fix tests

(cherry picked from commit 7a73598a935a499fcff4e958f95f366e72e1b5b7)
2025-05-18 19:56:22 +05:30
Chirag Madlani
b1bcc1c98b fix(test): tags & glossary term failure (#21254)
* fix(test): tags failure

* fix glossary term tests

(cherry picked from commit 764b1702b4c97b99c016dd950176a66f84e54746)
2025-05-18 19:56:16 +05:30
harshsoni2024
d014c7d53a issue-20074: s3 objects get paginated response (#21208) 2025-05-18 13:47:45 +05:30
harshsoni2024
4330dc3fe8 issue-19890: PBI dataflow support (#21207) 2025-05-18 13:47:21 +05:30
sonika-shah
bf0d29fbe9 Support followers for Database (#21169) 2025-05-17 10:42:26 +05:30
Mohit Yadav
8e7baab54c Adds followers to services and database schema (#21017)
* Adds followers to services and database schema

* Add delete and followers fields

* Add missing fields

* Fix failing test for get entity with different fields

* Fix ingestion test case failure
2025-05-17 10:40:46 +05:30
Chirag Madlani
9299e14f46 chore(ui): update add button styling for expandable cards (#21197)
* chore(ui): update add button styling for expandable cards

* fix tests

* fix test for expandable card

* fix data test id

* fix playwright tests

* fix tests

* fix metric playwright

* fix test

(cherry picked from commit b74816ceed8f0f5525febc5fb790da526b2caa6c)
2025-05-17 09:54:21 +05:30
Sweta Agarwalla
ece074e22d add dependency in fetchDocument useEffect (#21201) 2025-05-16 23:17:37 +05:30
Sweta Agarwalla
0e6d0818ec Update ingestion runner fetch condition (#21222)
* update ingestion runner fetch condition

* update condition in service details page

* add test for runner fetching

* fix sonar failure

* fix failures

* mock config data function

* add condition for ip address alert

* update test condition

(cherry picked from commit 194bac6e2c5d2184c8bc867fc497c1a78e9d0462)
2025-05-16 17:43:03 +00:00
Shrushti Polekar
132602f9fb fix table.spec aut failure (#21213) 2025-05-16 15:11:54 +05:30
Shrushti Polekar
0297e24dc4 Fix: flaky user.spec test (#21191)
* fix flaky user test

* minor fix

* refactor code
2025-05-16 15:10:21 +05:30
Shrushti Polekar
94c74a5f27 fix entity summary panel topic aut failure (#21211) 2025-05-16 15:09:40 +05:30
Shrushti Polekar
d719ddd39f fix loader issue for deleted user (#21218) 2025-05-16 15:08:24 +05:30
Aniket Katkar
729c02d45a Chore(UI): Move the useAirflowStatus hook to a context to avoid the multiple API calls (#21021)
* Move the useAirflowStatus hook to a context to avoid the multiple API calls

* Fix the unit test

* Fix playwright

* Fix sonar issues

(cherry picked from commit 8610f0aec452ac1ef4f7c3fdf8ceaf1617c35447)
2025-05-15 15:51:43 +00:00
Karan Hotchandani
2f9f9172a2 Lineage edge function (#21199)
* show sql function for column edges

* add locales

* add playwright

* fix lineage positioning

* minor color update

(cherry picked from commit ca6a16cef24f7bf13eb489321598b0c00e6a94f0)
2025-05-15 13:02:49 +00:00
Ashish Gupta
4776a216b5 fix the announcement card placement and minor styling (#21217)
(cherry picked from commit 0467554027ad45780cd2876e06ec720f0e608b83)
2025-05-15 18:32:11 +05:30
Pranita Fulsundar
91f1098ef7 chore(ui): fix glossary playwright tests (#21198)
* chore: fix glossary playwright tests

* remove timeout for loader

* fix test
2025-05-15 17:58:20 +05:30
Suman Maharana
5c8a0642fa Minor: Add sql query for dbt lineage with nodes (#21214)
(cherry picked from commit 2864e0f09d188b5a382dd1d5153536688b7a9e36)
2025-05-15 12:20:57 +00:00
Suman Maharana
3e68352936 Chore Ingestion Tableau library change (#21076)
(cherry picked from commit f81ee52ec4942a206ed3ada581a67826384b548a)
2025-05-15 12:19:49 +00:00
IceS2
75b3d824a3 Fixes #21095: Handle Conn Retry and implement is_disconnect for MSSQL (#21185)
* Handle Conn Retry and implement is_disconnect for MSSQL

* Change log to debug

(cherry picked from commit 87463df51df5691b3fd345659986e07067fb3ea5)
2025-05-15 10:21:14 +00:00
IceS2
b84e881060 Reduce Events from WorkflowEventConsumer. Remove ChangeEvent from Test Connection (#21147)
(cherry picked from commit 28f87afe8639a99e3c2f8bc454fb985f3799f4a5)
2025-05-15 08:35:21 +00:00
Dhruv Parmar
97c8cc06ab Fix : database and shcema page followers (#21148)
* database and shcema page followers

* follow unffolow database

* fixed tests

* fixed test

* fixed comments

* removed playwright file

* cleanup code

* cleanup code

* fixed sonar
2025-05-15 13:13:19 +05:30
Ashish Gupta
54d40535cf FIX: flaky test and ui issues (#21194)
* fix bulk import table entity flaky test

* modify announcement flaky test

* fix the announcement card placement

* fix the button width and height of inline button component

(cherry picked from commit d2162f5db967fa8d9f2dab2eb0a86ba88e6cf91c)
2025-05-15 12:53:51 +05:30
harshsoni2024
a0195a82a5 issue-20737: datalake parquet different extensions (#21048) 2025-05-15 10:43:23 +05:30
harshsoni2024
0a8421d11f MINOR: parquet endpoint null case error (#21015) 2025-05-15 10:43:13 +05:30
Keshav Mohta
80466076da
fix: bigquery root= in connection 2025-05-15 01:21:56 +05:30
Mayur Singal
6ad2f3dcc7 MINOR: Handle udf definition fetch exceptions (#21188)
(cherry picked from commit 7abbb73ae23ce280c9818b110da10c325d8e6cae)
2025-05-14 18:32:19 +00:00
Ashish Gupta
c7c0abd58b highlight domain name in explore empty data message (#21189)
(cherry picked from commit 5132d78478438ed55526713ef6c2599e35807fce)
2025-05-14 22:17:43 +05:30
Shailesh Parmar
09107478cd Fix: Resolve multiple image insertion issues and ensure proper inline error messaging (#21193)
* Fix: Resolve multiple image insertion issues and ensure proper inline error messaging

* fixed failing unit test

(cherry picked from commit 9b96bf89d7de2b1af21b1acbf75ddd00308b05a6)
2025-05-14 15:32:23 +00:00
Pere Miquel Brull
5b170accdb FIX - Try to install app before initializing the entity (#21033)
* FIX - Try to install app before initializing the entity

* FIX - Try to install app before initializing the entity

(cherry picked from commit 2cbf032b1d3270b7ff2a4299179538e3688e387c)
2025-05-14 15:18:49 +00:00
sonika-shah
837f289bc1 Fix #20568 : Remove data products associated with the old domain when an entity’s domain is updated (#20994) 2025-05-14 20:02:54 +05:30
shrushti2000
34a35b63de Merge branch '1.7.1' of https://github.com/open-metadata/OpenMetadata into 1.7.1 2025-05-14 18:59:29 +05:30
Shrushti Polekar
aa30cdf7ed fix flaky activity feed test (#21159) 2025-05-14 18:59:19 +05:30
Shrushti Polekar
b1791af2fe Fix: minor issue in tab switch (#21155)
* update push with replace for queries sub tab

* minor fix

* minor code refactor
2025-05-14 18:56:55 +05:30
Suman Maharana
54dd779e8f Fix #21030 - Snowflake Tags Not Reattached (#21141) 2025-05-14 16:52:51 +05:30
Pranita Fulsundar
48ac501177 chore: fix flaky Entity playwright tests (#21162)
* chore: fix flaky Entity playwright tests

* refactor: remove extra await statements
2025-05-14 16:06:48 +05:30
Pranita Fulsundar
6ad8508166 fix(ui): tree dropdown for glossary terms inside form (#21173)
* fix: add tree dropdown for glossary terms inside form

* fix: add domain form
2025-05-14 16:06:31 +05:30
Mayur Singal
7aeff171f7 Fix #1552: Improve Fetch Oracle View Definition Query (#21177)
(cherry picked from commit 618897be85f1e0ae76ea0aa52c42135de65db645)
2025-05-14 10:19:54 +00:00
Shailesh Parmar
65f8368761 fix #20933 [UI Bug] Test Case Metrics: Dots are misaligned / unclear in multi-metric view (#21170)
* fix #20933 [UI Bug] Test Case Metrics: Dots are misaligned / unclear in multi-metric view

* fixed failing unit test

* fix: correct label reference in TestCases.spec.ts for strategy selection

(cherry picked from commit a999236026030c8dc0d31aa51b47e76cec520fc6)
2025-05-14 07:13:37 +00:00
Dhruv Parmar
3c5ac1dd3f Fix(ui): Task assignee new styling (#21049)
* Task asignee new styling

* Task asignee new styling

* fixed styling of asignee

* removed unused prop

* replaced position of edit button in tasktab

* fixed sonar test

* renamed props

* fixed comments

* fixed comments

* fixed alignment issue of owner label

* removed zIndex from owner label

* removed unnecessery classes

(cherry picked from commit 7fed86cc99542d81fd3a1af9b1aee8ab789ee47c)
2025-05-14 11:47:27 +05:30
shrushti2000
07b73ff743 Merge branch '1.7.1' of https://github.com/open-metadata/OpenMetadata into 1.7.1 2025-05-13 21:29:44 +05:30
Shrushti Polekar
d2285b67b9 Fix: Button styling issues (#21127)
* fixes button styling issues

* address pr comments
2025-05-13 21:29:34 +05:30
Dhruv Parmar
bfe7cbf876 Minor(ui):Made certification always visible (#21135)
* added certification always visible

* fixed unit test

* fixed unit test
2025-05-13 20:44:18 +05:30
Pranita Fulsundar
0d03bd3237 fix(ui): data products not visible when redirecting from assets listing to entity page (#21143)
* fix: data products not visible when redirecting from assets listing

* remove commented code
2025-05-13 20:25:04 +05:30
Chirag Madlani
064d91b7eb feat(ui): store user preferences to localStorage (#21128)
* feat(ui): store user preferences to localStorage

* fix domain spec

* fix sidebar causing unwanted failures

* fix playwright
adjust expandable cards

* fix empty condition for cards

* update condition

(cherry picked from commit 3490a06ca2569bbf01f8c65948a21b7a0e59c0c8)
2025-05-13 18:03:29 +05:30
Chirag Madlani
bb8673c0a7 feat(ui): dynamic height support for detail page widgets (#20992)
* feat(ui): dynamic height support for detail page widgets

* fix height issue for grid layout tab

* fix playwright tests

* revert css changes

* remove unwanted CSS for fixed height

* address sonar cloud comments

* support expandable card

* remove newLook prop from widget
support generic expandable widget for customizable panel

* update styling for expand collapse icon

* revert newLook prop for TagsContainerV2

* update card with expandable cards

* fix description test

* add tests

* fix tests

* fix flaky search index application

* fix searchIndexApplication tests

(cherry picked from commit 33dcffe75bb53ef2460bc59d0375707358e6f206)
2025-05-13 18:03:16 +05:30