4657 Commits

Author SHA1 Message Date
Aniket Katkar
924019aab7 Add what's new for 1.7.1 release (#21363)
(cherry picked from commit 2da78cd7fd225f761d8e6ad5d89f95cfbff77469)
2025-05-22 11:29:58 +00:00
Prajwal214
9b789dfcaf Docs: updating Cost Per TiB in docs (#21355)
Co-authored-by: Prajwal Pandit <prajwalpandit@Prajwals-MacBook-Air.local>
(cherry picked from commit cc96317f79613e0fbd5a02bcb8fb9c69040f75cd)
2025-05-22 09:04:43 +00:00
Sweta Agarwalla
9afa80d391 Fix carousel image and image resolutions (#21332)
* fix carousel img and img resolutions

* update sizes

* update image styles

* update styles

* fix sonar failure
2025-05-21 21:04:21 +05:30
Dhruv Parmar
4e8d5c1e23 Fix(uI) : Removed collapse button from teams page (#21306)
* removed collapse button from teams page

* removed unwated spacing

* addressed comment

* fixed playwright tests

---------

Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
2025-05-21 20:31:43 +05:30
Shrushti Polekar
76d70ba15a fix(ui): Feeds count not showing up in PipelineDetails page. (#21339)
* fix pipeline feeds count update

* minor update

* added test
2025-05-21 19:57:32 +05:30
Ashish Gupta
b2658160e1 MINOR: fix the right panel visible after expanded is closed (#21338)
* fix the right panel visible after expanded is closed

* remove the unwanted loops and use leftPanel from above memo

(cherry picked from commit 82e8358cd9aae7e1b9fcfc66639fd4427b63523d)
2025-05-21 17:18:24 +05:30
Ashish Gupta
363c22d50a fix the entity collapsable right panel (#21317)
* fix the entity collapsable right panel

* minor condition fix

* optimize the code

(cherry picked from commit 25a00c6d1e317071553c37236cd9bd0ea23c3384)
2025-05-20 18:52:30 +05:30
Karan Hotchandani
b850319dca add virtual list for lineage select (#21312)
* add virtual list for lineage select

* update tests

* move to lineage constants

(cherry picked from commit 4dab2be0ab13c65aa37bddc9a3ff2025956ee75b)
2025-05-20 13:06:52 +00:00
Ashish Gupta
4d4c56fbac fix the data product being rendered in tables (#21313)
(cherry picked from commit 778d0927aa24c0d639a80af455619e9df1c61b5f)
2025-05-20 18:24:19 +05:30
Aniket Katkar
0ac97e35da Hide incremental metadata extraction config in the UI (#21294)
(cherry picked from commit 9ecc1c27816f0278f71592ae2609bbfbd9ab6a4b)
2025-05-20 11:32:15 +00:00
Ashish Gupta
f5fc2ee3e5 fix the tags rendering in entity version pages (#21305)
(cherry picked from commit ccb467fdc96f575b97a6a629530726f872577e6f)
2025-05-20 15:48:07 +05:30
Ashish Gupta
2cfb82fa56 MINOR: fix the success theme color and remove the beta tag custom theme (#21302)
* fix the success theme color and remove the beta tag custom theme

* fix the test

(cherry picked from commit 7a6465c038b34fd3544ec3070d4171b02c8de8f0)
2025-05-20 14:42:55 +05:30
Mayur Singal
43b1aa2f24 MINOR: Use slow query log for mysql lineage (#21291)
(cherry picked from commit 509bc0d82613b54ea240e8ae27385c5c6251743b)
2025-05-20 05:41:17 +00:00
shrushti2000
6bb6cb1a0e Merge branch '1.7.1' of https://github.com/open-metadata/OpenMetadata into 1.7.1 2025-05-20 10:46:37 +05:30
Shrushti Polekar
bde527ad90 Fix(test) : Announcement failing test (#21270)
* fix announcement failing test

* minor fix

* address pr comment

* minor fix

* remove api call wait
2025-05-20 10:46:20 +05:30
Ashish Gupta
28e6af640c fix the description box of team page (#21287)
(cherry picked from commit 7d31c8a529ce802823f3386758e8db9556a8e690)
2025-05-20 10:37:01 +05:30
Dhruv Parmar
f1a48bfee1 fixed followers test cases (#21282) 2025-05-20 10:32:38 +05:30
Sweta Agarwalla
6fbe79001d feat(ci): support slack message for OSS playwright run (#21163)
* feat(ci): support slack message for OSS playwright run

* update for slack message

* Update .github/workflows/mysql-nightly-e2e.yml

Co-authored-by: Akash Jain <15995028+akash-jain-10@users.noreply.github.com>

* Update .github/workflows/postgresql-nightly-e2e.yml

Co-authored-by: Akash Jain <15995028+akash-jain-10@users.noreply.github.com>

* fix download report step

* udpate tokens

* fix path issue

* wait for downloads to be completed

* add blob report to reporters

* upload blob reports to artifacts

* fix download step

* update download step for mysql

* fix upload / download approch

* skip tests to fasten testing

* fix ci error

* fix path issue

* fix path

* fix path

* update path

* fix download path

* revert playwright config

* address comments

---------

Co-authored-by: Akash Jain <15995028+akash-jain-10@users.noreply.github.com>
2025-05-19 21:19:29 +05:30
Sweta Agarwalla
8cc0f8816e Fix sso button style for login page (#21284)
* fix sso button style for login page

* update styles

* update styles

(cherry picked from commit a31504139b1b570a8f35af6c872e1283dc056e56)
2025-05-19 15:36:20 +00:00
Imri Paran
8b100cb71a Fix 20325: Trigger external apps with config (#20397)
* wip

* feat: trigger external apps with override config

- Added in openmetadata-airflow-apis functionality to trigger DAG with feature.
- Modified openmetadata-airflow-apis application runner to accept override config from params.
- Added overloaded runPipeline with `Map<String,Object> config` to allow triggering apps with configuration. We might want to expand this to all ingestion pipelines. For now its just for apps.
- Implemented an example external app that can be used to test functionality of external apps. The app can be enabled by setting the `ENABLE_APP_HelloPipelines=true` environment variable.

* fix class doc for application

* fixed README for airflow apis

* fixes

* set HelloPipelines to disabeld by default

* fixed basedpywright errros

* fixed app schema

* reduced airflow client runPipeline to an overload with null config
removed duplicate call to runPipeline in AppResource

* Update openmetadata-docs/content/v1.7.x-SNAPSHOT/developers/applications/index.md

Co-authored-by: Matias Puerta <matias@getcollate.io>

* deleted documentation file

---------

Co-authored-by: Matias Puerta <matias@getcollate.io>
(cherry picked from commit d91273a30d28de793941de74636963e29aa9e5d4)
2025-05-19 16:53:24 +02:00
Pranita Fulsundar
9b0843c13e fix(test): flaky glossary version test (#21281)
* fix: glossary version tests

* fix test
2025-05-19 20:00:19 +05:30
Shrushti Polekar
a676636332 fix ui issue for bot roles edit and display (#21283) 2025-05-19 19:17:16 +05:30
Ashish Gupta
50f526ca41 MINOR: fix the data asset header spacing in Metric entity (#21268)
* fix the data asset header spacing in Metric entity

* fix the spacing between floating cards on homepage

(cherry picked from commit 992d3f966407369cabba2271a749180d2c17b2b9)
2025-05-19 17:54:39 +05:30
Ashish Gupta
79bbea556b fix the flaky test failure around bulk import (#21271)
(cherry picked from commit 2f795ccc13696fd6ec8acaa532539026a02df9f3)
2025-05-19 17:22:29 +05:30
Sweta Agarwalla
b789ece15b Revamp login page (#21256)
* revamp login page

* fix test

* update signup form design

* update order of carousel

* update images and locales

* update responsiveness

* remove welcome locale

* add animation to images

* add styles for ai

* updated images

(cherry picked from commit d298fc00c97f073114e2b46a8c6ea073968079ee)
2025-05-19 10:18:20 +00:00
Dhruv Parmar
c8d5e494c8 used new styling for owner label in exploresearch (#21269)
(cherry picked from commit 0653480a3986d3b6c6ee8eec913764707dc77dd5)
2025-05-19 15:05:38 +05:30
Shrushti Polekar
2b89fb8680 fix assignee alignment issue on task feed card (#21266) 2025-05-19 13:43:21 +05:30
Pranita Fulsundar
e9d92c4241 fix: permission placeholder styles (#21263) 2025-05-19 12:48:47 +05:30
Dhruv Parmar
13c4e00a51 fixed BulkEditEntity flaky test (#21209)
* fixed BulkEditEntity flaky test

* fixed enter click issue

* removed changes that does not belongs to me in pr

* removed changes that does not belongs to me in pr

* removed unwated code

(cherry picked from commit c24a2dbdca9a8e9a99b0f53dc2373bdae1edb351)
2025-05-19 12:10:16 +05:30
Dhruv Parmar
ebe397d041 Fix: Observablity alert flaky test (#21107)
* fixed observity alert flaky test

* fixed timeout issue

* fixed timeout issue

* fixed comments

(cherry picked from commit 3d2ae8fff6be077a32b56ccc7caf5503bfa7afa7)
2025-05-19 11:29:51 +05:30
Dhruv Parmar
9b8dca394b Added(ui): edit display name for dashboard Data model (#21227)
* added edit display name for dashboard Data model

* used reusbale component

* used reusbale component

* removed unncessary code

(cherry picked from commit e886d708dfa179c747990569420fc233192ef842)
2025-05-19 11:29:37 +05:30
Teddy
3998982d54 ISSUE #21216: added include field to incident list (#21221)
* fix: added include field to incident list

* added ui changes for allowing deleted entries in entity page and fix the count on incident page

* fix: error retrieving soft deleted test cases

* fix: ran java linting

* Update openmetadata-ui/src/main/resources/ui/src/components/IncidentManager/IncidentManager.component.tsx

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>

* fix testcase playwright

* fix playwright test

---------

Co-authored-by: Ashish Gupta <ashish@getcollate.io>
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
(cherry picked from commit 0b483ecb865341425abf47132185bdbde6051bc7)
2025-05-19 11:17:17 +05:30
Pere Miquel Brull
c0cdb5a713 Rel to #1575 - LabelType Generated (#21244)
* Rel to #1575 - LabelType Generated

* migration

* format

* tests

* generate types for taglabel

---------

Co-authored-by: karanh37 <karanh37@gmail.com>
(cherry picked from commit aa96019ab10204ea4ce80ad459e7418f1a8220f0)
2025-05-19 05:00:24 +00:00
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
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
3e68352936 Chore Ingestion Tableau library change (#21076)
(cherry picked from commit f81ee52ec4942a206ed3ada581a67826384b548a)
2025-05-15 12:19:49 +00:00