7458 Commits

Author SHA1 Message Date
Aniket Katkar
c6d8f90f81
fixed custom attribute settings page for search index (#13335) 2023-09-26 19:06:43 +05:30
Aniket Katkar
82b06b1a79
chore(ui): search index details and version cypress (#13287)
* Added cypress for search index version page
Added cypress checks for domains on version pages

* Added cypress for search index details page with different roles

* worked on comments

* fixed comment
2023-09-26 17:46:28 +05:30
Pere Miquel Brull
9900764961
Pipeline Service Client - Handle unexpected status response (#13314)
* airflow install docs

* Pipeline Service Client - Handle unexpected response
2023-09-26 12:58:39 +02:00
Pere Miquel Brull
a4b9a2d2cb
Fix #13023 - Fix ingestionPipeline list parameters (#13289)
* Fix ingestionPipeline list parameters

* Fix test

* support filters from ui

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2023-09-26 10:57:14 +02:00
vanshika18
6f92c3be1f
fix #11882 upgrade MLflow to 2.x (#13299) 2023-09-26 11:04:15 +05:30
Mayur Singal
3769a9d105
Fix: Bigquery Table Tag not assigned (#13325) 2023-09-26 08:56:05 +05:30
Suresh Srinivas
dc5de12668
13188 (#13331)
* WIP

* Fixes #13188 Non-admin user can't add term on glossary after policy assigned
2023-09-25 12:09:25 -07:00
Sriharsha Chintalapani
106db87eec
Update EnumBackwardCompatibilityTest.java (#13328) 2023-09-25 09:53:40 -07:00
Chirag Madlani
226de71a26
fix(ui): contraint icon for table (#13322) 2023-09-25 09:31:01 -07:00
Ashish Gupta
8b37b92ffd
supported cypress for stored procedure and data models (#13312)
* supported cypress for stored procedure and data models

* fix failing cypress

* remove data model cypress
2023-09-25 21:53:03 +05:30
Chirag Madlani
749bd03fe2
fix(ci): reduce cypress machines to 1 (#13327) 2023-09-25 19:06:08 +05:30
Ayush Shah
04760177f6
Fixes 13321: Fix Test Connection timeout (#13323) 2023-09-25 15:17:38 +05:30
Sachin Chaurasiya
9e95ff47aa
fix(#13284): persist the data between the next and back step in ingestion workflow form (#13285)
* fix(#13284): persist the data between the next and back step in ingestion workflow form

* chore: add cypress test

* chore: update the test
2023-09-25 14:34:48 +05:30
Sachin Chaurasiya
e08a3dc7ad
feat(ui): add html to markdown conversion and vice versa in block editor (#13122)
* feat(ui): add html to markdown conversion and vice versa in block editor

* chore: update mention suggestion logic

* chore: add field support in entityLink

* chore: set focus after setting the content

* revert: chore: set focus after setting the content

* chore: change the prop name

* chore: add options to setContent

* chore: move parsing option to constant

* chore: add diff view custom node

* chore: add custom extension for image

* chore: address comment

* chore: address comment
2023-09-25 14:32:43 +05:30
Shailesh Parmar
621afae8d4
ui: aligned assets tab ui of teams page with glossary term page (#13291)
* ui: aligned assets tab ui of teams page with glossary term page

* move index's to constant file

* fixed no data placeholder flickering issue

* updated default layout option
2023-09-25 10:27:50 +05:30
Mayur Singal
65f65137e6
Fix: Bigquery query log not picked up for multiproject (#13313) 2023-09-25 08:07:48 +05:30
Mohit Yadav
d71647f9fd
Adds Edited By as relationship (#13317) 2023-09-25 02:38:10 +05:30
Suresh Srinivas
eb865a997d
Add BindUUID JDBI support to directly pass UUID to queries (#13315) 2023-09-22 12:21:22 -07:00
Pere Miquel Brull
880907f8c8
Check for required fields before update (#13308) 2023-09-22 15:27:17 +02:00
Teddy
a7dd7012ea
fix: python test to remove database race condition (#13307) 2023-09-22 15:05:57 +02:00
Aniket Katkar
7524b673d0
Removed the error toasts shown for summary panel (#13309) 2023-09-22 17:09:26 +05:30
Sriharsha Chintalapani
c5a4c5957e
Add 1.1.6 migrations dir (#13305) 2023-09-22 09:45:00 +02:00
karanh37
41262ecb59
Issue 10516 (#13297)
* fix: add description component for lineage

* fix: update lineage data

* fix: code smells

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2023-09-22 12:59:05 +05:30
Shailesh Parmar
11ba94e4ea
ui: separate the api call for test suite (#13277)
* ui: separate the api call for test suite

* updated lampchage icon

* addressing comments
2023-09-22 11:40:59 +05:30
Sriharsha Chintalapani
c368157036
Move 1.1.4 migrations to 1.1.6 and add an empty dir for 1.1.6 migrations to invoke the data migration (#13300) 2023-09-21 16:36:45 -07:00
Teddy
e9ef7b5e81
Issue-12857: Remove ES Dependency from DI Workflow (#13303)
* feat: move elasticsearch indexing to backend + introduced EntityTimeSeries interface for timeseries type object

* feat: make reportData.json inherit from EntityTimeSeriesInterface

* feat: updated type to Object

* feat: deleted elasticsearch dependencies

* feat: removed elasticsearch indexing from workflow

* feat: added data insight sample data

* feat: cleaned up tests
2023-09-21 16:17:47 -07:00
mohitdeuex
b8d04e93ed Merge remote-tracking branch 'origin/main' 2023-09-22 01:31:19 +05:30
mohitdeuex
483219eadc Update pom for copying resources 2023-09-22 01:31:12 +05:30
William Geuns
270a923eb9
Fixes #10096: adding RuntimeDataBatchSpec as a GX backend (#13264)
* test

* support different gx backend

* remove unused import

* fix formatting

* Update ingestion/src/metadata/great_expectations/action.py

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

---------

Co-authored-by: William Geuns <william.geuns@vrt.be>
Co-authored-by: Teddy <teddy.crepineau@gmail.com>
2023-09-21 21:55:29 +02:00
Chirag Madlani
6417dff1c4
feat(ui): support custom properties for glossary, database & databaseSchema page (#13226)
* feat(ui): support custom properties for glossary, database & databaseSchema page

* update permission
fix version pages

* fix tests

* fix path for version page

* fix paths

* fix types

* fix codesmells

* fix logo for database

* fix code smell

* fix encoding issue
2023-09-21 21:25:16 +05:30
Chirag Madlani
b872d83c73
fic(ui): limit teamType options for various teams (#13282)
* fic(ui): limit teamType options for various teams

* fix edit teamtype

* fix condition
2023-09-21 21:22:05 +05:30
karanh37
b7119334be
Explore UI changes (#13280)
* fix: explore ui issues

* fix: add localisation

* fix: cypress updates

* fix: domain issues

* fix: update explore active index

* fix: review comments

* fix: code smells

* fix: update cypress

* fix: update method name
2023-09-21 19:07:42 +05:30
Shailesh Parmar
30c9f3e046
fixed: Bug: UI text spilling when deleting entity #13185 (#13281) 2023-09-21 18:27:41 +05:30
Onkar Ravgan
8acebbb892
Update ingestion logic to use PATCH API for lifeCycle info (#13283) 2023-09-21 16:40:09 +05:30
Pere Miquel Brull
c53fe684fd
[Docs] - Docs storage for manifest & Domo (#13290)
* Domo docs

* Storage Manifest
2023-09-21 13:06:56 +02:00
Pere Miquel Brull
f05e874c7a
Get alerted if the monitor fails due to the service (#13206) 2023-09-21 09:36:07 +02:00
Chirag Madlani
eb3570e20d
test(ui): set env variable for e2e tests (#13256)
* test(ui): set env variable for e2e tests

* added CYPRESS_BASE_URL

* fix variable mapping
2023-09-21 11:22:36 +05:30
07Himank
8292ad0078
addded aggreagtions for new indexes and fields and missing things (#13278) 2023-09-21 10:41:38 +05:30
Chirag Madlani
a778500e26
fix(test): cypress failures for main (#13272)
* fix(test): cypress failures for main

* limit cypress runs

* remove passed specs

* revert spec pattern changes

* fix more tests

* skip failed tests
fix glossary spec failure

* Revert cypress spec pattern
2023-09-20 23:17:54 +05:30
Ayush Shah
386b7e9405
Fix Storage Key in response (#13273) 2023-09-20 15:57:08 +05:30
Aniket Katkar
10d174e01b
fix #12779: added search index version page and domain changes display on version of all assets (#13228)
* added search index option for global search

* removed the announcement and rename options for soft deleted entities

* fixed the testid for SummaryTagsDescription

* Added summary panel component for search index

* updated summary components to use new common component

* Added lineage functionality for search index entity

* fixed code smells

* Removed unnecessary case conversions

* removed unnecessary fields

* Fixed code smells

* domain update functionality for searchIndex page
added version page for search index
updated domain changes for all the version pages

* fixed unit tests

* fixed minor bug on version page

* added after domain update action for tables

* added searchIndex option for reIndexing

* fixed searchUtils error

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2023-09-20 14:47:06 +05:30
Sriharsha Chintalapani
e0ecf49585
Fix #11970: Search by FQN; Refactor Search Indexing, Add API to searc… (#13271)
* Fix #11970: Search by FQN; Refactor Search Indexing, Add API to search for specific field

* Fix #11970: Search by FQN; Refactor Search Indexing, Add API to search for specific field

* Fix #11970: Search by FQN; Refactor Search Indexing, Add API to search for specific field

* Fix #11970: Search by FQN; Refactor Search Indexing, Add API to search for specific field

* Fix #11970: Search by FQN; Refactor Search Indexing, Add API to search for specific field

* Fix #11970: Search by FQN; Refactor Search Indexing, Add API to search for specific field

* Add wildcard support

* Fix GlossaryTerm Patch
2023-09-20 14:40:10 +05:30
Aniket Katkar
326ab46678
fix #12779: explore tabs and lineage functionality for search index entity (#13220)
* added search index option for global search

* removed the announcement and rename options for soft deleted entities

* fixed the testid for SummaryTagsDescription

* Added summary panel component for search index

* updated summary components to use new common component

* Added lineage functionality for search index entity

* fixed code smells

* Removed unnecessary case conversions

* removed unnecessary fields

* Fixed code smells

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2023-09-20 10:35:08 +05:30
Suresh Srinivas
f45d82484d
Fixes #3090 Glossary Term approval workflow (#13269) 2023-09-19 18:30:20 -07:00
Ashish Gupta
e25c5968f3
chore(ui): fix ui styling issue (#13211)
* fix ui styling issue

* fix oveflow issue in table cell

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2023-09-20 00:23:00 +05:30
Chirag Madlani
902541f612
fix(ui): service should list based on pagesize (#13243)
* fix(ui): service should list based on pagesize

* fix service verssion page cypress

* revert spec patter for cypress config
2023-09-20 00:21:36 +05:30
karanh37
bcdb5e9cf7
feat: Domain filtering (#13227)
* changed properties of dataProducts

* feat: add data products ui

* fix: assets tab widget layout

* fix: assets tab layout in data products

* fix: minor css issues

* fix: review comments

* fix: update domain icon

* fix: add domain filtering

* fix: add data products listing on dashboard and topics

* fix: sonar issues

* fix: add domain assets cypress

* fix: refactoring interface

* fix: permission related errors

* fix: minor issues

* fix: do not intercept domain page

* fix: add unit tests for select form

* fix: review comments

* fix: domain cypress

* fix: rename method

---------

Co-authored-by: 07Himank <himank07mehta@gmail.com>
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2023-09-20 00:21:11 +05:30
Sachin Chaurasiya
2b77795162
fix(#13212): ui: usage details is missing on dashboard and ml model page (#13214)
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2023-09-20 00:20:15 +05:30
Pere Miquel Brull
ad27b09fac
Clean migration and pass nameHashColumn as param when needed (#13265) 2023-09-19 10:37:42 -07:00
Sriharsha Chintalapani
03dfd9e6b2
Fix transactions , remove unnecessary autoCommit flag check (#13234)
* Fix transactions intermittent test failures

* Fix transactions intermittent test failures

* fix serachIndex list from ui side

* invalid file name

* Revert "Fix transactions intermittent test failures"

This reverts commit 44c4c8c42824beb3e7420e51af0c5f2c6f4de90d.

* Fix commit issue and unnecessary closure in NotificationHandler

* Remove HTTPGetEventlistner, wrap get handle in try

* Fix code style

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
Co-authored-by: mohitdeuex <mohit.y@deuexsolutions.com>
2023-09-19 09:53:55 -07:00