10673 Commits

Author SHA1 Message Date
Mayur Singal
6af8918167
MINOR: Fix lineage list of connectors docs (#16161) 2024-05-08 12:59:52 +05:30
Mohit Yadav
4da3da3a63
- Add User Entity Notification (#16165) 2024-05-08 12:07:22 +05:30
Ayush Shah
345fe1a6ff
Add SSL config in advanced config (#16151) 2024-05-08 11:57:07 +05:30
Karan Hotchandani
b3504d8f2b
Fix 'Tier' filter include results of deleted assets & minor lineage fixes (#16120)
* fix feedbacks

* fix quick filter

* minor fixes

* fixes

* fix column level lineage search
2024-05-08 11:45:36 +05:30
Pere Miquel Brull
39eed12f32
MINOR - Version match logic update & Airflow docs (#16157)
* airflow docs

* update version validation

* MINOR - docs and version match
2024-05-08 07:37:14 +02:00
sonika-shah
abdaea55e2
Fix custom property entity and entityReferenceList (#16145)
* fix validation error for entity and entityRef property types

* fix validation error for entity and entityRef property types

* fix validation error for entity and entityRef property types

---------

Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>
2024-05-08 07:01:09 +02:00
Pere Miquel Brull
5181c79bbc
FIX - try-catch test suite migrations (#16160)
* FIX - try-catch test suite migrations

* format

---------

Co-authored-by: Sriharsha Chintalapani <harshach@users.noreply.github.com>
2024-05-07 16:08:31 -07:00
Mohit Yadav
96417452a9
[Fix CI ES Test] Fix Search Flaky Tests (#16126)
* - Fix Test Suite Change Description
- Improvement for Search Tests [In Progress]

* Review Comments

* - Fix Test

* - Make Elastic Search Calls Sync

* - Make Elastic Search Calls Sync for Delete

* - Fix Test for Topic Search Index

* - Remove wait for async

* - Fix Failing Test for AppResourceTest

---------

Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>
2024-05-07 23:38:06 +05:30
Sachin Chaurasiya
8016a5e8dc
Minor: disable time, dateTime and timeInterval custom property type from UI (#16136) 2024-05-07 22:35:07 +05:30
Mayur Singal
cf9b1a55ec
MINOR: athena usage & lineage minor fix (#16156)
* MINOR: athena usage & lineage minor fix

* py format
2024-05-07 18:59:39 +02:00
Mayur Singal
5cae2137d3
MINOR: improve s3 test connection (#16158) 2024-05-07 18:59:00 +02:00
Shailesh Parmar
1acf7d92d3
Minor: fixed testSuite dependency on table entity object (#16147)
* Minor: fixed testSuite dependency on table entity object

* fixed failing unit
 test case
2024-05-07 22:19:24 +05:30
Mohit Yadav
b3e0470882
Migration Fixes (#16131)
* - Migration Fixes

* - Migration Fixes

* - Typo fix

* - Make warn to error

* - Update Migration to show Query Status

* - Fix Query in POstgres

---------

Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>
2024-05-07 22:07:25 +05:30
Chirag Madlani
853bca57e3
CI: enable checkstyle workflow for ui directory (#16152) 2024-05-07 19:50:18 +05:30
Onkar Ravgan
4a6849a05d
MINOR: Added custom property EntityReference support to python sdk (#16132)
* Added cust prop entityref to python sdk

* Added name and displayName fields to entityref
2024-05-07 17:35:39 +05:30
Onkar Ravgan
2946bd6a56
rmv alation and kafkaconnect icon from oss (#16144) 2024-05-07 14:02:05 +02:00
Teddy
0f8a089f4d
fix: test suite resource test (#16143) 2024-05-07 11:47:38 +02:00
Chirag Madlani
a1f5a1e7a5
CI: update maven ci to be skipped for ui directory (#16142) 2024-05-07 06:49:00 +00:00
Antoine Balliet
2b7853581c
feat: compute dbt model lineage across databases (#16079)
* feat: compute dbt model lineage across databases

* fix lint

* try other way

* remove useless function

* Update metadata.py

* review

* chore: remove config.serviceName usage
2024-05-07 11:49:50 +05:30
Mayur Singal
e13a1af395
MINOR: S3 Add support for single bucket ingestion (#16096) 2024-05-07 11:33:57 +05:30
Shailesh Parmar
8427b8b509
Minor: fix glossary term, reviewer and cypress (#16125)
* Minor: fix glossary term, reviewer and cypress

* added "Governance" tag for glossary spec

* fixed add glossary term issue

* cypress fixes

* fixed cypress
2024-05-07 10:59:19 +05:30
Aniket Katkar
23a526db4c
Feat: Activity feed revamp (#15716)
* add new activity feed card component according to the new designs

* add new localization values

* replace the old ActivityFeedCardV1 component with the new ActivityFeedCardV2
delete unused components

* add the delete and edit options for the feeds

* move new activity feed card component to a common folder

* Refactor activity feed header to implement new backend changes

* Refactor activity feed header to implement new backend changes

* Add DescriptionFeed component to show feed info for description changes

* Improve getFeedChangeOperationLabel util function

* Fix activity feed card styling to remove text primary color on hover

* Refactor code for ActivityFeedCardV2 component and add new test case feed components

* Update localization files for test status pluralization

* Update cardStyle enum values in thread.json schema

* Update feed header messages

* Update localization files for feed headers

* Update feed body to display asset details for entityCreated, entityDeleted and entitySoftDeleted

* Update localization files for soft-deleted-lowercase translation

* Add tags feed component show feeds related to tags

* Update localization files for added and removed entity translations

* Refactor TagsFeed component to remove unnecessary code

* - Send Actual Field Name

* - Add json Type in one thread.json

* added feed support for customProperty

* localization keys

* fix sonar issue

* changes made as per comments

* localization keys

* fix feed message not coming up

* testCaseFeed fix

* localizaion keys added

* removed action button on system generated feed

* fix redirect link for alerts feed

* fix the classification and glossary feed card icon

* fix the classification icon and card ui overflow

* minor fix

* changes as per comments

---------

Co-authored-by: Ashish Gupta <ashish@getcollate.io>
Co-authored-by: mohitdeuex <mohit.y@deuexsolutions.com>
2024-05-06 21:42:08 +05:30
Pere Miquel Brull
1969906643
MINOR - Add missing ES mappings (#16137) 2024-05-06 16:46:40 +02:00
Sachin Chaurasiya
b04837cdeb
Minor: make password and username field non required in email config form (#16133)
* Minor: make password field as non required in email config form

* chore: Update email config form to make password field non-required
2024-05-06 19:25:34 +05:30
Mohit Yadav
0769d71ee7
Fixes Test Suite Reference in Table Schema (#16129)
* Fixes Test Suite Reference in Table Schema

* fix: fix test suite to interact with entity reference

---------

Co-authored-by: Teddy Crepineau <teddy.crepineau@gmail.com>
2024-05-06 19:03:23 +05:30
Pere Miquel Brull
8309fc8dae
MINOR - Migration validation ignore order (#16119) 2024-05-06 14:56:22 +02:00
Suman Maharana
488078da8a
Add DDL query ingest (#15860) 2024-05-06 18:03:50 +05:30
Karan Hotchandani
2792bbd288
Add extension redirect url information in docs (#16134)
* add browser extension redirect url information in docs

* added notes
2024-05-06 14:14:54 +02:00
Aniket Katkar
ac3f843d6d
Minor: Automator feedback part 2 (#16115)
* Change ingestion pipeline unpause button to play
Fixe the cron editor alignment
Fix the alignment of beta tag on left menu bar

* chore: Update language files with new translations and add "Play" translation

* Move IngestionRunDetails modal to a common component for reuse

* Add missing localization

* localization changes for all languages
2024-05-06 13:14:29 +05:30
IceS2
795879d776
MINOR: Fix issue with SQLAlchemy types not being correctly mapped to OM Type on the profiler (#16122)
* Fix issue with SQLAlchemy types not being correctly mapped to OM Types on the profiler

* Fix checkstyle
2024-05-03 17:05:52 +02:00
Mayur Singal
215a274bd0
Fix #14130: Add support for azure auth in trino (#16117) 2024-05-03 15:17:25 +05:30
Onkar Ravgan
f1004e7960
Fix #16091: Fixed case issue in dbt (#16105)
* dbt col name case fix

* Update ingestion/src/metadata/ingestion/ometa/mixins/patch_mixin.py

Co-authored-by: Teddy <teddy.crepineau@gmail.com>

---------

Co-authored-by: Teddy <teddy.crepineau@gmail.com>
2024-05-03 14:29:33 +05:30
Onkar Ravgan
3d2e2e8214
MINOR: Updated test case name field (#16048)
* Removed entityName char limit

* updated new field

* fixed backend tests

* fixed linting
2024-05-03 10:19:44 +02:00
Pere Miquel Brull
a0db32c18a
MINOR - Docs and deprecations (#16118)
* MINOR - Docs and deprecations

* clean
2024-05-03 10:18:29 +02:00
Siddhant
f4cf6ca14a
Improvements: Added new API to perform PATCH requests using fully qualified names for all entities. (#16113) 2024-05-03 12:28:48 +05:30
Shailesh Parmar
d3ed7895bc
cypress: fixed cypress AUT part 3 (#16112) 2024-05-03 06:37:26 +00:00
Mohit Yadav
920ed4cdc3
- Fix Indexes for changeDescriptions (#16106)
* - Fix Indexes for changeDescriptions

* use full path to remove

* review comments
2024-05-03 11:46:02 +05:30
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