12641 Commits

Author SHA1 Message Date
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
harshsoni2024
a8aa1d004f MINOR: PBI dataset expressions empty value fix (#21409)
(cherry picked from commit 8bbc4d8c3d7792d0d36a163f119efdccf61840e5)
2025-05-27 11:22:08 +00:00
Ashish Gupta
e083293db7 fix the entityRightPanel and serviceEntity playwright spec (#21352)
(cherry picked from commit bbffeb87c738316b75ef2005a12be7a74088fbc9)
2025-05-27 15:24:47 +05:30
github-actions
91cc21f859 chore(release): Prepare Branch for 1.7.2 2025-05-26 06:36:38 +00:00
Mohit Yadav
3e1a6dccf0 Escape ? to causing issues in jdbi binding (#21381)
(cherry picked from commit 1ee36d41c6031a8f1043b90b883b63d38344ff77)
2025-05-23 17:14:22 +05:30
Mohit Yadav
0c8148f3aa Failing Postgres sql (#21378)
(cherry picked from commit 94ceb7792a06af9ec30955de73c1ed5103389192)
2025-05-23 16:40:34 +05:30
sonika-shah
4e89fcf738
Minor : Fix synk vulnerability for 1.7.1 - pom.xml (#21375) 2025-05-23 12:40:38 +05:30
Sweta Agarwalla
ac18b6c460 Update images (#21373)
* update images

* update styles
2025-05-23 12:07:10 +05:30
Mohit Yadav
d17e31794e Revert: Filter for function score and add floor to totalVotes (#21371)
* Revert "OSS add guards for sqrt, log1p etc (#21358)"

This reverts commit 35d9f726ca91e974e09b24d67f633a38744fe191.

* Revert "Add Guards for function boost negative values (#21356)"

This reverts commit 8346303978e43046f5da7b094817a758308c7ec0.

* Add floor to totalVotes

* Fix total votes

(cherry picked from commit 8138a47b202c175ed654a39d3e2e7892ef8d7a23)
1.7.1-release
2025-05-22 18:50:41 +05:30