12649 Commits

Author SHA1 Message Date
Shrushti Polekar
b60898daff fix profile redirection issue for displayname (#21624)
(cherry picked from commit d529c9fe9d990504abf74ded53356450cbedeec2)
2025-06-06 14:31:04 +00:00
Dhruv Parmar
ec3eda8ae0 fix(ui): fixed entity header truncate issue (#21489)
* fixed entity header

* remove fixed value

* removed unnnecessary changers

* removed unnnecessary changers

* centered all the button for glossery header

* fixed badge wrapping

* fixed sonar test cases

* removed row col from glossery header

* fixed spacing
2025-06-06 19:49:50 +05:30
Chirag Madlani
6a86e8d9a0 fix(ui): select popup sticky for scrollable container (#21593)
(cherry picked from commit fc8e4af3e0f6e54d6ae532535f47f3070df4f813)
2025-06-06 12:54:46 +00:00
Chirag Madlani
7040e02cfb fix(ui): overflow for frequently joined table widget (#21623)
(cherry picked from commit b0f82aa0ef5f98384bebca74e6d837ffbd231222)
2025-06-06 12:37:44 +00:00
Chirag Madlani
d0fe6f401d fix(ui): persona switching not updating if customization not present (#21625)
(cherry picked from commit 019dbb890c358015748102dbafdd0e86adc2cd22)
2025-06-06 12:36:48 +00:00
Shrushti Polekar
fd37cb9c34 fix #21572 : Schema / tags/ api collection switch does not update content in UI (#21583)
* fix schema update issue

* added test

* fix issue for tags and api page

* added test for tags page

* update test for api collection

* remove i18 mock

* address pr comments

(cherry picked from commit 852fa432c587cc4646acdcfa3c83241155b78569)
2025-06-06 09:34:01 +00:00
Mohit Tilala
745ff15e91 Add lineage dialect for Exasol, Trino and Vertica (#21604)
(cherry picked from commit ea63db993a596a307bc688399f02da6b64935111)
2025-06-06 06:20:07 +00:00
Ashish Gupta
744632cc03 fix the playwright flaky test (#21573)
(cherry picked from commit fc78dfd574b53364fc40e1ce44f20d1c1200b237)
2025-06-06 05:02:30 +00:00
Elay Gelbart
8df6e29944 Fixes ISSUE 20899: upgrade google-cloud-secret-manager python requirement version (#20900)
* upgrade openmetadata-ingestion dependency google-cloud-secret-manager version to 2.23.3

* upgrade openmetadata-ingestion dependency google-cloud-secret-manager version to 2.23.3 with ~

* Bump up `mlflow` and `databricks-sdk` for protobuf 5.x.x, pin down google-cloud-secret-manager to 2.22.1 for airflow deps sync

* Pin down databricks-sdk to 0.20.0

---------

Co-authored-by: Mohit Tilala <tilalamohit123@gmail.com>
Co-authored-by: Mohit Tilala <63147650+mohittilala@users.noreply.github.com>
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
(cherry picked from commit dec346a84b79ba9f373cf5551c9c142022e540d9)
2025-06-05 21:45:40 +00:00
Shailesh Parmar
b0043c72e5 Fix: #21566 Copy-Paste from Excel triggers file upload instead of pasting content (#21606)
(cherry picked from commit 51e0f8b1073c4b9ca4637e1368dc0a16d766376b)
2025-06-05 15:08:27 +00:00
IceS2
42df5002eb MINOR: Add data insights migrations to remove stale objects (#21249)
* Adding Data Insights Migrations to remove Stale Objects

* Adding Data Insights Migrations to remove Stale Objects

* Adding dettachment to ES ILM policy from Index and template

* Adding dettachment to ES ILM policy from Index and template

* Adding dettachment to ES ILM policy from Index and template

* Fix Checkstyle

* Moved migrations to 172

* Removed code that was left over on 171 migration

* Improve SearchClient error handling

(cherry picked from commit 472b95516d7ba2669323be50e0d6205a150e1686)
2025-06-05 14:10:07 +00:00
shrushti2000
215a22e61e Merge branch '1.7.2' of https://github.com/open-metadata/OpenMetadata into 1.7.2 2025-06-05 12:49:10 +05:30
Shrushti Polekar
5beb7b39f3 chore(ui): Added error logs for missing config values (#21541)
* added error logs for corrupt or missing config values

* update console info to warn

* update localization files

* address pr comments

(cherry picked from commit da5cfff72452bc71b67bf2c581545a748635dfd0)
2025-06-05 12:29:21 +05:30
Dhruv Parmar
ec29e5a9a1 Fix(ui): Added displayName to add Asset Selection Model (#21544)
* added displayName to add assetmodal

* fixed persona glossery

(cherry picked from commit 1df7aacae4ca7028019393d3334db3cdd45f23db)
2025-06-05 06:55:56 +00:00
Shrushti Polekar
92be66904e Fix(ui): Background color for text highlight in tables of explore cards (#21550)
* fix background color for text highlight in tables of explore cards

* minor update

* minor fix

(cherry picked from commit b388f4514470268398384d287df25f78ce26deb1)
2025-06-05 12:24:19 +05:30
ozgunakalin
ff5d8ed16a Fixes 21300: Add Turkish language (#21303)
* Create tr-tr.json

turkish language support json file

* turkish language support

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
(cherry picked from commit ef9c2575e599b8ce380882f21f7a4e7633cfdb83)
2025-06-05 12:19:38 +05:30
Karan Hotchandani
2f6384ecd2 fix glossary permission error (#21548)
* fix glossary permission error

* add permission tests

* fix sonar lint

(cherry picked from commit f0f1debb6dc0c3afe12b6b37165443fecc1a4d53)
2025-06-04 15:27:29 +00:00
IceS2
7341a9396f MINOR: Add method to filter ingestion pipeline based on metadata (#21449)
* Add logic to handle WorkflowContext on Ingestion

* Revert base.py changes

* Removed comment

* Fix basedpyright complaints

* Make ContextManager automatically add its context to the PipelineStatus

* Small changes

* Only dump non-null keys

* Add Method to Filter Ingestion Pipeline based on Metadata

* Reduce the scope to filter only specifically on metadata->workflow->serviceName

(cherry picked from commit 8540884ab1a132be2bacf7a921d11d5fa3ae6c16)
2025-06-04 14:14:56 +00:00
Mohit Tilala
6b70db0b2a Fix missing __pydantic_fields__ exceptions (#21521)
(cherry picked from commit 44c90557b7a7494438da7f57e8418ba8d846c122)
2025-06-04 11:15:46 +00:00
Ashish Gupta
d4e8faa2cc MINOR: fix the flickering and tooltip issue in lineage node columns (#21565)
* fix the flickering and tooltip issue in lineage node columns

* added unit test for the changes made

* fix unit test

* code improvement

(cherry picked from commit 5dd41843360d4fbb0da13962d1fd78e4c164a67e)
2025-06-04 11:12:09 +00:00
Teddy
68b0eb34b7 MINOR: row sampling error (#21488)
* fix: row sampling error

* fix: return sample query

(cherry picked from commit 859f24aba7c2b0bcbaf85b149b2a02d60fa4e201)
2025-06-04 12:10:56 +02:00
sonika-shah
38724bf2fe Fix #21430 : Tier tag not updating in search filters (#21499)
* Fix #21430 : Tier tag not updating in search filters

* Fix #21430 : Tier tag not updating in search filters

* add tests

* test: add test for glossary term

* test: add test coverage for all entities

* fix tests

* fix tests

* fix: service entity tests

---------

Co-authored-by: Pranita <pfulsundar8@gmail.com>
Co-authored-by: Sriharsha Chintalapani <harshach@users.noreply.github.com>
(cherry picked from commit cc1e8f7b5b5f91d87f1cdaca709b3742a41cd0e3)
2025-06-04 09:18:59 +00:00
Shailesh Parmar
da26dcadc1
Remove unused import of getBasePath from RouterUtils.ts (#21561) 2025-06-04 11:32:25 +05:30
Shailesh Parmar
f9df0793d6 Improvement: #21455 Improve renderning time for profiler chart for large amount of data (#21525)
* Improvement: #21455 Improve renderning time for profiler chart for large amount of data

* Update Profiler and Chart components to handle larger datasets by increasing data size limit and removing unnecessary dataKey prop from Brush component.

* addressing comment
2025-06-04 11:03:50 +05:30
Ashish Gupta
0a3c938b67 MINOR: fix the tags dropdown overlapping if multiple open at a time (#21333)
* fix the tags dropdown overlapping if multiple open at a time

* supported for other entities

* added playwright test

* use the generic provider instead of props

* fix the lineage truncating issue

* fix the playwright test

(cherry picked from commit 4703a41c73cc6c153c42643ead1eecfa0766c752)
2025-06-04 05:10:20 +00:00
IceS2
41dfdff43e MINOR: Add logic to handle WorkflowContext on Ingestion (#21425)
* Add logic to handle WorkflowContext on Ingestion

* Revert base.py changes

* Removed comment

* Fix basedpyright complaints

* Make ContextManager automatically add its context to the PipelineStatus

* Small changes

(cherry picked from commit 5b20b845462cfcb568b92dbf22e160226433fae5)
2025-06-03 15:36:28 +00:00
Pere Miquel Brull
008a3ebc27 FIX #21483 - Filter Ingestion Pipelines by provider (#21498) 2025-06-03 12:26:23 +02:00
Pere Miquel Brull
25d9759967 FIX - Automation Workflows should not be updated by the SM & cleanup migration (#21435)
Co-authored-by: Mohit Yadav <105265192+mohityadav766@users.noreply.github.com>
(cherry picked from commit e58802b659c87afc1e18e92cfe50cdfc4c769dce)
2025-06-03 10:22:20 +00:00
Pere Miquel Brull
5e11818589 FIX #1608 - Fix bot being used in pipelines and workflows (#21446)
Co-authored-by: Mohit Yadav <105265192+mohityadav766@users.noreply.github.com>
(cherry picked from commit b0091f727159ada94e466f83e6a003b05bea2451)
2025-06-03 10:05:51 +00:00
Pere Miquel Brull
e4311fbdb4 FIX CL-1632 - Remove Tier filters from AI agents in AutoPilot (#21454)
Co-authored-by: Mohit Yadav <105265192+mohityadav766@users.noreply.github.com>
(cherry picked from commit a084b6090aff6c5865d65c6e1cec10c9581ba337)
2025-06-03 09:34:08 +00:00
Ashish Gupta
e28e854e0f fix lineage child node column name not taking remaining space in card and showMoreButton (#21473)
* fix lineage child node column name not taking remaning space in card

* fix the showColumn button which was apperaring even if there were no columns

(cherry picked from commit bb54555daaa7684e68d45779dce5498db30d031c)
2025-06-02 15:20:23 +00:00
Chirag Madlani
47bf9a4b9b chore(ui): handle logout gracefully (#21322)
* chore(ui): handle logout gracefully

* update the login API and tokenServiceUtil behavior

* temp checks with logs

* fix okta autorenew behaviour

* fix auth0

* fix ssos logout behaviour

* fix tests

* fix tests

* fix missing unit tests

* address comments

* minor fix

(cherry picked from commit 267a82444fc21eaaa4366dc7030772f0ad31f7c5)
2025-06-02 06:15:37 +00:00
Suman Maharana
dd05175c25 Fix: Databricks Schema Description (#21367)
(cherry picked from commit 7e3c7329191708fc023e7d3c6083ed8aa2e5a9de)
2025-06-02 06:05:29 +00:00
Pranita Fulsundar
9791504a68 fix(ui): dashboard data model name column should not be link (#21470)
* fix: dashboard data model name should not be link

* minor refactor

* add tests

* style: name and displayName color

* refactor code

* style: name/displayName color change

(cherry picked from commit 066c167d34313dcf7b512667452e23662a40d42d)
2025-06-02 05:09:12 +00:00
Pranita Fulsundar
c1fef32b15 fix(ui): pagination limit for dashboards (#21466)
* fix: pagination limit for dashboards

* add e2e test

* refactor: address pr comments

(cherry picked from commit f4720e0cb7921e1c8b518d748dc84a7440d704d5)
2025-06-02 04:25:40 +00:00
Aniket Katkar
7327b9c5f4 Fix(UI): Add agents dropdown not showing auto-classification agent option (#21461)
* Fix the issue with agents list dropdown not showing the auto classification agent when no agents are present.

* Un-skip and fix the auto classification playwright test

* Fix the unit test

(cherry picked from commit 0dfa61a0cc73922205192702e3abaa4db13344f3)
2025-06-02 03:33:18 +00:00
Chirag Madlani
13d428b6a5 fix(ui): #21479 filter announcment widget from customisation (#21497)
(cherry picked from commit b5f47e33099766347c7cc833826b441e3c1ef8dd)
2025-05-31 07:34:31 +00:00
Shailesh Parmar
21f03bf9ea fix: updated snowflake test based on new configs (#21349) 2025-05-31 11:05:54 +05:30
Pere Menal-Ferrer
65b0e9d9ee FIX #21464 (#21463)
* Reproduce failing behaviour with non-date-time data

* Add a presidio patch for DateTimes

* Fix type-check error

---------

Co-authored-by: Pere Menal <pere.menal@getcollate.io>
(cherry picked from commit 6683c632f42b55a16db9df8acf5fd96b586ce301)
2025-05-30 06:20:12 +00:00
Shrushti Polekar
819db1473b Fix #21468 : Profile picture display issue (#21474)
* fix profile url issue

* added unit test
2025-05-30 11:00:09 +05:30
Shrushti Polekar
b9f575539e Fix(ui) : Persona customization widgets style issues (#21415)
* fix table widgets overflow issue for persona customization

* fix widget header border radius

* fix data products widget style for persona customization

* minor style update

* render normal content instead of expandable card for few widgets
2025-05-29 11:24:48 +05:30
Albert Franzi
f1bd9e659e Fixes 21327: Update Lightdash connector (#21328)
* fix: [21327] - Update Lightdash connector

* fix: [21327] - Solve style checks

* fix: [21327] - Report the right chart type field

* fix: [21327] - Apply changes

(cherry picked from commit 859e38057e2362382a507261f1e8d83f1c0d3b05)
2025-05-28 12:14:28 +00:00
Mayur Singal
cb00072f58 Fix #17799: Doris ingestion failed (#21420)
(cherry picked from commit 85e8776a1035da92624c3561afef2b6f0e4034ed)
2025-05-28 11:00:51 +00:00
Karan Hotchandani
7bbe06f6fc fix query builder widget any and not operations (#21416)
(cherry picked from commit 4c74cd6e0f1fe091a2091131c9649beca122e0a1)
2025-05-28 06:59:28 +00:00
Dhruv Parmar
3a5f6e186e Fix(ui): flaky entity test (#21387)
* fixed flaky entity test

* removed unwanted code
2025-05-28 11:17:55 +05:30
Pranita Fulsundar
a330977915 chore: revert search order and minor styles changes (#21395) 2025-05-28 11:16:50 +05:30
Dhruv Parmar
5ecfe0f40f Fix(ui): table view for custom property (#21397)
* fixed table view for custom property

* removed table view from persona and custom property

* moved constent to different file

(cherry picked from commit 860fba5099b8112a8cc20d2ced15def836911cdf)
2025-05-28 05:01:01 +00:00
Ashish Gupta
3c1a35615e fix playwright for entity announcement (#21417)
(cherry picked from commit 1ba3250ffc371a613e72ec2ecce07638d3abfa10)
2025-05-27 13:48:49 +00:00
Akash Jain
0a0092e0c3 chore(docker-compose): Bump indices.query.bool.max_clause_count=4096 (#21301)
(cherry picked from commit 799e3ca900363827b832afb4c1ed660e82034396)
2025-05-27 12:30:16 +00:00
Pere Menal-Ferrer
4543404590 Make presidio_analyzer a lazy import in the PII processor (#21408)
Co-authored-by: Pere Menal <pere.menal@getcollate.io>
(cherry picked from commit ac9f803b46d9df641d05965329e0c2430daf1b18)
2025-05-27 12:25:44 +00:00