5980 Commits

Author SHA1 Message Date
NiharDoshi99
b959709275
Fix: added datalake gen2 (#9245)
* Fix: added datalake gen2

* Fix: pytest

* Fix: pytest

* Fix: made changes to incoporate azure in datalake

* Fix: adlfs version

* Fix: adlfs version

* Fix: add tsv file type

* Fix: refractor for reading tsv file

* Fix: refractor for reading tsv file
2022-12-14 17:05:59 +05:30
Sachin Chaurasiya
49104b7826
fix(#9240) Data Insight Latest Value for Percentage of Entity Description is Not Correct (#9285) 2022-12-14 07:35:02 +00:00
Sachin Chaurasiya
11b5de38b3
doc : add missing doc links (#9280)
* doc : add doc link for custom properties

* doc : add doc link for role and policy
2022-12-14 06:49:11 +00:00
Shailesh Parmar
c29e42964b
Fixed API throwing error while fetching soft-deleted MLmodel entity #5596 (#9262)
* Fixed API throwing error while fetching soft-deleted MLmodel entity #5596

* added unit test for soft deleted details

* addressing comment

* updated localization value
2022-12-14 12:16:23 +05:30
Chirag Madlani
0c7bf13901
feat(ui): localization for utils and models (#9265) 2022-12-14 11:52:48 +05:30
Nahuel
0eb49c6100
Use ES call to get table entity (#9273)
* Use ES call to get table entity

* Address PR comments
2022-12-13 18:32:48 +00:00
Shailesh Parmar
288137d16b
Fixed SQL query missing when a data quality test is edited #8341 (#9268)
* Fixed SQL query missing when a data quality test is edited #8341

* miner fix

* addressing comments
2022-12-13 23:42:29 +05:30
Ashish Gupta
3ca393f3f8
UI : Fix pagination issue in test case (#9271)
* Fix pagination issue in test case

* minor changes

* fix cypress issue

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2022-12-13 17:48:41 +00:00
Milan Bariya
c6b98751af
Logic improved for BYTES column (#9261)
* Logic improved for BYTES column

* Try Except block added

* cahange based on comments
2022-12-13 20:10:45 +05:30
Aniket Katkar
930361a49d
Improvements(UI) #9003: Improved explore page advanced search quick filters styling and functionality (#9237)
* Added util functions to use in AdvancedSearchUtils

* Replaced ExploreQuickFilter component with SearchDropdown
Styling improvements
Localization changes

* Fixed failing unit tests

* Improved filters styling

* Advanced search quick filter dropdown styling changes

* Fixed failing unit tests

* Added unit tests for newly added functions in AdvancedSearchUtils

* UI : fix add owner and tier functionality on Translated entity page (#9244)

* fix add owner and tier functionality on Translated entity page

* get entity info keys from enum

* remove unwanted translation keys

* minor changes

* Removed repetitions in en-us

* Added update and close button feature to search dropdown

* Stylings updated

* Fixed failing unit tests and added tests for additional features

* - Handled possible failure case for util functions in AdvancedSearchUtils functions
- Added tests for negative scenarios

Co-authored-by: Ashish Gupta <ashish@getcollate.io>
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2022-12-13 19:18:10 +05:30
Teddy
c7d0fede2f
Fixes #8184 Athena Profiler (#9270)
* fix(profiler): Athena Median

* fix: linting
2022-12-13 12:03:22 +00:00
Ashish Gupta
083770949c
UI : Added add test suite functionality in test suite page (#9236)
* Added add test suite functionality in test suite page

* added unit test

* added localisation
2022-12-13 17:06:41 +05:30
Chirag Madlani
38f9e0555d
fix(ui): add description around filter pattern (#9133)
* fix(ui): add description around filter pattern

* update localization text

* cleanup common utils

* add docs link to description

* doc : change pattern helper text as per comments

* fix : filter pattern checkbox opacity

* Fix cy tests

* Revert : filter pattern styling

* Fix : cypress test

* text updated as per comment

* fix cypress failure

* fix cypress for checkboxes

* address comments

Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
2022-12-13 16:14:48 +05:30
Teddy
d1a739ec55
Fixes #9025 -- Added deletion of WebAnalytics events in dataInsight Workflow (#9208) 2022-12-13 11:43:29 +01:00
Teddy
387cd570f7
Fixes 9192 - Add entity link in response (#9239)
* staging commit

* updated terms to french

* fix(dataInsight): updated ES response to get entityType and total non tiered entities

* fix(dataInsight): removed fields=*

* fix(dataInsight): Added entity migration

* cleaned up branch

* feat: Added entity URL for most viewed entity

* feat(dataInsight): Added href to entity

* feat(DataInsight): Added backend logic for entity href

* Fix conflict resolving typos

* Update openmetadata-service/src/main/resources/json/data/dataInsight/mostViewedEntities.json

Co-authored-by: Nahuel <nahuel@getcollate.io>

* fix: addressed comments from PR review

Co-authored-by: Nahuel <nahuel@getcollate.io>
2022-12-13 10:39:09 +00:00
Onkar Ravgan
8ca555d959
Fix #8944: Added pagination logic for PowerBi (#9263)
* Added pagination logic

* Added optional keyword
2022-12-13 10:29:09 +01:00
Pere Miquel Brull
4fbab2d8b0
Don't fail if missing IP (#9253) 2022-12-13 07:17:15 +01:00
Nahuel
9a4e3a7a46
Fix#8424: Remove brackets from tables and schemas on lineage (#9257)
* Refactor LineageRunner use

* Address PR comments

* Address pylint errors

* Fix failing test

* Remove brackets from tables and schemas on lineage
2022-12-13 06:40:37 +01:00
Pere Miquel Brull
c75ba751b7
Fix #9116 & #8284 - Clean tableau source, fix ownership, add description and SSL verification (#9241)
Fix #9116 & #8284 - Clean tableau source, fix ownership, add description and SSL verification (#9241)
2022-12-13 06:36:55 +01:00
Sriharsha Chintalapani
f687975edd
Fix deployment docs (#9229)
* Fix deployment docs

* Fix deployment docs

* Fix deployment docs

* Update openmetadata-docs/content/deployment/bare-metal/index.md

Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>

Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>
2022-12-12 17:58:41 +00:00
Pere Miquel Brull
f48ede31f8
Fix #9205 - Fix CustomPipelineConnection java class (#9243)
* Fix CustomPipelineConnection java class

* Remove extra log
2022-12-12 16:59:12 +01:00
Ashish Gupta
02f17227e8
UI : fix add owner and tier functionality on Translated entity page (#9244)
* fix add owner and tier functionality on Translated entity page

* get entity info keys from enum

* remove unwanted translation keys

* minor changes
2022-12-12 20:10:37 +05:30
Sachin Chaurasiya
afa93cbba2
Fix (#9238) : Dashboard owner and tags not appearing on dashboard list (#9250)
* Fix (#9238) : Dashboard owner and tags not appearing on dashboard list

* test: add unit tests
2022-12-12 14:33:21 +00:00
Pere Miquel Brull
9a955036cf
Get sample data for e2e tests (#9252) 2022-12-12 15:08:01 +01:00
Ashish Gupta
2303aede92
UI :- Added functionality to drag and drop teams in another team (#9152)
* Added functionality to drag and drop teams in another team

* remove immutability package

* changes as per comments

* Added unit test

* changes as per comments

* minor changes

* added expandable config

* changes as per comments

* changes as per comments

Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
2022-12-12 18:02:51 +05:30
Mohit Yadav
775016488d
Schema for Alerts #9248 (#9249) 2022-12-12 16:25:35 +05:30
Ayush Shah
6425716837
Remove Test case URL encoding (#9247) 2022-12-12 08:55:30 +00:00
Sriharsha Chintalapani
145e9d48f6
Fix #9227: Fix metabase connector to work with non-admin user (#9228)
* Fix #9227: Fix metabase connector to work with non-admin user

* Fix #9227: Fix metabase connector to work with non-admin user

* fix pycheck

* fix pycheck

* fix pycheck
2022-12-12 07:56:58 +01:00
Ayush Shah
2e1fb96751
Add LRU to ES fqn (#9233) 2022-12-12 06:46:15 +00:00
Pere Miquel Brull
0963eac48e
Fix #9182 - Airflow Lineage Operator & Airflow lineage state (#9206) 2022-12-10 19:54:41 +01:00
Ayush Shah
231b28fc87
Fix 7278: add test connection (#9196)
* Add Test Connection to Profiler

* remove Code Lint

* Fix AttributeError

* Fix Pytest

* Fix Bigquery Partition tests

* Fix Lint
2022-12-10 17:16:28 +01:00
Sachin Chaurasiya
9fff8fae79
Fix(#9137): UI: Delete button not visible for connection options and connection arguments (#9231) 2022-12-10 08:35:34 +00:00
Sachin Chaurasiya
0aed07aeb8
Fix(#9226): do not show error for public IP resolution (#9230)
* Fix(#9226): do not show error for public IP resolution

* Add message when failure happens

Co-authored-by: Sriharsha Chintalapani <harsha@getcollate.io>
2022-12-10 11:34:30 +05:30
Sriharsha Chintalapani
a12f42d85e
Fix #9218: Fix glossary and glossary term deletion updates to ES (#9225)
* Fix #9218: Fix glossary and glossary term deletion updates to ES

* Fix stylecheck
2022-12-09 21:00:49 -08:00
Shailesh Parmar
1b155e042b
Added localisation support part 2 (#9220)
* Added localisation support part 2

* updated label

* updated localization

* addressing comments

* removed use of tolower and added seprate key
2022-12-10 10:16:19 +05:30
Teddy
4a5cb870ec
Fixes #9192 - Update ES response for DI (#9221)
* staging commit

* updated terms to french

* fix(dataInsight): updated ES response to get entityType and total non tiered entities

* fix(dataInsight): removed fields=*

* fix(dataInsight): Added entity migration

* cleaned up branch
2022-12-09 18:53:17 -08:00
Teddy
abfff4184d
Added french translation (#9222)
feat: Added french translation to OM website
2022-12-09 15:14:06 +00:00
Sachin Chaurasiya
5e94bfbf28
feat(ui) : Add search dropdown (#9122)
* bump(ui) : antd@4.20.6 to antd@4.24.0

* Fix: types issue

* Address comments

* Fix : unit tests

* feat(ui) : Add search dropdown

* Fix : Cypress Tests

* Fix: tabs content height issue

* bump(ui) : antd@4.20.6 to antd@4.24.0

* chore : add support for search and clear

* test: Add unit tests
2022-12-09 11:43:06 +00:00
Pere Miquel Brull
ba9109d318
Fix #9044 - Add prometheus event monitor (#9176)
* Add prometheus event monitor

* Format

* Format
2022-12-09 11:51:39 +01:00
Sachin Chaurasiya
becc7c1dde
locale (ui) : add localization support for UI labels -2 (#9215)
* locale (ui) : add localization support for UI labels -2

* Fix cypress tests

* Minor fixes

* Fix : missing keys and unit test
2022-12-09 16:06:50 +05:30
Pere Miquel Brull
b1565b8337
Fix #9181 - Handle failed callback status without workflow (#9193)
* Handle failed status without workflow

* Add log
2022-12-09 10:42:24 +01:00
07Himank
3053d57f79
Solve issues related to actitivity feed (#9199)
* solved Activity feed related issue

* solved Activity feed related issue

* Addressing comments

* test case related changes

* test case related changes

Co-authored-by: Himank Mehta <himankmehta@Himanks-MacBook-Air.local>
2022-12-09 12:30:45 +05:30
Aniket Katkar
2cd5615136
Fix(UI): Regression in search filters (#9214)
* Added functionality to combine the query filters for Elasticsearch and Advanced Search

* Added unit tests for newly added util functions for explore page

* Added license for enum file

* Code optimization and added comments in the code
2022-12-08 19:11:49 +05:30
Aniket Katkar
6166d193a3
Fix(UI): Fixed tables from all the services showing on database Schema page (#9202)
* Fixed tables from all the services showing on database Schema page

* Removed RequestDescription component from DatabaseSchemaPage as it is not required

* Added unit tests for DatabaseSchemaPage

* Removed unnecessary mocks in unit test
2022-12-08 19:03:47 +05:30
Teddy
601b9cd38a
Added SSL Connection steps for Clickhouse connection (#9210) 2022-12-08 13:40:11 +01:00
Shailesh Parmar
ac2e6d8488
UI: Add support for showing created and updated information to Glossary Term in the UI #3113 (#9190)
* Fixed Add support for showing created and updated information to Glossary Term in the UI #3113

* updated styling

* addressing comments

* fixed failing test

* updated test and address comments

* fixed failing test
2022-12-08 12:31:21 +00:00
Shailesh Parmar
5d6b0cf7bc
Fixed lineage search issue and added unit test (#9213)
* Fixed lineage search issue and added unit test

* addressing comments
2022-12-08 12:22:26 +00:00
Sachin Chaurasiya
fce151c0d4
UI : Data Insight KPI improvements (#9188)
* UI : Data Insight KPI improvements

* Remove commented code

* Remove time from start and end date

* refactor : add logic to generate kpi name

* Make insight to insights

* Show chart at the top

* Fix: breadcrumb spacing

* refactor : start date and end date of kpi

* test: add unit test for kpi list

* test : add unit tests for add and edit kpi forms

* chore : minor change

* Address review comments

* Address review comments
2022-12-08 12:18:36 +00:00
Milan Bariya
6f12c971e1
Add: function to get different catalogs (#9179)
* Add: function to get different catalogs

* Change Based on comments

* Change Based on comments

* Change Based on comments
2022-12-08 15:42:58 +05:30
NiharDoshi99
96e77af8a4
Fix: #1308 Docs and Atlas Connector Improvement (#9072)
* Fix: docs changes

* Fix: changes as per comment

* Fix: atlas connector

* Fix: as per comments

* Fix: as per comments
2022-12-08 12:14:15 +05:30