10673 Commits

Author SHA1 Message Date
Mayur Singal
616e3bd89c
Minor: Fix postgres version on docs (#14642) 2024-01-10 22:53:05 +05:30
Ashish Gupta
c27b0cf002
fix table redirect link from databaseSchema tables (#14670) 2024-01-10 18:52:08 +05:30
Mayur Singal
810e1df051
Minor: Fix Databricks Pipeline Test Connection Fix (#14667) 2024-01-10 18:37:00 +05:30
Mayur Singal
8197fe56ec
Minor: Snowflake - Add Support For Materialised Views (#14664) 2024-01-10 18:36:42 +05:30
Sachin Chaurasiya
f9ebdfc722
Minor: update hash to fullhash for filename and chunkFilename in webpack prod config (#14668) 2024-01-10 10:40:54 +00:00
Mohit Yadav
501c22f6c1
Change for Building Collate List Filter (#14665) 2024-01-10 14:34:14 +05:30
Mayur Singal
9288620c29
Minor: Fix Feature Tables of Connectors (#14658) 2024-01-10 12:48:42 +05:30
Sachin Chaurasiya
6646641b77
Minor: add base class for entity utils (#14651)
* Minor: add base class for entity utils

* test: add unit test for entity util class

* add user and team entity type case
2024-01-10 12:09:19 +05:30
Ayush Shah
dcac5c2367
Modify Redshift Database env (#14662) 2024-01-10 12:09:09 +05:30
Ashish Gupta
d9d0400cec
feat(ui): supported resolution center in data quality (#14037)
* feat(ui): supported resolution center in data quality

* resolution details page added

* components added in test case result page

* connected listing and detail page

* added severity modal and addressed comments

* added support to edit status

* change resolution center name to incident manager

* severity crud support

* added incident-manager-api

* updated listing page and added navigation for incident manager in left menu bar

* updated icon

* added issue tab in incident manager

* translation-sync

* commented the security check for timebing

* updated label style

* added below filters in incident manager listing page
- Assignee
- Status
- Test case name

* fix status modal was not working in incident manager listing page issue

* - integrated permissions in incident listing page and details page
- added update owner functionality
- IncidentDetails page updated as per mock
- fixed DQ component added redirection from status

* added test case resolution stepper in issue tab

* updated task details tab as per mock

* updated testcase ui

* added beta tag in left panel

* added reference line in graph for single count

* fixed failing unit test

* added unit test for severity and severityModal component

* added unit test for testCaseIssueTab

* added unit test for testCaseResultTab component

* added unit test for testCaseIncidentManagerStatus component

* added unit test for TaskTabIncidentManagerHeader component

* added unit test for below component
- incidentManagerPage
- IncidentManagerDetailPage

* added cypress for incident manager

* fixed failing cypress

* updated ui as per mock

* translation sync

* skip cypress for incident manager

* fixed dataQuality cypress test

---------

Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2024-01-09 17:30:40 +00:00
Aniket Katkar
a96a61edfe
fix cypress for customize landing page (#14635) 2024-01-09 22:25:23 +05:30
Sriharsha Chintalapani
8d8d71e4f9
Fix #14442: Glossary index is not updated on Glossary deletion (#14638)
* Fix #14442: Glossary index is not updated on Glossary deletion

* Fix #14442: update SearchIndexApp to add Glossary

* Add Glossary to other config schema

---------

Co-authored-by: mohitdeuex <mohit.y@deuexsolutions.com>
2024-01-09 08:34:45 -08:00
07Himank
44af8b3a47
working on lineage es integration (#14181)
* working on lineage es integration

* os change

* working

* working on lineage es integration

* add curremt lineage, special character handling, delete lineage

* remove test code

* update lineage index work done

* fix: add lineage ui changes

* fix: lineage add edit

* fix: center on load

* fix: add remove edges

* fix: column lineage issues

* use reactflow controls

* add collapse

* added upstream and downstream depth diffrently

* depth and collapse

* fix loading of dialog

* add includeDeleted in API

* cleanup

* cleanup

* cleanup

* initial unit tests

* fix tests

* cleanup

* update filter query

* fix: allow sql query to update

* use input instead of select

* unit tests

* unit tests

* fix edge removal

* cleanup

* description and deleted

* fix: initial lineage tests

* fix unit tests

* fix: review comments

* added edgedescription

* refactor custom nodes

* refactor condition

* add pipeline status color

* fix unit tests

* cleanup

* cleanup

* fix: lineage url

* depth issue resolved

---------

Co-authored-by: karanh37 <33024356+karanh37@users.noreply.github.com>
Co-authored-by: karanh37 <karanh37@gmail.com>
2024-01-09 08:34:17 -08:00
Sriharsha Chintalapani
182a19f3cc
Add docs on where to get the API token (#14633) 2024-01-09 07:55:40 -08:00
Mohit Yadav
dbd9f1381a
[DOCS] Update Troublesbooting docs for SSL to new env and keys (#14654)
* Update Troublesbooting docs for SSL to new env and keys in openmetadata.yaml

* Update PipelineServiceClientConfig
2024-01-09 07:54:56 -08:00
Akash Jain
3ed8a4223f
fix(CI): Cypress CI to use different Record Key for Schedule runs (#14646) 2024-01-09 16:27:22 +05:30
Ayush Shah
78818d40a1
Reuse GH secrets (#14643) 2024-01-09 15:21:34 +05:30
Sachin Chaurasiya
e08891fbad
Minor: invoke analytics instance only when it's available (#14636) 2024-01-09 08:05:40 +00:00
Mayur Singal
2832bbcc8c
Fix #14362: Spark Pipeline Connector & Docs (#14626) 2024-01-09 12:40:43 +05:30
Onkar Ravgan
d913586622
Fixed auth header in rest client (#14632) 2024-01-09 11:47:09 +05:30
Sriharsha Chintalapani
9cafde3847
Fix #11700: While doing recursive delete, check if a previous iteration already deleted the children (#14629) 2024-01-08 22:09:45 -08:00
Mayur Singal
3b61938c6d
Minor: Fix Mysql E2E Count (#14631) 2024-01-09 11:28:43 +05:30
Mohit Yadav
645195f99e
Fix Syntax for Activity Feed Alert (#14634) 2024-01-09 11:21:47 +05:30
Sriharsha Chintalapani
8f37d7da05
Fix #14610: includeEmptyTestSuite behavior causing not include newly created test suites (#14611)
* Fix #14610: includeEmptyTestSuite behavior causing not include newly created test suites

* Fix tests

* Fix tests

* Fix tests
2024-01-08 18:58:47 -08:00
Pere Miquel Brull
24643a397a
#14492 - Fix Snowflake SP parsing with empty signature (#14623) 2024-01-08 11:16:35 -08:00
07Himank
7b7c25529b
Minor Fix Knowledge (#14576)
* Minor Fix Knowledge

* checkstyle

* checkstyle
2024-01-08 10:47:05 -08:00
Mohit Yadav
dad886eaba
Remove LMAX Disruptor , use queue and Quartz (#14422)
* Remove LMAX Disruptor , use queue and Quartz

* Spotless Fix

* Spotless formatting

* Review Comments

* Improvements

* Improvements to add Retry and DLQ

* Spotless fix

* Update Stats

* Fix stats

* Fix delete Failures

* Fix Failing Tests

* Fix Failing Tests

* Fix Failing Tests

* Postgres Fix

* Fix Schema Change for Change Event Table

* Failing test

* Fix Error for non ChangeDescriptions

* Adds Observability On Top of Event Subscription

* Make List Separate

* Add more filters for Test Suite

* Populate Default Schema Updates to Look for

* typo

* Add matchFieldChange and other in paramAdditionalContext

* Review Comments

* Spotless fix

* Merge issue

* Update Filter as per new Syntax

* Fix Failing Test
2024-01-09 00:13:45 +05:30
Sriharsha Chintalapani
b9781746ce
Fix #8496: Segregate ES indexes for use in shared infrastructure (#14606)
* Fix #8496: Segregate ES indexes for use in shared infrastructure

* Fix tests

* use entityType aggregation key for counts

* localisation

* Revert openmetadata.yaml changes

* Update sample_data.yaml

---------

Co-authored-by: karanh37 <karanh37@gmail.com>
2024-01-08 08:29:11 -08:00
Sriharsha Chintalapani
dcff230bb6
Fix #12854: Executable TestSuite should inherit the ownership from its table (#14612) 2024-01-08 17:24:37 +01:00
Pere Miquel Brull
e8eb2bda3c
MINOR - Hide AutoTagger, add MetaPilot search, and fix apps status calls (#14201)
* MINOR - Hide AutoTagger & MetaPilot search & Fix apps status calls

* Fix method call

* Fix method call

* Fix method call

* "additionalProperties": true

* Use EntityRef

* Use ES sink

* Update UI schema type
2024-01-08 14:57:07 +01:00
Sachin Chaurasiya
c1d6a44cc7
Minor: add hash for filename and chunkFilename in webpack prod config (#14620)
* Minor: add hash for fileName and chunkFilename in webpack prod config

* Address comment

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

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2024-01-08 13:53:23 +00:00
Sachin Chaurasiya
3710113b8f
Minor: fix validator type error for ingestion workflow form (#14619)
* Minor: fix validator type error for ingestion workflow form

* Minor: use customizeValidator method
2024-01-08 11:28:04 +00:00
Sachin Chaurasiya
3bc5b60c05
Fix[#14242]: displaying artifacts when using codeBlock in the description of objects (#14617) 2024-01-08 16:32:14 +05:30
Pere Miquel Brull
c62afedebc
MINOR - Bump CI labeller version (#14618) 2024-01-08 11:12:10 +01:00
Chirag Madlani
98f3f0708c
[WIP] Cypress organise (#14419)
* chore(test): organise cypress tests

* improve entity tests

* update tests

* support service spec

* fixed glossary term issue

* support custom properties

* fix tier flakiness

* fix failing tests

* fix service spec and add search index tests

* update tests

* enhance tests to cover Database related entities

* fix database spec

* fix tests

* add dashabord datamodel entity

* run all the specs

* fix import error

* fix test

* fix some tests

* support soft deleted checks

* address comments

* fix test failures

* fix test failures

* reduce test results count to avoid cypress limit

* fix test issues

* fix updateDisplayName spec

* fix custom property and visit entity issues

* Fix DQ tests
2024-01-08 15:23:39 +05:30
Sriharsha Chintalapani
10e2f69add
MINOR - exclude logback (#14615)
* exclude logback

* exclude logback
2024-01-08 08:41:24 +01:00
Ashish Gupta
acee4fecc2
fix unwanted value in container data asset header (#14593) 2024-01-08 12:57:03 +05:30
Sriharsha Chintalapani
267fbfa97d
fix: upgrade codemirror from 5.62.3 to 5.65.16 (#14608)
Snyk has created this PR to upgrade codemirror from 5.62.3 to 5.65.16.

See this package in npm:


See this project in Snyk:
https://app.snyk.io/org/harshach/project/450b4396-0ef4-4bb2-8b7a-9c8e6ab6c41d?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
2024-01-08 12:37:35 +05:30
Onkar Ravgan
2c539f912d
Added alation connector docs (#14614) 2024-01-08 12:28:25 +05:30
Pere Miquel Brull
b92fd5cde4
MINOR - Move test case incident to the top of the data_quality_data_time_series (#14600)
* Add field and index

* MINOR - Move test case incident to the top of the data_quality_data_time_series table

* Fix test

* Fix compile

* Format

* Update incidentId

* Rename field

* Fix patch
2024-01-08 07:42:15 +01:00
Onkar Ravgan
ecdb7b9f41
Fixes 14109 and 14325: Optimised Tableau Connector (#14548)
* Optimised tableau conn

* Added comment
2024-01-08 06:33:05 +01:00
Mayur Singal
c3903b3f45
Minor: Fix IBM DB2 Depenency Installation Issue (#14613) 2024-01-08 10:18:04 +05:30
Sriharsha Chintalapani
a41a341aca
Minor: Revert JWT Filter changes to extract username (#14607) 2024-01-06 23:49:52 -08:00
Ayush Shah
d513dc4d4d
#11890: Add GCS Json schema changes (#14559)
* Issue-11890: Add GCS Json schema changes

* Modify Gcs Security config

* Add Test Def for gcs

* Add gcs for storage_metadata_config
2024-01-06 19:27:36 -08:00
Sander van Laar
07e9c1a55d
Added localization file nl-nl (#14597)
* Added localization file nl-nl

* Update i18nextUtil.ts
2024-01-06 19:27:00 -08:00
Sriharsha Chintalapani
a92fedf544
DB2 connector docs, call out db2 package installation (#14605)
* DB2 connector docs, call out db2 package installation

* DB2 connector docs, call out db2 package installation
2024-01-06 19:25:58 -08:00
Pere Miquel Brull
aa79bcb923
#14471 - Clean up ingestion status when deleting the ingestion pipeline (#14592) 2024-01-06 09:31:29 -08:00
Sriharsha Chintalapani
bea4be4e82
fix: openmetadata-ui/src/main/resources/ui/package.json & openmetadata-ui/src/main/resources/ui/yarn.lock to reduce vulnerabilities (#14604)
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-AXIOS-6144788

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
2024-01-06 09:31:11 -08:00
mgorsk1
83a1d4bb31
fix: rendering of more complex pipelines tree view (#14595) 2024-01-06 14:54:41 +05:30
Mayur Singal
a789fc86d6
Fix #13053: Remove Connection URI config MongoDB (#14584)
* Fix #13053: Remove Connection URI cofig MongoDB

* pyformat & test fixes
2024-01-05 10:51:12 -08:00