8641 Commits

Author SHA1 Message Date
Onkar Ravgan
cdbcea11f6
fixed e2e counts (#15171) 2024-02-14 06:33:17 +01:00
Karan Hotchandani
83317cc6ed
fix: lineage cypress fix (#15158) 2024-02-13 22:51:43 +05:30
Shilpa Vernekar
d92bfed82c
Docs: Edits to Chrome Ext & Releases (#15168) 2024-02-13 11:10:03 +00:00
Supan Shah
4915d6884b
#14881: PinotDB Docs (#14882)
* ISSUE-14881: PinotDB Test Connection Success

* Update ingestion/src/metadata/ingestion/source/database/pinotdb/connection.py

* Update ingestion/src/metadata/ingestion/source/database/pinotdb/connection.py

---------

Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>
2024-02-13 09:29:23 +01:00
Imri Paran
aeb5fbe303
fixes #12591: add BigTable (#15122)
* feat(connector): add BigTable

* bigtable work

1. docstrings
2. tests
3. created a Row BaseModel
4. implemented a ClassConverter

* docs moved to separate PR

* format files

* minor cosmetic

- removed TODO
- changed headers' year to 2024 for new files
- fixed typos

* format

* formatting and comments

1. added missing docstrings.
2. abstracted the _find_instance method.
3. aliased the IDs used in the BigTable connection

* added comment regarding private key

* added comments regarding column families

* enclose get_schema_name_list in `try/except/else`

* format

* streamlined get_schema_name_list to include all logic in the try block
2024-02-13 08:28:01 +01:00
Teddy
e6cacb19f1
MINOR - DQ incident severity classifier (#15149)
* feat: added severity classifier for DQ incidents

* feat: added severity classifier tests

* style: ran java linting
2024-02-13 07:02:09 +01:00
Onkar Ravgan
3cc074ba5a
Fixed sagemaker either (#15156) 2024-02-13 10:17:30 +05:30
Harsh Vador
75eb54a0c8
test: unit test case of persona details card (#15150)
Co-authored-by: Karan Hotchandani <33024356+karanh37@users.noreply.github.com>
2024-02-12 21:56:19 +05:30
Shailesh Parmar
33c9fe0e4e
Minor: added unit test for UI component part 3 (#15151) 2024-02-12 21:47:58 +05:30
Mayur Singal
79d724fc7a
MINOR: Fix superset query to fetch columns (#15153) 2024-02-12 21:23:00 +05:30
Mayur Singal
1564a7494d
MINOR: Fix MSSQL SP Lineage Issue (#15155) 2024-02-12 21:22:45 +05:30
Onkar Ravgan
2ab5a70dce
Fixed service entities topology (#15127) 2024-02-12 21:18:52 +05:30
Onkar Ravgan
ddde065197
Added alation filter pattern docs (#15036) 2024-02-12 21:18:24 +05:30
Teddy
99ede3d14b
fix: convert imageRepository to string type (#15104) 2024-02-12 16:05:05 +01:00
Harsh Vador
3de7f9182c
test: add unit test case of settings item card (#15140)
* test: add unit test case of settings item card

* refactor code
2024-02-12 20:28:28 +05:30
Abhishek Porwal
e688084f00
added unit test for BotsPageV1 (#15138)
* added unit test for BotsPageV1

* addressed comments
2024-02-12 20:27:24 +05:30
Harsh Vador
aff919601e
test: unit test case of tags input (#15146)
* test: unit test case of tags input

* remove function mock
2024-02-12 20:27:00 +05:30
Pere Miquel Brull
e27851508e
MINOR - Add service information on Pipeline Status GET (#15094)
* MINOR - Add service information on Pipeline Status GET

* Format

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2024-02-12 15:15:55 +01:00
Shilpa Vernekar
4b8b139b2b
Links replaced (#15154) 2024-02-12 13:51:27 +00:00
Shilpa Vernekar
ad23c76119
Changes to 1.3 Docs (#15152) 2024-02-12 18:41:11 +05:30
Akash Jain
95bb221025
feat: Prepare main for next release cycle (#15139) 2024-02-12 16:56:50 +05:30
Mohit Yadav
860baaefdc
Fix Ldap Filter Parsing Issue (#15148) 2024-02-12 16:39:22 +05:30
Karan Hotchandani
e5fad139db
metapilot cleanup (#15144) 2024-02-12 16:36:13 +05:30
Abhishek Porwal
b3401a32de
added re-run search indexing banner for es exception on explore page (#15120)
* added re-run search indexing banner for es exception

* minor change
2024-02-12 11:02:27 +00:00
Harsh Vador
bf6fd926f3
test: unit test case of entity list skeleton (#15142) 2024-02-12 16:08:37 +05:30
Pere Miquel Brull
aaa649a637
MINOR - OpenMetadata OPS to load collate-service jars first (#15143) 2024-02-12 10:47:49 +01:00
Abhishek Porwal
5063b341e4
added unit test for CustomPropertiesPageV1 (#15141) 2024-02-12 15:04:37 +05:30
Karan Hotchandani
9540406496
add tags to allow filter specs in cypress (#15056)
* add tags to allow filter specs in cypress

* test e2e label changes

* update workflows

* fix regex pattern

* fix workflow

* test
2024-02-12 14:04:46 +05:30
Sriharsha Chintalapani
382bd61404
Add createIndex/updateIndex to openmetadata-ops.sh (#15137) 2024-02-12 09:32:54 +01:00
Harsh Vador
6cfa9863c4
test: unit test cases of right side bar (#15123)
* test: unit test cases of announcements widget

* test: unit test case of following widget
2024-02-12 12:02:50 +05:30
Ashish Gupta
f6e5de350c
added unit test for github star (#15134) 2024-02-12 11:35:43 +05:30
Mohit Yadav
1382145b79
Fix Source Hash Issue (#15126)
* Fix Source Hash Issue

* Fix ClassificationResourceTest
2024-02-12 06:44:10 +01:00
Abhishek Porwal
ceeba672a8
added unit test for ApplicationPage component (#15124) 2024-02-12 10:41:39 +05:30
Mayur Singal
4b9b13b555
MINOR: Fix Mongodb Migration Issue (#15115)
* MINOR: Fix Mongodb Migration Issue

* checkstyle fix

* fix docs
2024-02-11 07:44:16 -08:00
Shailesh Parmar
1005097208
Minor: improve the unit test coverage for ui component part 2 (#15097)
* Minor: improve the unit test coverage for ui component part 2

* miner fix

* added unt test for frequently joined tables

* added unit test for swagger component

* style fix

* added unit test for request description and tags page
2024-02-09 22:10:16 +05:30
Ashish Gupta
6b770f4b75
MINOR : fix UI issues (#15110)
* fix mention feed right panel when no data is there

* support markdown parser in team table description column

* setting card height and description font size fix

* make initial and page loader in center

* remove margin from paragraph

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2024-02-09 22:07:01 +05:30
Aniket Katkar
b996f2f5f4
Minor: Fix glossary version cypress for AUT (#15114)
* fix glossary version cypress for AUT

* remove the unnecessary deletion in cypress test
2024-02-09 22:06:04 +05:30
Abhishek Porwal
1ede4d8c10
added unit test for EditConnectionFormPage component (#15099) 2024-02-09 17:55:34 +05:30
Abhishek Porwal
e92722d84e
added unit test for DatabaseVersionPage (#15087)
* added unit test for DatabaseVersionPage

* move constants in test file iteself
2024-02-09 17:55:12 +05:30
Abhishek Porwal
f032cbccaf
added unit test for AppInstall component (#15117) 2024-02-09 11:54:16 +00:00
Harsh Vador
3127f61e7c
test: unit test case of whats new alert (#15121) 2024-02-09 11:32:03 +00:00
Imri Paran
c9aa6aa1ea
fix(prerequisite): add check for bash version (#15103) 2024-02-09 11:29:20 +01:00
Chirag Madlani
be0a9c86b3
fix(ui): #15109 okta keep loading infinitly (#15116) 2024-02-09 15:30:51 +05:30
Ashish Gupta
847b2d8bc9
format cron from quartz to unix in applications (#15038)
* fix initial value cron value in applications

* added unit test for cron utils functions

* remove quartz cron for applicaion from ui install and edit

* changes as per comments and fix unit test

* fix unit test

* fix user cypress failure on click
2024-02-09 15:17:14 +05:30
Mayur Singal
8bea265f0a
MINOR: Fix trino requirement docs (#15088) 2024-02-09 14:46:14 +05:30
Harsh Vador
e4e96b25c6
added unit test case of forgot password (#15113) 2024-02-09 07:53:04 +00:00
Mayur Singal
96de1f5402
MINOR: Fix Sample Data Deserialization (#15079) 2024-02-09 11:25:53 +05:30
Shailesh Parmar
c635cbe44f
Minor: cleanup test case details page (#15108)
* Minor: cleanup test case details page

* fixed failing cypress
2024-02-09 05:36:19 +00:00
Harsh Vador
7cff09d968
Add cypress test for dot user mentions (#15093) 2024-02-09 10:51:59 +05:30
Abhishek Porwal
2c1279b44b
added unit test for EditEmailConfigPage (#15105) 2024-02-09 10:17:16 +05:30