12410 Commits

Author SHA1 Message Date
Pere Miquel Brull
992a4547af
CI - Update teams.yml (#20242)
* CI - Update teams.yml

* Update teams.yml

* Update teams.yml
2025-03-17 08:34:15 +01:00
dependabot[bot]
323843854c
Bump prismjs in /openmetadata-ui/src/main/resources/ui (#20170)
Bumps [prismjs](https://github.com/PrismJS/prism) from 1.29.0 to 1.30.0.
- [Release notes](https://github.com/PrismJS/prism/releases)
- [Changelog](https://github.com/PrismJS/prism/blob/master/CHANGELOG.md)
- [Commits](https://github.com/PrismJS/prism/compare/v1.29.0...v1.30.0)

---
updated-dependencies:
- dependency-name: prismjs
  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: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
2025-03-17 12:57:35 +05:30
Pere Miquel Brull
18e5b5ea1b
MINOR - Day 1 to set ingestion as deployed (#20282)
* MINOR - Day 1 to set ingestion as deployed

* remove
2025-03-17 08:27:00 +01:00
dependabot[bot]
7c06536de3
Bump axios from 1.7.9 to 1.8.2 in /openmetadata-ui/src/main/resources/ui (#20165)
Bumps [axios](https://github.com/axios/axios) from 1.7.9 to 1.8.2.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v1.7.9...v1.8.2)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
2025-03-17 12:56:48 +05:30
safayavatsal
0a12048fd7
chore(CI): Add MEDIUM severity to Trivy Scan for Server Image 2025-03-17 12:36:49 +05:30
Mayur Singal
0af5e7af32
Update Data Insights to compute Tier Sources (#20128) (#20272)
Co-authored-by: IceS2 <pjt1991@gmail.com>
2025-03-17 12:22:51 +05:30
Mayur Singal
1dab7c2b4e
MINOR: Grant EditAll permission to lineage bot (#20258) 2025-03-17 11:56:07 +05:30
Rounak Dhillon
a808526d06
Docs: Ingestion Addition in Dashboard (#20284)
Co-authored-by: Rounak Dhillon <rounakdhillon@Rounaks-MacBook-Air.local>
Co-authored-by: Prajwal214 <167504578+Prajwal214@users.noreply.github.com>
2025-03-17 06:15:55 +00:00
Mayur Singal
d30fd90096
Minor: Query Cost Table Aggregation Endpoint (#20270) 2025-03-17 11:33:50 +05:30
Chirag Madlani
912e5bc74e
fix(ui): make users and admin pages as mutually exclusive with header… (#20174) 2025-03-17 09:32:03 +05:30
Shailesh Parmar
56df47d623
improvement: added count support for test case and pipeline tab. (#20279) 2025-03-16 20:54:57 +05:30
Shailesh Parmar
4edce20955
playwright: skip DI, superset & postgresql test (#20273)
* playwright: skip DI, superset & postgresql test

* skip the run part instead of skipping full test for DI settings

* Fix the postgres Ingestion playwright failure

* Fix the superset playwright

---------

Co-authored-by: Aniket Katkar <aniketkatkar97@gmail.com>
2025-03-16 20:48:05 +05:30
Pere Miquel Brull
d71c3f4173
MINOR - Add schedule to day 1 pipelines (#20280) 2025-03-16 16:16:47 +01:00
Shailesh Parmar
195663ef7b
fix: #19905 Data quality pipeline page is only displaying a maximum of 10 pipelines (#20266) (#20277)
<!--
Thank you for your contribution!
Unless your change is trivial, please create an issue to discuss the change before creating a PR.
-->

### Describe your changes:

Fixes <issue-number>

<!--
Short blurb explaining:
- What changes did you make?
- Why did you make them?
- How did you test your changes?
-->

I worked on ... because ...

<!-- For frontend related change, please add screenshots and/or videos of your changes preview! -->

#
### Type of change:
<!-- You should choose 1 option and delete options that aren't relevant -->
- [ ] Bug fix
- [ ] Improvement
- [ ] New feature
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] Documentation

#
### Checklist:
<!-- add an x in [] if done, don't mark items that you didn't do !-->
- [x] I have read the [**CONTRIBUTING**](https://docs.open-metadata.org/developers/contribute) document.
- [ ] My PR title is `Fixes <issue-number>: <short explanation>`
- [ ] I have commented on my code, particularly in hard-to-understand areas.
- [ ] For JSON Schema changes: I updated the migration scripts or explained why it is not needed.

<!-- Based on the type(s) of your change, uncomment the required checklist 👇 -->

<!-- Bug fix
- [ ] I have added a test that covers the exact scenario we are fixing. For complex issues, comment the issue number in the test for future reference.
-->

<!-- Improvement
- [ ] I have added tests around the new logic.
- [ ] For connector/ingestion changes: I updated the documentation.
-->

<!-- New feature
- [ ] The issue properly describes why the new feature is needed, what's the goal, and how we are building it. Any discussion
    or decision-making process is reflected in the issue.
- [ ] I have updated the documentation.
- [ ] I have added tests around the new logic.
-->

<!-- Breaking change
- [ ] I have added the tag `Backward-Incompatible-Change`.
-->
2025-03-16 16:13:50 +05:30
Ashish Gupta
16945ce294
MINOR: fix the description column taking full width in service page (#20268)
* fix the description column taking full width in service page

* fix the column changing sizes due to tableLayout auto property
2025-03-16 16:11:41 +05:30
Pere Miquel Brull
9644932fc6
MINOR - Add AgentType to apps (#20178)
* MINOR - Add AgentType to apps

* MINOR - Add AgentType to apps

* update the types according to the schema

* Fix the search lineage request schema

* Add pipelineStatuses field in the ingestionPipelineIndex

* Add MetadataAgentsListWidget

* Localization changes

* added list for app runs by service id

* use `$.services` path

* propogate services field

* Fix the ci type errors

* java format

* use `getJobDetail().getJobDataMap()` instead of `getMergedJobDataMap()`

* Fix the playwright and unit tests

* Fix the service version page playwright failures

* Fix sonarcloud

* Fix the unit tests

* Fix the errors

---------

Co-authored-by: Aniket Katkar <aniketkatkar97@gmail.com>
Co-authored-by: sushi30 <imri.paran@gmail.com>
2025-03-16 08:54:46 +01:00
Shailesh Parmar
4dc4053dbb
fix: #19905 Data quality pipeline page is only displaying a maximum of 10 pipelines (#20266) 2025-03-16 10:21:26 +05:30
Mayur Singal
d0611388f4
MINOR: Create ChangeSource Breakdown Charts (#20229) 2025-03-16 08:02:20 +05:30
Aniket Katkar
2559be6774
Increase the timeout for advanced search beforeAll and afterAll (#20264) 2025-03-15 19:43:15 +05:30
Shailesh Parmar
e216222ef4
fix: #16244 Show Column test case result at the Column Level on the Lineage View (#20193)
* fix: #16244 Show Column test case result at the Column Level on the Lineage View

* added style change

* added style change

* added unit test
2025-03-15 15:08:19 +05:30
Keshav Mohta
b21c60304c
Fixes #19688 - Added Postgres Functions Ingestion (#20188) 2025-03-15 11:54:38 +05:30
Ashish Gupta
4ec19e56a9
MINOR: fix test connection showing timeout even after being successfull (#20260)
* fix test connection showing timeout even after being successfull

* clear the timeout if the execution is being finished and reverted the last commit changes
2025-03-15 11:17:50 +05:30
sonika-shah
153358a216
Fixes #20027 : Support custom properties for Domain (#20094)
* Fixes #20027 : Support custom properties for Domain

* add custom properties on domains page

* add extension in createDomain and domain.fields

* update default index

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

---------

Co-authored-by: Karan Hotchandani <33024356+karanh37@users.noreply.github.com>
Co-authored-by: karanh37 <karanh37@gmail.com>
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
Co-authored-by: Mohit Yadav <105265192+mohityadav766@users.noreply.github.com>
2025-03-15 11:14:33 +05:30
Ashish Gupta
e747e7344c
#20060: supported tags AI suggestion being showed in Table entity (#20227)
* supported tags AI suggestion being showed in Table entity

* added support for the tier and fix sonar issue

* added playwright test for tier and tags

* minor code optimization and small fixes

* fix the padding around the tier option

* added unit test for suggestionUtils file
2025-03-15 10:20:57 +05:30
Shrushti Polekar
2b648dd31f
Activity Feed Tab Revamp (#20167)
* updated the ActivityFeedtab with new Component

* active tab update and unit test fix

* fix playwright failures

* minor css fix

* delete unused component

* delete unused component and update css variables

* update css variables

* delete old user component and fix failing unit test

* style changes

* no data placeholder changes

* minor fix

* block editor font fix

* minor fix

* fixme for a failing test

* task card desc update

* minor change

* summary list no data placeholder update

* minor fix

* font family revert for code block editor

* fix ActivityFeed playwright test

* fix glossary playwright test

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2025-03-15 10:04:21 +05:30
IceS2
3e690c263b
MINOR: Add default filters to create ingestion (#20262)
* apply database defaults

* apply filter patterns for other db connectors

* defaults for dashboard connectors

* defaults for api, messaging service

* mlmodel, pipeline service defaults

* search, storage service defaults

* metadata connectors

* Add Default filters step in add service form

* localization changes

* Add the Default filter step in edit connection form

* Fix unit tests

* Fix generated types

* Update the types according to new json changes

* Fix the superset connector form issue

* localization changes

* Fix the filter pattern not showing properly on edit ingestion page

* Fix the playwright tests

* Fix the playwright tests

* Fix the unit test

* Add Default Filters to Create Ingestion Pipeline

* Fix the playwright tests

* merge "origin/main" into collate-issue-1047

* Update the add service flow to trigger the day 1 app on service creation

* Fix the entity type

* Fix the playwright and unit tests

* Fix sonarcloud issues

* Fix ApiServiceRest playwright test

---------

Co-authored-by: harshsoni2024 <harshsoni2024@gmail.com>
Co-authored-by: Aniket Katkar <aniketkatkar97@gmail.com>
Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>
2025-03-14 22:08:30 +01:00
Teddy
dd3382aad8
MINOR: revert param logic in search/list and introduce raw query param (#20244)
* fix: revert  param logic in search/list and introduce raw query param

* unskip the playwright test related to DQ

---------

Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
2025-03-14 12:11:56 -07:00
harshsoni2024
2c90a2fe6f
Day 1 - Better Defaults: Filter default metadata (#19762) 2025-03-14 19:58:25 +01:00
Pere Miquel Brull
55b945bbb6
FIX #20250 - Suggestions to handle mutually exclusive tags (#20251) 2025-03-14 16:50:23 +01:00
Pere Miquel Brull
96e75373d0
DOCS - Airflow Base URL for lineage backend (#20255) 2025-03-14 16:49:53 +01:00
Rounak Dhillon
7f4967a421
Docs: 1.6.6 Release Updation (#20234)
* Docs: 1.6.6 Release Updation

* Docs: Docker and python version Updation

---------

Co-authored-by: Rounak Dhillon <rounakdhillon@Rounaks-MacBook-Air.local>
2025-03-14 16:49:41 +01:00
Pere Miquel Brull
4350fed406
FIX #20252 - Add Auto Classification bot (#20254)
* FIX #20252 - Add Auto Classification bot

* format
2025-03-14 15:49:34 +01:00
Mayur Singal
581ab6ce71
MINOR: Fix pytests - usage count (#20247) 2025-03-14 09:07:40 +01:00
IceS2
312a6dfbdd
MINOR: Fix Create Ingestion when finding an ingestion already (#20243)
* Fix Create Ingestion when finding an ingestion already

* Add some backoff wait when retrieving pipeline status

* Fix exception
2025-03-14 09:06:23 +01:00
Mayur Singal
b727f76ce4
MINOR: Add source url in sample data (#20133) 2025-03-14 11:42:51 +05:30
Katarzyna Kałek
397dd0512f
Fixes #19619 (#19620)
* fixed s3 access bug for parquet files

* fixed formatting

* parsed endpoint_override to str in s3 parquet ingestion

---------

Co-authored-by: Katarzyna Kałek <kkalek@olx.pl>
2025-03-14 11:26:23 +05:30
Katarzyna Kałek
168e29423a
Fixed iteration over None in Tableau ingestion (#20246)
Co-authored-by: Katarzyna Kałek <kkalek@olx.pl>
2025-03-14 09:37:09 +05:30
Mayur Singal
f291e5cb1d
MINOR: Add cost in sample usage queries (#20211) 2025-03-13 19:27:03 +01:00
IceS2
83502ab2e1
Minor: Trigger day one app manually (#20195)
* Expose Workflow Stage Status and Bring OneDayApp to OSS

* Fix Migrations

* Change Bot and add comment

* Fix checkstyle

* Initial idea for triggering app manually

* Remove merge conflics rows

* Remove merge conflics rows

* Allow to Trigger DayOneApp Manually. Change its Trigger to NoOp

* add docs

* back to main

* Actually take into account the active status

* Fix the generated types

---------

Co-authored-by: Aniket Katkar <aniketkatkar97@gmail.com>
2025-03-13 22:17:39 +05:30
Chirag Madlani
f9fd0339af
fix(test): socket handup error for API requests (#20237) 2025-03-13 21:24:49 +05:30
harshsoni2024
9bf1ce53ec
MINOR: fix-e2e-tests (#20233) 2025-03-13 20:32:06 +05:30
Akash Jain
01be445562
chore(CI): Revert to Standard Github Runners (#20241) 2025-03-13 19:24:07 +05:30
Pere Miquel Brull
08721cb9c5
MINOR - Add Test Case Automator (#20160)
* MINOR - Add Test Case Automator

* MINOR - Add Test Case Automator

* MINOR - Add Test Case Automator

* MINOR - Add Test Case Automator

* simplify tc body for automator

* simplify tc body for automator

* simplify tc body for automator

* remove all

* dp
2025-03-13 14:38:29 +01:00
IceS2
61e7ea68fb
Add Tier and Quality Agents to RunApp (#20215)
Co-authored-by: Aniket Katkar <aniketkatkar97@gmail.com>
2025-03-13 14:27:33 +01:00
Rounak Dhillon
6139e49f48
Docs: Yaml file updation with ingestionPipelineFQN (#20238)
Co-authored-by: Rounak Dhillon <rounakdhillon@Rounaks-MacBook-Air.local>
Co-authored-by: Prajwal214 <167504578+Prajwal214@users.noreply.github.com>
2025-03-13 18:44:31 +05:30
IceS2
2411a1040e
Fix DataInsights Test (#20239) 2025-03-13 13:19:34 +01:00
Mayur Singal
c5c724887e
Capture BQ Query Cost (#20124) 2025-03-13 17:06:35 +05:30
Akash Jain
d1ae36129c
chore: Disable CI Runs on Draft Pull Requests (#20235) 2025-03-13 11:31:25 +01:00
Chirag Madlani
84511a568d
chore(ci): run ingestion tests for ingestion changes (#20225) 2025-03-13 16:00:46 +05:30
Ashish Gupta
a313e0ec69
#19882: supported bulk edit for entity (#20119)
* supported bulk edit for entity

* added support for other database level entity and update the edit button and remove the add row button

* added playwright test for databaseService,database,schema and Table

* added the banner so the info around the import should be present

* improve the route to protected, and move common button to utils

* revert the admin only route change as user with editAll permission can perform the action

* added check around the route, allow only for editAll access for the entity

* change the route to the entityRoute file to organize in single place
2025-03-13 15:50:41 +05:30