13030 Commits

Author SHA1 Message Date
Harshit Shah
4d85c6c54d
Feat #21116: Support followers for data products and domains (#21602) 2025-06-09 22:31:08 +05:30
Chirag Madlani
b018088352
fix(ui): Korean translation for glossary (#21660) 2025-06-09 09:34:20 -07:00
Ashish Gupta
77ef8ad23c
fix the primary button focus color (#21658) 2025-06-09 21:45:55 +05:30
Ayush Shah
e2aaf322b7
Enhance S3 Connection Schema: Add default values for container filter pattern (#21659) 2025-06-09 21:18:57 +05:30
Rounak Dhillon
cf24c31108
Doc: User Guides for Data Users Image Updation (#21657) 2025-06-09 20:41:39 +05:30
harshsoni2024
4a3b6f4934
issue-21370: db2 custom driver installation (#21638)
* db2 custom driver installation

* pylint changes

* typo fix
2025-06-09 19:52:35 +05:30
Karan Hotchandani
4df290de60
fix tier and tag playwright for Entity.spec (#21633)
* fix playwright

* fix tier playwright

* fix tier tests

* fix tests

* fix tag test

* refactor code for fqn

* minor fix for Glossary.spec

---------

Co-authored-by: Pranita Fulsundar <pfulsundar8@gmail.com>
2025-06-09 19:34:03 +05:30
Siddhant
f30eff4dc5
Fixes #19466: Cleanup Activity Feed In Retention App (#21640)
* add activityThreadsRetentionPeriod in the DataRetentionApplication jsons

* clean up activity threads of type conversation
2025-06-09 19:22:40 +05:30
Siddhant
1511871fc1
Fixes #20142 : Add QueryParams To The Webhook Request URL (#21637)
* queryParams to the webhook request URL

* add activityThreadsRetentionPeriod in the DataRetentionApplication jsons

* clean up activity threads of type conversation

* Revert "clean up activity threads of type conversation"

This reverts commit e66ea8623be6aa1c5d07afdec04b4807eb21c7e7.

* Revert "add activityThreadsRetentionPeriod in the DataRetentionApplication jsons"

This reverts commit 4180be18a8d5e0d4fd4b3d4662df0532bb16dbed.
2025-06-09 19:21:53 +05:30
Ajith Prasad
9a9db8129c
Fixes #21511 :Domain not getting removed through import (#21616)
* Minor: Domain not getting removed through bulk import/ recursive import, bug fix

* Added tag, owner, domain removal in TCs

---------

Co-authored-by: sonika-shah <58761340+sonika-shah@users.noreply.github.com>
2025-06-09 19:19:30 +05:30
Shailesh Parmar
2e70808baa
Fix: #21649 Freshnes test is not displaying right time value (seconds vs miliseconds) (#21654) 2025-06-09 18:40:35 +05:30
dependabot[bot]
43de13d7e3
Bump webpack-dev-server in /openmetadata-ui/src/main/resources/ui (#21584)
Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 4.15.2 to 5.2.1.
- [Release notes](https://github.com/webpack/webpack-dev-server/releases)
- [Changelog](https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-dev-server/compare/v4.15.2...v5.2.1)

---
updated-dependencies:
- dependency-name: webpack-dev-server
  dependency-version: 5.2.1
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Aniket Katkar <aniketkatkar97@gmail.com>
2025-06-09 16:54:08 +05:30
dependabot[bot]
08f9a992ec
Chore(deps): Bump tar-fs in /openmetadata-ui/src/main/resources/ui (#21542)
Bumps [tar-fs](https://github.com/mafintosh/tar-fs) from 2.1.2 to 2.1.3.
- [Commits](https://github.com/mafintosh/tar-fs/commits)

---
updated-dependencies:
- dependency-name: tar-fs
  dependency-version: 2.1.3
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Aniket Katkar <aniketkatkar97@gmail.com>
2025-06-09 16:39:22 +05:30
Aniket Katkar
9d458cd8bc
Fix(UI): Update the file upload option input for service config (#21490)
* Update the file upload option input for service config

* Separate out the field rendering for 'uiFieldType' as fileOrInput and file.

---------

Co-authored-by: Sriharsha Chintalapani <harshach@users.noreply.github.com>
2025-06-09 16:19:28 +05:30
Ashish Gupta
0fb88ea0ce
remove the type not wanted in pdfLayout config (#21639) 2025-06-09 14:58:45 +05:30
Ayush Shah
05e6a56b41
Add Databricks Sampler, Refactor Unity Catalog Sampler (#21612) 2025-06-09 14:18:35 +05:30
Keshav Mohta
b7a7023890
Fix #20665: BigQuery - Adding billing project (#21231) 2025-06-09 13:09:40 +05:30
Rounak Dhillon
e98485678f
Doc: Users and Teams Images Updation (#21607) 2025-06-09 12:01:19 +05:30
Rounak Dhillon
6e781a1f5f
Doc: Metrics Image Updation (#21547)
Co-authored-by: Rounak Dhillon <rounakdhillon@Rounaks-MacBook-Air.local>
2025-06-09 11:33:46 +05:30
Rounak Dhillon
248095ff93
Doc: Gif Updation (#21558) 2025-06-09 11:33:34 +05:30
Dhruv Parmar
51b3984657
Fix #21517: Last user not visible || profile config icon miss aligned (#21605)
* fixed last user not visible || asginee icon || profile config plus icon misaligned

* removed assignee icon
2025-06-09 11:23:13 +05:30
Shailesh Parmar
436df10a7f
Fix: #21276 Only 3 Comments Shown by Default in Incident View (#21577)
* Fix: #21276 Only 3 Comments Shown by Default in Incident View

* fixed failing unit test

* addressing comments.
2025-06-09 11:22:18 +05:30
Ashish Gupta
78f523fd13
PLAYWRIGHT: fix the bulk action playwright flaky playwright test (#21582)
* fix the bulk action playwright flaky playwright test

* change entity and service.spec user to custom user and add a retry mechnaism for checking soft deleted entity

* try to fix alert not found issue

* remove failure

* fix bot playwright failure
2025-06-08 15:16:52 +05:30
Ashish Gupta
0890791758
#21568: fix the lineage upstream having additional nodes (#21634)
* fix the lineage upstream having additional nodes

* restrict the config value for negative number from lineage page and global setting config

* added playwrigth for lineage page config
2025-06-08 15:15:26 +05:30
Mohit Tilala
9e36cfe012
Remove existing entity source hash presence check (#21621) 2025-06-08 12:37:51 +05:30
Teddy
5078a2fbb9
DEPRECATION: Remove testCaseResults endpoint from testCaseResource (#21527)
* deprecation: remove testCaseResults endpoint from testCaseResource

* fix: path in test e2e test

* fix: endpoint name to testCaseResults

* style: fix java linting
2025-06-07 21:02:54 +02:00
Shrushti Polekar
c3eb2eab09
fix activity feed flaky test (#21635) 2025-06-07 23:53:16 +05:30
Suman Maharana
161b4a8b2a
Chore: Tableau Improvements (#21620)
* Chore: Tableau Improvements

* Added apiVersion

* linting

* Addressed Comments
2025-06-07 21:38:48 +05:30
Dhruv Parmar
407eb24baf
Fix (uI): Domain truncate issue || consistent Domain UX (#21574)
* fixed domain truncate

* improved domain ux

* fixed sonar cases

* removed unnecessary states

* addressed comments

* applied max width
2025-06-07 15:12:07 +05:30
Suman Maharana
fd88a6d449
Add: dbt tags Filter (#21628) 2025-06-07 12:25:23 +05:30
Suman Maharana
2c657d6034
Fix: Looker cll parsing issue (#21630)
* Fix: Looker cll parsing issue

* Added checks
2025-06-07 12:21:32 +05:30
Rounak Dhillon
04e00c88cb
Doc: Persona and Landing page images updation (#21629)
Co-authored-by: Rounak Dhillon <rounakdhillon@Rounaks-MacBook-Air.local>
2025-06-07 10:59:46 +05:30
Rounak Dhillon
66e2a54b12
Doc: YT Video Link Removal (#21631)
Co-authored-by: Rounak Dhillon <rounakdhillon@Rounaks-MacBook-Air.local>
2025-06-06 16:21:12 -07:00
Rounak Dhillon
78e6e9115f
Doc: Image Fix (#21632)
Co-authored-by: Rounak Dhillon <rounakdhillon@Rounaks-MacBook-Air.local>
2025-06-06 16:20:16 -07:00
Sriharsha Chintalapani
1c5772d6f8
Fix #21533 - Add a tool to openmetadata-ops.sh to delete orphaned relations (#21534)
* Fix #21533 - Add a tool to openmetadata-ops.sh to delete orphaned relations

* Fix #21533 - Add a tool to openmetadata-ops.sh to delete orphaned relations

* Add exit 1 and make dry-run default

* Add exit 1 and make dry-run default

* Fix checkstyle

---------

Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>
2025-06-06 16:19:39 -07:00
Shailesh Parmar
5fc2c90e5b
Fix: Issue related to SQL query viewer (#21627) 2025-06-06 21:33:06 +05:30
Shrushti Polekar
d4d1b3ed96
fix flaky user test (#21626) 2025-06-06 20:02:06 +05:30
Shrushti Polekar
d529c9fe9d
fix profile redirection issue for displayname (#21624) 2025-06-06 19:59:47 +05:30
Rounak Dhillon
2ab8a1b5a6
Doc: Auto Classification Images Updation (#21538) 2025-06-06 19:11:39 +05:30
Chirag Madlani
fc8e4af3e0
fix(ui): select popup sticky for scrollable container (#21593) 2025-06-06 18:12:10 +05:30
Chirag Madlani
b0f82aa0ef
fix(ui): overflow for frequently joined table widget (#21623) 2025-06-06 18:06:26 +05:30
Chirag Madlani
019dbb890c
fix(ui): persona switching not updating if customization not present (#21625) 2025-06-06 18:05:34 +05:30
Pere Miquel Brull
a51187d46b
FIX CL-1641 - Allow to search by descriptionSources (#21487)
* FIX CL-1641 - Allow to search by descriptionSources

* Add new fields for advanced search filters

* feat: added createdBy params

* Move the tag label type options to constants

* Add tier & tag source

---------

Co-authored-by: Aniket Katkar <aniketkatkar97@gmail.com>
Co-authored-by: Teddy Crepineau <teddy.crepineau@gmail.com>
Co-authored-by: ulixius9 <mayursingal9@gmail.com>
2025-06-06 14:10:25 +02:00
Rounak Dhillon
9a5d02b2c7
Doc: Databricks and Unity Catalog Requirement Updation (#21576) 2025-06-06 16:09:52 +05:30
Shrushti Polekar
852fa432c5
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
2025-06-06 15:02:29 +05:30
Rounak Dhillon
f87e862a00
Doc: Roles and Policies Images Updation (#21615)
Co-authored-by: Rounak Dhillon <rounakdhillon@Rounaks-MacBook-Air.local>
2025-06-06 12:10:19 +05:30
Mohit Tilala
ea63db993a
Add lineage dialect for Exasol, Trino and Vertica (#21604) 2025-06-06 11:48:52 +05:30
Pere Miquel Brull
635382dd1d
Revert "[WIP] MCP Core Items Improvements (#21598)" (#21614)
This reverts commit 0b3bf4ac0d3a7ac74e39552ad49896d37e469516.
2025-06-06 07:32:20 +02:00
Ashish Gupta
fc78dfd574
fix the playwright flaky test (#21573) 2025-06-06 10:31:13 +05:30
Elay Gelbart
dec346a84b
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>
2025-06-06 03:14:25 +05:30