12410 Commits

Author SHA1 Message Date
sonika-shah
82198f8126
GEN -19341 : Improvement - Avoid usage of CONCAT in WHERE clause (#19510)
* Improvement : Avoid usage of CONCAT in WHERE clause

* fix tests

* remove usage of @BindFqnConcat

* remove usage of @BindFqnConcat

* fix test

* fix test
2025-01-27 11:20:25 +05:30
Shrushti Polekar
d386e9ca35
Fix: Hide Incremental Metadata Extraction config for unsupported database sources (#19468)
* implement toggle for incremental extraction config in unsupported databases

* added supportsIncrementalMetadataExtraction in connection config

* update serviceData type

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2025-01-27 10:48:50 +05:30
Siddhant
473688648b
Fix #18834: Introduce new setting OpenMetadataBaseUrlConfiguration to set the server endpoint (#19366)
* Refactor: Introduce openMetadataBaseUrlConfiguration to set up the server endpoint and remove OpenMetadataUrl from smtpSettings.json

* migrations.

* refactor(cli): add setOpenMetadataUrl command to store OpenMetadata URL

* refactor(cli): add configureEmailSettings command to manage SMTP/Email configuration

* load initialData when config is not present in the db

* add om url settings page

* update locales

* add e2e

* load omBaseUrl with default host and port: localhost:8585 when not present

---------

Co-authored-by: Karan Hotchandani <33024356+karanh37@users.noreply.github.com>
Co-authored-by: karanh37 <karanh37@gmail.com>
2025-01-27 10:20:04 +05:30
Ayush Shah
e59ddecf28
Feat: Enhance Kafka SSL configuration support with consumerConfigSSL (#19433) 2025-01-27 10:15:48 +05:30
Sweta Agarwalla
31719a5bd7
add handle click functionality for menu item (#19526) 2025-01-26 10:26:34 +05:30
Pranita Fulsundar
c817785bb1
fix(ui): hide description tooltip for tag edit mode (#19463)
* fix: remove tooltip for tag edit mode

* refactor: remove comments

* fix: tooltip logic for non edit mode

* fix: hide tooltip for tag edit mode

* refactor: remove prop for TagsV1 component

* style: move cursor-pointer property to Tag

* fix: unit test failure

* fix: mock implementations for unit test

* revert test case changes
2025-01-24 20:35:22 +05:30
Imri Paran
e003a5f9ed
tests(e2e): data quality (#19513)
* tests(e2e): data quality

- use the data quality pipeline new schema with a list of service configurations

* format
2025-01-24 14:01:54 +00:00
sonika-shah
3267b71217
Fix postgres query added in pr #19411 (#19512) 2025-01-24 16:56:07 +05:30
Ashish Gupta
182b8ab864
fix the glossary column width sizes for the resizable columns (#19497)
* fix the glossary column width sizes to the previous one

* move the colum logic to utils file and added test for it
2025-01-24 16:54:50 +05:30
Imri Paran
5fc20c1ab2
tests: fix sample row count for bigquery (#19511)
- changed method name to expected_sample_count
2025-01-24 10:44:21 +01:00
小可耐
03429148b3
fix(ui) fix retention period 'Cancel' international display issue (#19404)
Co-authored-by: Ashish Gupta <ashish@getcollate.io>
2025-01-24 14:34:02 +05:30
Akash Verma
68a0e6af58
Fix: Updated queries causing arithmetic overflow error (#19505)
Co-authored-by: Akash Verma <akashverma@Akashs-MacBook-Pro-2.local>
2025-01-24 13:44:55 +05:30
Imri Paran
a6670af500
MINOR: Use interface schemas for governance workflows (#19411)
* feat(apps): support event subscriptions

- added support for apps with event subscriptions.
- added support for custom consumers on event subscriptions.
- use native application methods instead of reflection in ApplicationHandler

* removed runMethodFromApplication reflection and use concrete methods from AbstractNativeApplication

* format

* fix(governance-workflows): defined interface in workflow schema

- defined types for workflow nodes
- fixed updateEdge method in WorkflowDefinitionRepository

* ref(governance-workflows): use explicit types in schema

use explicit interface type in json schemas and use annotations to infer the concrete classes when deserializing

* - implemented CustomSignal trigger
- use JsonTypeInfo and JsonSubTypes to infer types in jsonschema for nodes and triggers
- Implemented JsonLogicFilter task
- implemented placeholder noop task

* - simplified trigger type names
- removed governance workflow root "type"
- added "deployed" field to governance workflow
- applied changes to existing gov-workflows
- migrations

* fixed migrations
2025-01-24 09:08:06 +01:00
Suman Maharana
94ed7e3c1a
Fix Duplicate table constraints (#19502) 2025-01-24 13:35:53 +05:30
Chirag Madlani
1e7377c2e4
fix(ui): infinite loading for refresh attempted on app visit (#19491)
* fix(ui): infinite loading for refresh attempted on app visit

* add tests for refresh logic

* added test for validating after refresh behavior

* improve test for refresh scenario
2025-01-24 11:16:19 +05:30
Shrushti Polekar
b3d00077cc
fix failing e2e test for customize page landing (#19490) 2025-01-24 10:58:51 +05:30
Mohit Yadav
907eb7cb07
Move Recreate Out of executors (#19501)
* Move Recreate Out of executors

* Add Entities option in Operations

* Fix Reindexing for null list for referred columns
2025-01-24 10:38:45 +05:30
Imri Paran
ed55fb3137
MINOR: fix py-cli-e2e-tests.yml (#19503) 2025-01-24 10:34:53 +05:30
Imri Paran
2099799e7f
chore: bumped actions/upload-artifact (#19500)
update actions/upload-artifact to v4 as v3 is deprecated and will not run:

https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/

> Version tags will not be removed from the project repositories, however, attempting to use a version of the actions after the deprecation date will result in a workflow failure.
2025-01-23 18:32:41 +01:00
Suman Maharana
f13eb4e273
Fix :postgres parse json schemas (#19487) 2025-01-23 22:18:25 +05:30
Aniket Katkar
9a167c7c3f
Chore: Add the missing generated types and fix json schemas (#19480)
* Add the missing generated types

* Fix the type errors

* fix the JSONs and add respective generated type files
2025-01-23 20:45:31 +05:30
Ashish Gupta
6c381b1ce1
fix the description renderer in team and user import (#19492) 2025-01-23 19:54:41 +05:30
Pranita Fulsundar
4059df8843
fix: edit description permission for domain owner (#19475)
* fix: edit description permission for domain owner

* fix: usage of permissions prop

* test: fix unit test and add e2e test for edit description

* refactor: remove editCustomAttributePermission and viewAllPermission props

* fix: e2e test for edit description

* fix: playwright tests

* fix: update e2e test for edit description
2025-01-23 18:56:46 +05:30
Imri Paran
24e5f14c26
MINOR: docs: add required permissions callout for setting up alerts (#19444)
* docs: add required permissions callout for setting up alerts

* shifted lines
2025-01-23 14:23:24 +01:00
RounakDhillon
a5bf0f19ea
Docs: Exasol Connector CHANGES (#19494)
Co-authored-by: Rounak Dhillon <rounakdhillon@Rounaks-MacBook-Air.local>
2025-01-23 12:35:08 +00:00
RounakDhillon
c7d66b6ba6
Docs: Exasol Connector Addition (#19493)
* Docs: Exasol Connector Addition

* Docs: Exasol Connector Addition

* Docs: Exasol Connector Addition

---------

Co-authored-by: Rounak Dhillon <rounakdhillon@Rounaks-MacBook-Air.local>
Co-authored-by: Prajwal214 <167504578+Prajwal214@users.noreply.github.com>
2025-01-23 11:22:50 +00:00
IceS2
901063b802
FIX #19386 & #19388: Fixing Data Insights index mapping (#19423)
* Fixing Data Insights index mapping

* Add OpenMetadataOperations cli endpoint to reindex data insights

* Improve IndexMapTemplate building

* Improve the code a bit

* Fix test
2025-01-23 10:02:52 +01:00
Abdallah Serghine
a631d22c32
MINOR: fix model dump dict key names (#19484) (#19485)
Co-authored-by: Abdallah Serghine <abdallah.serghine@olx.pl>
2025-01-23 12:36:19 +05:30
Ashish Gupta
06759c589d
fix the richTextEditor output in case on no data save (#19476)
* fix the richTextEditor output in case on no data save

* revert the undefined to empty string as we previously had
2025-01-22 19:05:54 +05:30
Shailesh Parmar
2c06bcf327
Fix: Implement Data Quality Dashboards (Incident Manager + Data Quality) (#19231)
* Fix: Implement Data Quality Dashboards (Incident Manager + Data Quality)

* added icon for test case status

* added filters in the api

* added filters for dq

* added filter of table/column

* added test coverage

* address the comments
2025-01-22 18:53:43 +05:30
olof-nn
fd2575d244
ISSUE-19454: Fixes broken looker lineage (#19456)
* ISSUE-19454: Fixes the broken lineage in looker when backticks enclosed table refs

* refactor

* use isort

* Update ingestion/src/metadata/ingestion/source/dashboard/looker/metadata.py

Co-authored-by: Mayur Singal <39544459+ulixius9@users.noreply.github.com>

---------

Co-authored-by: Mayur Singal <39544459+ulixius9@users.noreply.github.com>
2025-01-22 17:56:01 +05:30
RounakDhillon
250b406a11
Docs: 404 URL Correction (#19478)
Co-authored-by: Rounak Dhillon <rounakdhillon@Rounaks-MacBook-Air.local>
2025-01-22 11:30:50 +00:00
Ashish Gupta
c406cceb9a
#19432: fix the description renderer in glossary import (#19450)
* fix the description renderer in glossary import

* added test for the same
2025-01-22 16:22:44 +05:30
Ashish Gupta
68c324679a
#19474: fix the async export csv not happening in lineage (#19397)
* fix lineage playwrigt flaky test

* increase the timer

* fix the async export issue

* remove the timer

* minor revert
2025-01-22 13:19:45 +05:30
dependabot[bot]
51bdaace13
Build(deps): Bump undici in /openmetadata-ui/src/main/resources/ui (#19472)
Bumps [undici](https://github.com/nodejs/undici) from 5.28.4 to 5.28.5.
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](https://github.com/nodejs/undici/compare/v5.28.4...v5.28.5)

---
updated-dependencies:
- dependency-name: undici
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-22 12:49:07 +05:30
Teddy
cacfabd9ce
ISSUE #1052 - Implement List entities with test suites repo logic (#19461)
* fix: centralized listWithOffset logic

* feat: dq app config + list entities with tests logic

* fix: test case
2025-01-22 08:08:07 +01:00
Mohit Yadav
5064602dc8
[Fix-19437] Redirection issue on IDP initiated calls (#19443)
Co-authored-by: Siddhant <86899184+Siddhanttimeline@users.noreply.github.com>
Co-authored-by: Sriharsha Chintalapani <harshach@users.noreply.github.com>
2025-01-22 11:46:32 +05:30
RounakDhillon
25f1d7fc0a
Docs: Postgres Stored Procedure Update (#19473)
Co-authored-by: Rounak Dhillon <rounakdhillon@Rounaks-MacBook-Air.local>
2025-01-22 06:02:08 +00:00
Aniket Katkar
a09f6e4070
I worked on increasing the integrated video container size in the documentation (#19465) 2025-01-21 21:44:25 +05:30
Siddhant
486230827d
#15600: Retention Application : Delete change_events, activity threads, versions based on admin retention policies (#18913)
* feat(retention-policy): initial setup of the Retention Policy app

* refactor: Update logic to make RetentionPolicyApp a ScheduledOrManual app

* refactor: Update retention policy JSON schema and logic to support event subscription, versions, and activity thread with individual retention periods

* refactor: Rename eventSubscriptionRetentionPeriod to changeEventRetentionPeriod

* fix: Implement activity thread retention policy cleanup

* chore: Remove activity thread and versions retention code; add banner and icon
2025-01-21 18:12:35 +05:30
sonika-shah
9a69c18b59
Minor : Get missing dataProducts and pipeline properties in /customProperties api (#19445) 2025-01-21 14:58:04 +05:30
Ashish Gupta
5e7847e2f5
fix the description not rendered in Glossary Modal while edit (#19453) 2025-01-21 12:42:23 +05:30
RounakDhillon
720249591c
Docs: Advanced Guide Section Correction (#19459)
Co-authored-by: Rounak Dhillon <rounakdhillon@Rounaks-MacBook-Air.local>
Co-authored-by: Prajwal214 <167504578+Prajwal214@users.noreply.github.com>
2025-01-21 06:31:27 +00:00
Chirag Madlani
58b1ef1c03
fix(test): rest api service deletion taking longer (#19439)
* fix(test): rest api service deletion taking longer

* fix entity name with schema
2025-01-21 11:42:38 +05:30
Imri Paran
3abae45403
MINOR: feat(apps): support event subscriptions (#19338)
* feat(apps): support event subscriptions

- added support for apps with event subscriptions.
- added support for custom consumers on event subscriptions.
- use native application methods instead of reflection in ApplicationHandler

* removed runMethodFromApplication reflection and use concrete methods from AbstractNativeApplication

* format
2025-01-21 07:10:26 +01:00
Chirag Madlani
00a37c6180
Fix(ui): refresh call concurrency for multiple browser tabs (#19303)
* fix(ui): refresh auth token for multi browser tabs

* update refresh logic

* fix multiple tab issue

* fix tests

* added tests

* fix ingestion bot failure

* fix sonar cloud

* update test description

* remove unused code and reset test on after all

* bump playwright

* avoid running refresh tests as it's been flaky for postgres

* revert playwright version bump changes

* Put 500 status

---------

Co-authored-by: mohitdeuex <mohit.y@deuexsolutions.com>
2025-01-20 23:31:56 +05:30
Ashish Gupta
57ed033703
#19406: supported the task filter on landing page widget (#19431)
* supported the task filter on landing page widget

* added playwright for the test
2025-01-20 22:45:17 +05:30
Shailesh Parmar
3d9e9dd9ab
Bump: playwright to v1.48.2 (#19448) 2025-01-20 20:34:48 +05:30
RounakDhillon
5dd316742f
Docs: Advanced Guide Section Addition (#19452)
Co-authored-by: Rounak Dhillon <rounakdhillon@Rounaks-MacBook-Air.local>
Co-authored-by: Prajwal214 <167504578+Prajwal214@users.noreply.github.com>
2025-01-20 12:42:38 +00:00
Chirag Madlani
244e3ab490
Revert "bump(playwright): update playwright for batter tracing (#19440)" (#19449)
This reverts commit 0e58eb71b1dca642fd76fa168e49a100818ecc79.
2025-01-20 17:12:53 +05:30