11743 Commits

Author SHA1 Message Date
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
Prajwal214
0310b3670f
Docs: Fixing Intendation in the dbt cloud YAML (#19451) 2025-01-20 16:54:58 +05:30
Aniket Katkar
1e9feefcd5
Fix the wrong indentation in the menu.md for 1.7.x.SNAPSHOT (#19447) 2025-01-20 15:49:27 +05:30
RounakDhillon
d0fc82ab5d
Docs: BigQuery Yaml fix (#19442)
Co-authored-by: Rounak Dhillon <rounakdhillon@Rounaks-MacBook-Air.local>
Co-authored-by: Prajwal214 <167504578+Prajwal214@users.noreply.github.com>
2025-01-20 08:59:51 +00:00
Chirag Madlani
0e58eb71b1
bump(playwright): update playwright for batter tracing (#19440) 2025-01-20 14:05:03 +05:30
Suman Maharana
1112de22bc
Fix Kafkaconnect validation errors (#19401) 2025-01-20 11:58:00 +05:30
Mayur Singal
e5acdab3b8
MINOR: Fix DI Filter not getting applied (#19400) 2025-01-20 10:37:07 +05:30
Aniket Katkar
0a27294df8
Minor: Improve cron expression validations (#19426)
* Update the cronstrue package version

* Update the cron validation util function to cover more validation cases

* Add tests for the cron validations

* Localization changes
2025-01-20 10:32:53 +05:30
dependabot[bot]
349340beb6
Build(deps): Bump katex in /openmetadata-ui/src/main/resources/ui (#19428)
Bumps [katex](https://github.com/KaTeX/KaTeX) from 0.16.10 to 0.16.21.
- [Release notes](https://github.com/KaTeX/KaTeX/releases)
- [Changelog](https://github.com/KaTeX/KaTeX/blob/main/CHANGELOG.md)
- [Commits](https://github.com/KaTeX/KaTeX/compare/v0.16.10...v0.16.21)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-20 10:06:57 +05:30
Aniket Katkar
3a36554812
Minor: Change log localization improvement (#19427)
* Change the localization key for the 'Change Log'

* make Change log plural

* Localization changes

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2025-01-19 06:50:56 +00:00
Aniket Katkar
8bbc594588
Fix the permissions call made for search service (#19430) 2025-01-19 01:17:02 +05:30
Ayush Shah
aff6913e98
MINOR: BigQuery Improvement, Hive Partitioned Tables, Nonetype issue resolved (#19429) 2025-01-18 19:41:30 +05:30
sonika-shah
b8ea105395
Fix - 19359 : Get only non-deleted entities in export (#19396) 2025-01-17 14:44:14 +05:30
Ayush Shah
7d21a8295b
MINOR: Typo for datetime attribute (#19420) 2025-01-17 14:29:36 +05:30
harshsoni2024
69d413ac34
Fix #19360: powerbi report lineage fix (#19395) 2025-01-17 14:22:52 +05:30
tarunpandey23
984956446f
Feat/update docs connector pipeline (#19422) 2025-01-17 13:33:10 +05:30
tarunpandey23
c636ccf68e
Feat/update connectors docs (#19415) 2025-01-17 13:25:06 +05:30
Mayur Singal
d0f65991f2
MINOR: Fix Kafka Test connection (#19410)
* MINOR: Fix Kafka Test connection

* fix: pylint fixed

---------

Co-authored-by: Ayush Shah <ayush@getcollate.io>
2025-01-17 12:21:43 +05:30