10406 Commits

Author SHA1 Message Date
IceS2
8640b4c665
MINOR: Fix Ingestion Dockerfile Compatibility by changing IF syntax (#18098)
* Fix Ingestion Dockerfile Compatibility by changing IF syntax

* Increased shell compatibility by using only one '='
2024-10-07 15:08:25 +02:00
Sachin Chaurasiya
ce298c5803
minor: update webpack config to resolve reactdatagrid css (#18143)
* minor: update webpack config to resolve reactdatagrid css

* fix the removeOuterEscapes method missing

---------

Co-authored-by: Ashish Gupta <ashish@getcollate.io>
2024-10-07 16:54:21 +05:30
Sachin Chaurasiya
dd6c0b700f minor: custom properties layout and styling improvements (#18123)
* minor: custom properties layout and styling improvements

* show all the properties expanded in right panel by default

* Refactor PropertyValue component to remove redundant code for dateTime-cp custom property type

(cherry picked from commit 69318d3e679907435c6bcaa782bf14e9d661b6d8)
2024-10-07 13:14:03 +05:30
Ashish Gupta
ecb0ad6ae9 MINOR: fix custom property enum styling fix (#18074) 2024-10-07 13:13:31 +05:30
Ashish Gupta
5ce29219b6 MINOR: fix custom property layout issues (#18065)
* fix custom property layout issues

* fix font weight to similar like other

* fix the right panel value style issue

* fix the edit button alignment issue

* changes as per comments and sonar fix

(cherry picked from commit 819c405784d520b787042b78cc959445506caf01)
2024-10-07 13:11:53 +05:30
sonika-shah
5d8546c135 Minor : fix term references validation msg on glossary import (#18058)
(cherry picked from commit f6b6874f5707d960c4a0317bd020e66d3b01c31c)
2024-10-07 13:11:34 +05:30
Sachin Chaurasiya
f86527dc79 Feature: Allow Custom Property Update in Glossary Bulk Import/export (#17919) 2024-10-07 13:11:13 +05:30
sonika-shah
e320a1b516 Add new ‘enumWithDescriptions’ Custom Property to allow adding Enum Keys with Description (#17777)
* Add new ‘metaEnum’ Custom Property to allow adding Enum Keys with Description

* replace JsonNodeFactory method with JsonUtils

* rename property from metaEnum to enumWithDescriptions, and other method optimizations

* ui: add support for creating enumWithDescription property

* minor locale changes

* ui: add edit support for created enumWithDescription property

* Refactor enum description field layout in AddCustomProperty and EditCustomPropertyModal

* add support for adding values to enumWithDescription custom property type

* Refactor custom property input IDs in AddCustomProperty and EditCustomPropertyModal components

* Refactor custom property table rendering logic and UI components

* Refactor custom property table rendering logic and UI components

* Refactor custom property table rendering logic and UI components

* add basic card layout

* Refactor CustomPropertyTable component to improve UI and functionality

* update playwright test part 1

* Refactor PropertyValue component to conditionally render right panel styles

* fix: entity reference property update

* Refactor CustomPropertyTable component to conditionally render right panel styles

* fix: flaky test

* Refactor CustomPropertyTable test to use updated test IDs and remove unnecessary code

* fix flaky test

* improve the playwright test

* add more test

---------

Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
Co-authored-by: Sriharsha Chintalapani <harshach@users.noreply.github.com>
(cherry picked from commit 1b029d2bf2793c6a4f016c91a4634c490462d7f4)
2024-10-07 13:04:17 +05:30
harshsoni2024
075c67b8b3 get primitive datatype in case of array, struct (#18102) 2024-10-07 11:12:06 +05:30
Ayush Shah
a5bac9690c fix: Empty Connection Overwrite Logic (#18122) 2024-10-07 10:33:00 +05:30
Mohit Yadav
c172173b88 Fix performance issue (#18128)
* Fix ClassGraph

* Use CONST

(cherry picked from commit 7ae81272b3a0ccd330bf0bfa7ca479ea35a6784c)
2024-10-05 23:26:01 +05:30
Chirag Madlani
a1a9b91a1e fix(ui): MSAL popup auth issue (#18125)
(cherry picked from commit e44c8d4f3143831c0aa95fe31d89f93b7b0da638)
2024-10-05 12:36:58 +05:30
github-actions
6a36355d3e chore(release): Prepare Branch for 1.5.7 2024-10-03 15:01:32 +00:00
Onkar Ravgan
b1dcb1180e AlationSink conn improvements (#18091) 1.5.6-release 2024-10-03 16:23:09 +05:30
Mayur Singal
84441c4ad1 GEN-1251: Fix Expected ColumnLineage but got dict (#17708) 2024-10-03 14:30:50 +05:30
Sachin Chaurasiya
031a6be21d minor: update whats new for 1.5.6 (#18090)
(cherry picked from commit 5da3f4592b5a6fda0b71180fa0bb97b8266ede61)
2024-10-03 13:37:45 +05:30
sonika-shah
b003e1d600
fix: Handle NullPointerException when adding custom properties to ensure loop continues for other schemas of the same type for addToRegistry (#18088) 2024-10-03 13:25:46 +05:30
Sachin Chaurasiya
1886132f41 Revert "Add new ‘enumWithDescriptions’ Custom Property to allow adding Enum Keys with Description (#17777)"
This reverts commit 237aec114f1804b584dbfdbab5b7b80dcdbbb728.
2024-10-03 12:04:10 +05:30
Sachin Chaurasiya
9caf9ed157 Revert "Feature: Allow Custom Property Update in Glossary Bulk Import/export (#17919)"
This reverts commit afd9267f668caa639968092b53fd9a7526018bed.
2024-10-03 12:03:12 +05:30
Sachin Chaurasiya
08edb3d155 Revert "Minor : fix term references validation msg on glossary import (#18058)"
This reverts commit 5b4458e251a77a45d0d5d2d7be69d55641250390.
2024-10-03 11:40:11 +05:30
Sachin Chaurasiya
f4c4f19114 Revert "MINOR: fix custom property layout issues (#18065)"
This reverts commit 778900305fa6e5f3be3d90ce0995d505f067ee87.
2024-10-03 11:38:45 +05:30
Sachin Chaurasiya
6ab15fdf54 Revert "MINOR: fix custom property enum styling fix (#18074)"
This reverts commit d9bffbe1c3fb1dd01ba1d09972534bd54787d312.
2024-10-03 11:36:21 +05:30
Ashish Gupta
d9bffbe1c3 MINOR: fix custom property enum styling fix (#18074)
* fix custom property enum styling fix

* pending localization keys

* minor fix

* separate date and time with slash in middle for dateTimeCp

(cherry picked from commit dfddac9a7354f1816ea33d85b3724cb1f8706206)
2024-10-02 20:41:18 +05:30
Ashish Gupta
778900305f MINOR: fix custom property layout issues (#18065)
* fix custom property layout issues

* fix font weight to similar like other

* fix the right panel value style issue

* fix the edit button alignment issue

* changes as per comments and sonar fix
2024-10-01 17:52:11 +05:30
Sachin Chaurasiya
b02d6171b8 add what's new for 1.5.6 (#18062)
(cherry picked from commit 2260857f10d09a34f2f4525cd82d9e36147e24fc)
2024-10-01 14:51:52 +05:30
sonika-shah
5b4458e251 Minor : fix term references validation msg on glossary import (#18058) 2024-10-01 14:36:56 +05:30
Mohit Yadav
426d292548 Fix Ops (#18061)
(cherry picked from commit 66cd00c56868ddc54260655e8c4b363e23296b86)
2024-10-01 12:33:13 +05:30
Ashish Gupta
afd9267f66 Feature: Allow Custom Property Update in Glossary Bulk Import/export (#17919)
* fix import issue

* Feat : Allow Custom Property Update in Bulk Upload

* Feat : Allow Custom Property Update in Bulk Upload

* supported editable imports in glossary page

* added remaning localizaion keys

* update logic of fieldToExtensionStrings to use csvparser

* update json and partialStatus condition

* fix tests for partialSuccess status change

* supported customProperty editable field

* fix error in custom property edit modal on new line empty custom property

* added entity type from root to support other bulk import entity as well

* fix the quote removing due to the regex in the string type

* Add backend tests , and error msg improvements

* GlossaryStatus header change

* fix unit test and dry run in case of synonyms having quotes in it

* Remove extension column in CSVs for all entities except glossaryTerm

* added editor for reviewers

* unit test around csv utils

* added escape for string too, in case of semicolon comes

* added playwright test without extension and supported relatedTerm as editable

* added unit test around csv util logic

* resolve conflicts

* Backend - add support for enumWithDescriptions in bulk import

* add tests and other error handling improvements related to enumWithDescriptions

* fix the custom property modal header and render the layout as per right panel in entities

* parese enumWithDescription for the customProperty modal while editable

* fix description data in enumWithDescription one

* fix: Handle NullPointerException when adding custom properties to ensure loop continues for other schemas of the same type for addToRegistry

* added extension playwrigth test and fix enumWithDescription object failure

* descrease the size of extension  modal

* remove additional comments

* fix the escape in parent key

* improve custom property layout

* improve ui for inline properties

* fix description, glossary and relatedTerm escape char issue

* fix some customProperty ui changes

* fix sonar issue

* minor layout changes

* minor label improvements for entity ref and list

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
Co-authored-by: Ashish Gupta <ashish@getcollate.io>
Co-authored-by: mohitdeuex <mohit.y@deuexsolutions.com>
Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
(cherry picked from commit 1d727d57bd6d770f2f0ad3d0ebff63279b8a271f)
2024-10-01 00:33:30 +05:30
Mohit Yadav
384cba9bab [Search] Indexing Fixes (#18048)
* Fix OpenSearch Content Size Issue
entity content is too long [204857600] for the configured buffer limit [104857600]

* Change Type to Long

* Add Payload Size to take dynamic entry

* Migrations for 1.5.6

* Mark Stale Entries Stopped

* Format checkstyle

* Fix failure

---------

Co-authored-by: Sriharsha Chintalapani <harshach@users.noreply.github.com>
(cherry picked from commit f1ae49e1a0fc560b3a611acb855ec5d465deff5c)
2024-09-30 23:40:27 +05:30
Chira Madlani
b2a2d8573f minor(ui): fix role page size from 10 to 50 (#18049) 2024-09-30 18:03:15 +05:30
Aldwyn Cabarrubias
312b584836 Change time format for the created_at of the DBT cloud pipeline status (#17916)
Co-authored-by: Suman Maharana <sumanmaharana786@gmail.com>
2024-09-30 17:02:38 +05:30
Teddy Crepineau
a7ce422ad4 Merge remote-tracking branch 'upstream/1.5.6' into 1.5.6 2024-09-30 08:15:46 +02:00
Teddy
d3325cda93 MINOR - Fix General Profiler Bugs (#17995)
* fix import issue

* fix: better handle None values in profiler processing

* fix: profiler errors

* chore: fix comment

* style: fix python linting failure

* fix: null byte error with the database client

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
(cherry picked from commit 8dc6b7d282a700c2a3d4659f904a3966e16843a2)
2024-09-30 08:13:08 +02:00
Karan Hotchandani
4f4cf29678 GEN-1578: SAML redirect leads to 404 page on UI (#17978)
* move routes to callback router

* move callback routes to global router

* added comments

* make saml and confidential callback route public

(cherry picked from commit c709ec6c29ada205cd1764f844ea45ee9c71316e)
2024-09-30 11:41:21 +05:30
Mayur Singal
d83e3a6de8 MINOR: DI Missing Dashboard Description Status (#18018) 2024-09-30 11:06:42 +05:30
IceS2
cb2ef3f559 Fix missing cast to str (#18016) 2024-09-30 07:55:49 +05:30
sonika-shah
d8ba0eba2b Fix #18035 - getting type null exception on user feed (#18036) 2024-09-29 19:39:30 +05:30
sonika-shah
9c74964f85 Fix #18039 - Fix incorrect @Schema implementations in Swagger annotations (#18040) 2024-09-29 19:34:24 +05:30
Chirag Madlani
891b09887d minor(ui): reset displayName to avoid being persisted (#18024)
(cherry picked from commit f9e70f8db0e91c2ef59526d9c2d357a9278cf516)
2024-09-29 01:05:33 +05:30
sonika-shah
237aec114f Add new ‘enumWithDescriptions’ Custom Property to allow adding Enum Keys with Description (#17777)
* Add new ‘metaEnum’ Custom Property to allow adding Enum Keys with Description

* replace JsonNodeFactory method with JsonUtils

* rename property from metaEnum to enumWithDescriptions, and other method optimizations

* ui: add support for creating enumWithDescription property

* minor locale changes

* ui: add edit support for created enumWithDescription property

* Refactor enum description field layout in AddCustomProperty and EditCustomPropertyModal

* add support for adding values to enumWithDescription custom property type

* Refactor custom property input IDs in AddCustomProperty and EditCustomPropertyModal components

* Refactor custom property table rendering logic and UI components

* Refactor custom property table rendering logic and UI components

* Refactor custom property table rendering logic and UI components

* add basic card layout

* Refactor CustomPropertyTable component to improve UI and functionality

* update playwright test part 1

* Refactor PropertyValue component to conditionally render right panel styles

* fix: entity reference property update

* Refactor CustomPropertyTable component to conditionally render right panel styles

* fix: flaky test

* Refactor CustomPropertyTable test to use updated test IDs and remove unnecessary code

* fix flaky test

* improve the playwright test

* add more test

---------

Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
Co-authored-by: Sriharsha Chintalapani <harshach@users.noreply.github.com>
(cherry picked from commit 1b029d2bf2793c6a4f016c91a4634c490462d7f4)
2024-09-29 00:58:54 +05:30
Suman Maharana
2348614695 Added DBT tests with versionless and fixed v7 parsing (#18028) 2024-09-27 19:57:13 +05:30
Suman Maharana
25bda0f756 Minor: fix lineage & queries in dbt (#17999) 2024-09-27 19:48:56 +05:30
Suman Maharana
5f234cdbc4 Fix Manifest is not parsed correctly on dbt versionless (#17975) 2024-09-27 19:47:46 +05:30
harshsoni2024
27816cb964 allow powerbi datamodel children in col.lineage (#18030) 2024-09-27 19:30:08 +05:30
sonika-shah
83de4a17b5 GEN-1434: Improvement : Show displayName for database and databaseSchema in explore tree (#17876)
* Show displayName for database and databaseSchema in explore tree

* use display name for database and schema

* add playwright

* resync indexes of dataAssets based on database & databaseSchema displayName change

---------

Co-authored-by: karanh37 <karanh37@gmail.com>
Co-authored-by: Karan Hotchandani <33024356+karanh37@users.noreply.github.com>
(cherry picked from commit a99fbb2eb6b074a1d385ac363e11efd4b4417b14)
2024-09-27 19:04:42 +05:30
Mayur Singal
3e5cc923bf MINOR: MSTR connector import fix (#18025) 2024-09-27 16:57:35 +05:30
Chirag Madlani
c31888c268 fix flaky persona and dataInsightSettings spec (#18000)
(cherry picked from commit 3aec1469aca3d63df3000a3c4ef503681e1bf8db)
2024-09-27 15:03:07 +05:30
Ashish Gupta
ec0ba2e3a1 fix activty feed and teamHierarchy playwright failure (#17991)
Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
(cherry picked from commit 9b45573c351ddb6c8013b9de54c0e207f2ee3798)
2024-09-26 23:00:57 +05:30
Shailesh Parmar
b7238b87b0 playwright: fixed Flakiness in test cases spec (#17993)
(cherry picked from commit a7a2a725e32e3ce79b981e5ce09cb30203886afb)
2024-09-26 22:55:23 +05:30
Chirag Madlani
ccb461469d fix(test): playwright flaky tests (#17980)
(cherry picked from commit ad920cf0efe721fc94708a723464dc428f19aa63)
2024-09-26 22:51:34 +05:30