9736 Commits

Author SHA1 Message Date
Teddy
5646d0409d
Minor fix test case sorting in search client (#16035)
* fix: search sorting on null timestamp

* skipping cypress tests for filters

* fix: use getChildAlias for ES children update/delete

* fix: add retry logic for test case resource ES

* style: ran java linting

* fix: cascade search deletion to children

* updated profilerConfig

* fix: move ES deletion to end of flow

* style: ran java linting

* chore: test mvn execution time without test case resource test

* style: fix java linting

* chore: re enable test case resource tests

* fix: reduce wait time for get test summary

* fix: add rertry on deleteTag for search tests

* fix: denormalize test entities relationship for search

* style: ran java linting

---------

Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
2024-05-03 08:02:02 +02:00
Mayur Singal
8603b2a2c3
MINOR: Mark SISS packages as unsupported docs (#16103) 2024-05-03 11:17:24 +05:30
Onkar Ravgan
3c083cdb68
updated pbi e2e counts (#16109) 2024-05-03 06:57:15 +02:00
Alexander Rose
54be6daf38
updated the contributing file (#16114) 2024-05-03 08:03:36 +05:30
Yuki Shiga
f2cfbd5982
Fixes #16075: Fix Incorrect Spark Property Name in DeltaLake Connection Configuration (#16097)
* fix typo (sparks.driver.extraClassPath -> spark.driver.extraClassPath)

* Fix incorrect Spark session username configuration in DeltaLake connection
2024-05-02 18:04:31 +02:00
IceS2
a54c54b1ab
Remove overrideOwner attribute that isn't there anymore (#16108) 2024-05-02 14:34:57 +00:00
Karan Hotchandani
71293e9fbd
add cypress for search index app (#16104) 2024-05-02 18:56:06 +05:30
Shailesh Parmar
e2de16bbaa
cypress: fixed cypress tests for main (#16088)
* cypress: fixed cypress tests for main

* fixed tags cypress

* skipping test related to activity feed
2024-05-02 18:55:33 +05:30
Sachin Chaurasiya
b9a6c92ad1
minor: update the error fallback image and styling (#16100)
* minor: update the error fallback image and styling

* Update error fallback image and styling
2024-05-02 12:00:11 +02:00
sonika-shah
b7c54c9ab5
fix issue in directChildrenOf api for postgresql (#16093) 2024-05-01 15:15:00 +05:30
Aniket Katkar
dd176b7da1
Minor: Automator, Advanced Search Improvements and Fixes (#16084)
* Fix the schemaFields key for advanced search filters
Add missing "Feature" quick filter for ml model on explore page

* Update the common column filter fields label for different assets to differentiate the fields when combined list is displayed

* Update localization files with new translations

* Add isBeta property to LeftSidebarItem interface
2024-05-01 10:12:46 +05:30
Karan Hotchandani
818030b65d
get pipeline status from elastic search (#16089)
* get pipeline status from elastic search

* fix cypress
2024-04-30 20:06:50 +05:30
Sachin Chaurasiya
7cc6015574
minor: show toast message for browser popup blocked issue (#16087)
* minor: show toast message for browser popup blocked issue

* Update browser popup blocked message in language files

* Update browser popup blocked message in language files
2024-04-30 18:02:54 +05:30
Onkar Ravgan
87c8254c38
Fix #15454: Added protobuf parser complex schema support (#16071)
* Added protobuf parser complex schema support

* Added options keyword in proto testing
2024-04-30 17:59:27 +05:30
Teddy
91f930d4c4
FIX #15956 - Send web socket notification on incident assignment/ack (#16086)
* fix: send websocket notification on incident assignment

* style: ran java linting
2024-04-30 14:17:06 +02:00
Ashish Gupta
89b083b6f2
revamp announcement card (#16016)
* revamp announcement card

* cypress fix and minor improvement

* fix sonar issue

* refactor ProfilePicture view and support cypress and fix sonar lint issue

* added and fix some unit test

* fix and added unit test

* changes made as per comments

* fix sonar issue

* skip cypress failure due to flakiness
2024-04-30 15:19:57 +05:30
Mohit Yadav
5954ecf060
Enable Support for Status of Pipeline and IngestionPipeline in Elastic Search (#16023)
* - Add Ingestion Pipeline supports search

* - Add Pipeline Status in Repository

* - Add PipelineStatus update on entity pipeline status updation

* - Reindex Pipeline Usage Entities

---------

Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>
Co-authored-by: Karan Hotchandani <33024356+karanh37@users.noreply.github.com>
2024-04-30 15:12:03 +05:30
Teddy
d30547962b
revert: mvn test workflow retry (#16085) 2024-04-30 10:34:14 +02:00
Pere Miquel Brull
78324bd17c
MINOR - Set pipeline status early (#16077) 2024-04-30 09:22:04 +02:00
Chirag Madlani
0701fed67e
Glossary expand fix (#16066)
* Fix #16046 : modify glossaryTerms api endpoint to support querying immediate children with childrenCount

* fix(ui): support lazy loading for n level of glossary

* fix modal update for glossaryTerm

* fixed expand/collapse button bug and update glossary page issue

---------

Co-authored-by: sonikashah <sonikashah94@gmail.com>
Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
2024-04-30 07:12:43 +00:00
Marcelo Majer Franceschini
97d3625302
updated docs to 1.3.3 (#16080) 2024-04-30 08:34:43 +02:00
Teddy
e1bda12b79
fix: cache constraint results (#16078) 2024-04-30 08:12:04 +02:00
Onkar Ravgan
c63d441aa1
Fix #12929: Added config to include/exclude undeployed pipelines while ingestion (#15797) 2024-04-30 10:54:06 +05:30
Pere Miquel Brull
a5e062cf30
MINOR - Metadata Actions - New Actions (#16037)
* MINOR - Metadata Actions - New Actions

* Add actions

* Add actions

* Add actions

* Add actions

* Add actions

* Add actions

* Add support for chart search in UI

* Refactor searchEntity function in AlertsUtil.tsx and getSearchIndexEntityTypeMapping function in SearchClassBase.ts

* add domain

* add domain

* format

* Update setSourceAsValue parameter in searchEntity function

* add missing fields in the advanced search field selection for all the assets

---------

Co-authored-by: Aniket Katkar <aniketkatkar97@gmail.com>
2024-04-30 07:11:03 +02:00
Ayush Shah
6055955f4e
Fix DataLake Client (#16072) 2024-04-30 10:25:03 +05:30
sonika-shah
432820d929
Fix #16046 : modify glossaryTerms api endpoint to support querying immediate children with childrenCount (#16056)
* Fix #16046 : modify glossaryTerms api endpoint to support querying immediate children with childrenCount

* childrenCount added in glossary_term_index_mapping.json

* childrenCount added in glossary_term_index_mapping.json
2024-04-30 00:01:07 +05:30
Shailesh Parmar
58992c2e24
Revert "#15260 UI: consistent user/team selectable list for all the places in…" (#16067)
This reverts commit 8fe184dce8ffd00f2650139662d7946e8314dd05.
2024-04-29 15:03:04 +00:00
Karan Hotchandani
876a02bcdb
Show collapse for record type of topic entity (#16063)
* fix minor lineage issues

* fix cypress

* fix lineage cypress
2024-04-29 19:16:40 +05:30
Mayur Singal
eac0466b4d
Fix #16064: Add support for dynamic table type (#16069) 2024-04-29 18:56:52 +05:30
Mohit Yadav
fa73171dff
[GlossaryTerm] Fix Glossary Term Issue (#16068)
* - Don't update gloosary Term in case of equal tags

* - Invert Conditions

* - Mutually Exclusive cannot be updated

* - Fix Failing Tests
2024-04-29 18:16:49 +05:30
Mohit Yadav
92e5b080cf
Add more information to activity feed (#16007)
* Add more information to activity feed

* Null Or Empty Descriptions

* give owner reference

* - Entity Domain Updates

* - Fix Description

* - Custom Properties Addition
2024-04-29 18:16:21 +05:30
Onkar Ravgan
ceaa9d3e8a
Fix #15611 Parse PowerBI Dax files for lineage (#15975) 2024-04-29 14:55:06 +05:30
harshsoni2024
68e036418c
Fix #15719: Improve unit test to increase coverage. (#15905)
* issue-15719: unit test for superset db source

* issue-15719: use testcontainers for superset_api client test

* issue-15719: superset-api yield data changes

* fix failed test cases due to testcontainer version

* issue-15719: postgres container version fix

* issue-15719: setup & teardown with testcontainers

* issue-15719: remove more patch code
2024-04-29 08:00:39 +02:00
harshsoni2024
d98a8c5cf1
issue-15858: reduce es call in ingestion for foreign key processing (#15988) 2024-04-29 11:07:32 +05:30
Mohit Yadav
4272c5ffee
- fix Reindex status in Operations (#16065)
* - fix Status

* - TODO stats print

* - Fix Stats

* - Update Error Message
2024-04-28 20:58:45 -07:00
sonika-shah
c6afcce52d
update SettingsCache and fix migration issues (#16052)
* update SettingsCache and fix migration issues

* java checkstyle change
2024-04-29 09:26:09 +05:30
Ashish Gupta
26db024379
MINOR: Re-supported password input for service forms (#15964)
* re-supported password input and value hidden on asterisks basis

* supported test

* check the entire string value for showing it in the input

* added test
2024-04-27 14:10:51 +05:30
Ashish Gupta
09d8894576
fix the miss ordering of teams (#16060) 2024-04-27 14:01:05 +05:30
Aniket Katkar
959b8a0f1f
Minor: Observability and ActivityFeed cypress fixes (#16061)
* Modify Observability cypress test to eliminate flakiness

* revert the cypress config changes
2024-04-26 15:43:37 +00:00
Ashish Gupta
e00ab1698b
fix bot and glossary cyress (#16057) 2024-04-26 21:00:08 +05:30
Shailesh Parmar
a5a56ebe6a
cypress: fixed cypress test failure of main (#16058) 2024-04-26 19:27:50 +05:30
Mohit Yadav
33f1e4f4f0
- Fix displayName (#16059) 2024-04-26 15:26:55 +02:00
Shilpa Vernekar
e6a2ec147e
Docs: Fixed 404 links (#16028) 2024-04-26 18:48:45 +05:30
Sriharsha Chintalapani
0695398a64
Fix #15490: openmetadata-ops.sh reindex does not work (#15993)
* Fix #15490: openmetadata-ops.sh reindex does not work

* add status for reindex

---------

Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>
2024-04-26 14:17:11 +02:00
Fredrik Möllerstrand
21d7a2ffba
MINOR: Fix error message in S3Source (#16043)
* Fix error message in S3Source

* Fix checkstyle

---------

Co-authored-by: Pablo Takara <pjt1991@gmail.com>
2024-04-26 11:50:38 +02:00
Imri Paran
4ac5912d4c
MINOR: added TestCase inspection query to backend and sample data (#16003)
* added TestCase inspection query to backend and sample data

* format

* format
2024-04-26 11:49:08 +02:00
Karan Hotchandani
f7e0912ecb
Lineage layers (#15940)
* lineage layers initial commit

* minor fixes

* locales

* fix deletion of node and edges

* fix implement lineage pagination

* fix tests

* add unit tests

* get pipeline status call only on pipeline layer active

* fix rendering  array column in topic

* feedback from customers

* cleanup

* encode column lineage handles

* cleanup

* fix tests

* fix status call for pipeline only

* remove expand collapse button

* fix tests

* feedbacks

* fix cypress

* add lineage export

* tests

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2024-04-26 14:16:11 +05:30
Imri Paran
61451b743a
Update maven-build.yml (#16054) 2024-04-26 08:45:56 +00:00
Harsh Vador
5125ebc812
(feat): show glossary terms in hierarchy form (#15823)
* (feat): show glossary terms in hierarchy form

* update treeSelectList component

* support hierarchy for glossary search

* finish with hierarchy implementation

* fix tag selection issue

* skip tests

* open menu by default to avoid user click

* fix cypress

* fix cypress

* address comments

* fix tags spec

* fix tag spec

* fix count issue for tags page

---------

Co-authored-by: Chira Madlani <chirag@getcollate.io>
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2024-04-26 12:55:40 +05:30
Imri Paran
20da82597a
MINOR: ci: retries (#16042)
* ci: retries

retry tests up to 3 times in main branch

* ci: retries

use nick-fields/retry
2024-04-26 08:45:41 +02:00