10448 Commits

Author SHA1 Message Date
sonika-shah
be1cefe59e Minor : increase MAX_AGGREGATE_SIZE in search (#18299) 2024-10-17 05:37:56 +05:30
sonika-shah
9dbe7e3376
Minor : Fix exception in search due to exception in database.displayName and databaseSchema.aggregation (#18290) 2024-10-16 13:44:41 -07:00
Sachin Chaurasiya
6a4c685849 minor: improve csv parsing for custom properties (#18293)
(cherry picked from commit dab1e31dc8eb319908da91f23eb4c35ebaae7bd9)
2024-10-16 19:28:34 +05:30
Chirag Madlani
5e08c103a7 minor(ci): enable sonar CI on release branch (#18275)
* minor(ci): enable sonar CI on release branch

* update sonar workflow to run for all release branch

(cherry picked from commit 5cc129999933dd8bc8168ba79492a816f1db5251)
2024-10-16 18:41:31 +05:30
Chirag Madlani
2d4537c4d8 fix: GEN-1856 encode and escape search value for the tag search (#18285)
* fix: GEN-1856 encode and escape search value for the tag

* fix test

* add missing import

(cherry picked from commit 3b182c91c8a53d11aa6fb5f880e917556cb087a7)
2024-10-16 18:19:53 +05:30
sonika-shah
231cef6490 feat: add Import/export support for table type custom property in glossary (#18262)
* import/export support for table type custom property

* remove logs

* Add backend tests

* ui: add custom type property parsing

* print rows in the order of columns defined in config

* ui: handle special chars pasring for custom property import/export

* ui:improve table type property parsing

* ui:fix sql input styling

* ui: improve the parsing for table type property

* ui: fix parsing for markdown, string and sqlQuery properties

* ui: fix parsing for table type property

* ui: fix unit test

* fix backend tests

* remove unwanted comments

* ui: add playwright test for table type import/export part1

---------

Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
(cherry picked from commit 30497528bcf6f5da692fbbdbc8e88bfddb635e0a)
2024-10-16 15:45:37 +05:30
Sachin Chaurasiya
0d02297f7c test: custom properties AUT (#18288)
(cherry picked from commit 05a703f08f44296c2ed4e29bfb514a28873bbf60)
2024-10-16 15:15:26 +05:30
Imri Paran
bdc6e64eea chore(data-diff): added migrations (#18287)
added migrations for data diff test definition

(cherry picked from commit 52b547ede14dcceec63a60a7a98bec2ed41b5c94)
2024-10-16 11:06:12 +02:00
sonika-shah
f10de7f4d2 GEN-1662 : Fix - on dashboard soft delete, chart should not be visible (#18283) 2024-10-16 14:34:34 +05:30
harshsoni2024
4ac6111893 salesforce table description from label if not through query (#18286) 2024-10-16 12:58:06 +05:30
harshsoni2024
7bbc92b960 MINOR: Fix pinotdb col. datatype error (#18268) 2024-10-16 12:57:58 +05:30
Mayur Singal
2ea683a112 MINOR: Fix Couchbase columns not fetched (#18284) 2024-10-16 09:55:17 +05:30
Ayush Shah
36f682753c Fixes #18186: Quicksight Ingestion Error handled (#18218) 2024-10-16 09:55:13 +05:30
Imri Paran
5f93b05d8b MINOR: add column case sensitivity parameter (#18115)
* fix(data-quality): table diff

- added handling for case-insensitive columns
- added handling for different numeric types (int/float/Decimal)
- added handling of boolean test case parameters

* add migrations for table diff

* add migrations for table diff

* removed cross type diff for now. it appears to be flaky

* fixed migrations

* use casefold() instead of lower()

* - implemented utils.get_test_case_param_value
- fixed params for case sensitive column

* handle bool test case parameters

* format

* testing

* format

* list -> List

* list -> List

* - change caseSensitiveColumns default to fase
- added migration to stay backward compatible

* - removed migration files
- updated logging message for table diff migration

* changed bool test case parameters default to always be false

* format

* docs: data diff

- added the caseSensitiveColumns parameter

requires: https://github.com/open-metadata/OpenMetadata/pull/18115

* fixed test_get_bool_test_case_param

(cherry picked from commit be82086e2542d2d176ac66e0bf11100646448b4f)
2024-10-15 16:41:43 +02:00
Imri Paran
58b11669aa cherry picked be82086e2542d2d176ac66e0bf11100646448b4f 2024-10-15 16:40:02 +02:00
Ashish Gupta
76228dcf45 MINOR: added loader in activity feed open and closed count (#18274)
* added loader in activity feed open and closed count

* minor push

* added loader to entire label instead just on number

(cherry picked from commit 7d91e1206de65abe6d3a357c5d445c059805b2f8)
2024-10-15 16:41:29 +05:30
harshsoni2024
83bfda5229 GEN-1552: Postgres stored procedures support (#18083) 2024-10-15 14:26:29 +05:30
harshsoni2024
a9a37cfd0b fix query for mysql con. (#18272) 2024-10-15 14:21:04 +05:30
sonika-shah
dfb7a3ce9d GEN-1836: Table custom property enhancements (#18239) 2024-10-15 12:56:17 +05:30
sonika-shah
1252698869 Feature : Add table-type custom property (#18135) 2024-10-15 12:54:40 +05:30
Fateme Ghanbarzadeh
2ef829052d Create pr-pr.json (#17887)
A file to add Persian language to open-metadata

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
(cherry picked from commit 91a1479e53debb7cc7f3083e96d1b474af5348de)
2024-10-15 12:26:34 +05:30
Mayur Singal
84300d8b56 Fix #17963: Fix PinotDB Ingestion (#18266)
* Fix #17963: Fix PinotDB Ingestion

* fix conn args
2024-10-15 08:40:57 +05:30
Aniket Katkar
73310021c0 Fix the automator page breaking when no source is selected (#18190) 2024-10-14 22:05:08 +05:30
Aniket Katkar
d65c9ce1f9 GEN-1226: Add display name field in the advanced search filter (#17829)
* Add display name filter field for advanced search

* Localization changes

* Update advanced search tests to include display name filter checks

* Fix the failing playwright tests

* localization changes

* Fix flaky tests

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2024-10-14 22:02:52 +05:30
Teddy
17d68ddd0c GEN 1654 - Fix Alerts for Test Suites (#18222)
* fix: test suite alerts

* fix: return testSuites field for test suite alerts

* style: ran java linting

(cherry picked from commit add22b5d285a8a2d00928b734db4d6a848cc0e27)
2024-10-14 16:28:08 +02:00
Teddy
3ce343c640 MINOR - Reduce lineage response size (#18080)
* fix import issue

* fix: reduce response size and exclude fields in search client source

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
(cherry picked from commit 751bceb76367f72f18bc404bf396c566ab5187c8)
2024-10-14 16:19:05 +02:00
sushi30
bf9a098aa6 Merge remote-tracking branch 'origin/1.5.7' into 1.5.7 2024-10-14 11:39:48 +02:00
Imri Paran
c68cfb0a20 MINOR: fix(looker): exclude version
https://github.com/looker-open-source/sdk-codegen/issues/1518
(cherry picked from commit 3c7f995677214fbc25c3c6c331f903105b48a0f9)
2024-10-14 11:39:10 +02:00
Suman Maharana
fe2531e448 GEN-895: Added Glue Pipeline Lineage (#18063) 2024-10-14 14:55:19 +05:30
Suman Maharana
63bff7aafa Fixed dbt Manifest and Run results parsing (#18234) 2024-10-14 14:55:09 +05:30
Sriharsha Chintalapani
86507159b2 Minor: Add deleteEntityByFQNPrefix (#18243) 2024-10-13 09:23:37 -07:00
Ashish Gupta
d680132e0c MINOR: fix dark border shown in navbar (#18230)
* fix dark border shown in navbar

* remove the space between logo and first sidebar item

(cherry picked from commit c1c794dae825d97fb611205244bff9526bb52eb0)
2024-10-12 18:54:15 +05:30
Chirag Madlani
f71fd9ce19 fix(ui): compare version only if version is set (#18210)
(cherry picked from commit 3dc9abef451daad1914a496d156592cf8bcc88f5)
2024-10-10 22:50:12 +05:30
Chirag Madlani
c9d1bdcdcd fix(ui): pagination with search on service page (#18211)
(cherry picked from commit 6b830f98bb9aab07dbadad0f250b92f1ada2585d)
2024-10-10 22:50:06 +05:30
Chirag Madlani
b90e9b019b chore(ui): support Persian language option (#18148)
(cherry picked from commit 1187f355a6713a1121690c433f73ea5f35751374)
2024-10-10 22:49:48 +05:30
IceS2
8c5d9ab0ca
MINOR: Update DB2 dependencies to fix issue about not having ibm-db installed (#18192)
* Update DB2 dependencies to fix issue about not having ibm-db installed

* Fix checkstyle
2024-10-10 08:25:59 +02:00
Ashish Gupta
e2e32d9f0c PLAYWRIGHT: fix activityFeed and DataInsight AUT playwright test (#18180)
* fix activityFeed and DataInsight AUT playwright test

* minor improvement

(cherry picked from commit af713adaa7f90a207167f060b80c3743b0869d86)
2024-10-09 16:52:30 +05:30
Ashish Gupta
ef1585d764 MINOR: added check to append reserve-sidebar class to body (#18141)
* added check to append reserve-sidebar class to body

* added application value as dependency to re-run in case application refetch

* fix the unit test

(cherry picked from commit 5e96ff470ba5fb1f4f75b888100e99fc7007c0cf)
2024-10-09 13:26:12 +05:30
Ashish Gupta
c3bee58141 MINOR: supported search filter and only all show in case of all node value selected (#18136)
* supported search filter and only all show in case of all node value selected

* updated the playwright test as per the all selector

* fix playwright and unit test

(cherry picked from commit aa7b95a515a6a72b7bad5f49aa19963b85c25be7)
2024-10-09 13:25:55 +05:30
Ashish Gupta
55bb4757ba PLAYWRIGHT: fix activity feed aut flaky failures (#18101)
* fix activity feed aut flaky failures

* remove the unwanted class and arrange it in common place

* added custom hook to check floating button element in dom

(cherry picked from commit 9a116d676de1b9f580b55c92625ce338c180e5f2)
2024-10-09 13:25:31 +05:30
Prajwal214
e5d43bce96 Minor: Updated pyiceberg version to 0.5.1 (#18155)
Co-authored-by: Prajwal Pandit <prajwalpandit@Prajwals-MacBook-Air.local>
2024-10-08 18:09:20 +05:30
Akash Jain
c51ae56d9b
fix: PostgreSQL installation in Ingestion Docker (#18114) 2024-10-08 12:34:25 +02:00
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