12410 Commits

Author SHA1 Message Date
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
Shailesh Parmar
8fe184dce8
#15260 UI: consistent user/team selectable list for all the places in ui (#16047) 2024-04-26 10:03:23 +05:30
Sachin Chaurasiya
a526aa55e1
fix: 404 page layout (#16044)
* fix: 404 page layout

* Fix 404 page layout issue
2024-04-26 00:42:37 +05:30
sonika-shah
a9773b9527
Add predefined color palette for UI styling assets (#15982)
* Add predefined color palette for UI styling assets - backend

* Update UI components to use customLogoConfig in applicationConfig

* Update UI components to use customLogoConfig and customTheme in applicationConfig

* Update UI components to use customLogoConfig and customTheme in applicationConfig

* Update UI components to use customLogoConfig and customTheme in AppearanceConfigSettingsPage.tsx

* Update UI components to use customLogoConfig and customTheme in AppearanceConfigSettingsPage.test.tsx

* Remove existing customLogoConfiguration

* Refactor App.tsx and ThemeUtils.ts files

* Update AppearanceConfigSettingsPage.tsx with new imports and default theme values

* Update AppearanceConfigSettingsPage.tsx with new imports and reset functionality

* add cypress test

* Fix color update issue in CustomThemeConfig.spec.ts

* Remove existing customLogoConfiguration -migration changes

* Fix theme configuration initialization in useApplicationStore.ts

* Update CustomThemeConfig.spec.ts to check if the color is updated

* update existing customLogoConfiguration with customUiThemePreference -migration changes

* Update CustomThemeConfig.spec.ts to fix color update check

* Add unit tests for ThemeUtils

* move validateJsonSchema method to JsonUtils

---------

Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
2024-04-25 22:43:02 +05:30
Shailesh Parmar
016f585e14
#14440 Enhance table details, and restore the test case states in column profiler tab (#16024)
Co-authored-by: Teddy <teddy.crepineau@gmail.com>
2024-04-25 22:05:58 +05:30
Pere Miquel Brull
7db1612c13
#6420 - Allow better bot role binding (#15966)
* #6420 - Allow better bot role binding

* format

* Add bot user role in data file

* Add bot user role in data file

* Trigger Build

* Trigger Build
2024-04-25 18:27:45 +02:00
Pere Miquel Brull
39dde222b2
MINOR - Migration validation list diff message (#16015)
* MINOR - Migration validation list diff message

* wording

* Trigger Build
2024-04-25 18:21:00 +02:00
Teddy
4ed87a4d08
Fix #15341 - Test Case reference as inherited field for Test Case Incident (#16027)
* fix: unique test computation to scalar_subquery

* fix: make test case reference an inherited field

* style: ran java linting

* fix: added test case resolution migration

* style: ran java linting
2024-04-25 17:31:11 +02:00
Chirag Madlani
e8d9490b0e
fix(ui): invalid redirect for frequently joined columns (#16020)
* fix(ui): invalid redirect for frequently joined columns

* added cypress
2024-04-25 18:52:12 +05:30
Pere Miquel Brull
4b4a7d70aa
MINOR - Add default to ingestion dependency sh (#16021)
* MINOR - Add default to ingestion dependency sh

* MINOR - Add default to ingestion dependency sh
2024-04-25 14:18:41 +02:00
Pere Miquel Brull
8a3a9516ca
FIX - UserResource CI (#16034) 2024-04-25 14:08:07 +02:00
Mayur Singal
db8102271e
Fix #12502: Add support for lineage export (#16009) 2024-04-25 16:08:50 +05:30
Onkar Ravgan
828e9abc97
Added enum support in custom prop python sdk (#16026) 2024-04-25 14:46:55 +05:30
Mayur Singal
976e4b304f
MINOR: Ignore lineage edge not found logs (#16019) 2024-04-25 14:16:51 +05:30
Mayur Singal
b14b191416
MINOR: Add support for search index column lineage (#16032) 2024-04-25 14:15:02 +05:30
Teddy
5fe8024708
doc: added classifier config breaking change (#16036) 2024-04-25 10:05:08 +02:00
Ayush Shah
18ba585d2f
Revert from DBA_ to ALL_ (#16030) 2024-04-25 13:02:47 +05:30
Ayush Shah
3621407642
Fixes #15732: Modify Reference for Tags to EntityName (#15938) 2024-04-25 11:53:46 +05:30
Onkar Ravgan
536aa62748
Added None option to db config (#15994) 2024-04-25 10:20:09 +05:30
Ayush Shah
a15da7ec98
Issue #14812: Add support for empty string as missing count (#16017) 2024-04-25 09:45:26 +05:30
Akash Jain
f90f1301d9
chore(docs): Update Helm Values; Azure Key Vault Docs for 1.4.X (#16014)
* chore(docs): Update Helm Values; Azure Key Vault Docs for 1.4.X

* fix: use bare-metal config values and update example

* docs: Add note on PIPELINE_SERVICE_CLIENT_SECRETS_MANAGER_LOADER usage with Helm Values
2024-04-24 12:23:58 +02:00
Shailesh Parmar
cd73328f87
#11951 Column Profiling metrics based on data type (for UI and calculations) (#15987)
* #11951 Column Profiling metrics based on data type (for UI and calculations)

* fixed cypress

* fixed cypres test

* fixed cypress test
2024-04-24 15:51:06 +05:30
Teddy
9f49b41acf
fix: remove classifier config from openmetadata config file (#15998)
BREAKING CHANGE: if you previously used your own classifier this will remove its support
2024-04-24 11:41:40 +02:00
Shilpa Vernekar
8ad4c4c4c7
Added the missing doc on Conversation Threads (#15949)
* Added the missing doc on Conversation Threads

* Deleted the duplicate document
2024-04-24 11:34:01 +02:00
Raduś
207b5d9445
Fixes 15839: More accurate documentation about setting up Secret Manager in Azure (#16000)
* added docs on kv setup in azure

* less about App Registration

---------

Co-authored-by: Radosław Niemczyk <radoslaw.niemczyk@stark.dk>
2024-04-24 11:08:47 +02:00
Ayush Shah
595117f8b4
Minor: Fixes #15776 Numeric out of value error Trino (#15995) 2024-04-24 13:06:08 +05:30
Ayush Shah
8c26d2748d
Fix Import error (#16011) 2024-04-24 13:05:55 +05:30