253 Commits

Author SHA1 Message Date
Pere Miquel Brull
1835de8bf2
Group airflowConfiguration into pipelineService config (#10120)
Group airflowConfiguration into pipelineService config (#10120)
2023-02-07 16:30:42 +01:00
ragul balaji ravichandran
97747d9803
add GChat as alert destination (#10109) 2023-02-04 17:04:31 -08:00
krotonet
8b84ea2453
Use the primitive boolean expression (#10110)
* Use the primitive boolean expression for #7863

* Use the primitive boolean expression for #7863

* Update yarn-coverage.yml
2023-02-04 15:30:51 -08:00
Suresh Srinivas
1990ac56d9
10041 Part1 - Refactor and clean up System APIs (#10042)
* 10041 Part1 - Refactor and clean up System APIs

* Update the config resource endpoint url
2023-02-03 16:25:40 -08:00
Mohit Yadav
7b6771f1cf
Revert "Prevent Authentication bypass using Jwt Token Config in case of OM su… (#10079)" (#10083)
This reverts commit e164bbb760886ca30327a5c0fe7983341775f7d1.
2023-02-02 20:19:32 +05:30
Mohit Yadav
e164bbb760
Prevent Authentication bypass using Jwt Token Config in case of OM su… (#10079)
* Prevent Authentication bypass using Jwt Token Config in case of OM supporting token generation

* fix failing tests
2023-02-02 20:18:28 +05:30
07Himank
d989aee887
solved issue of entity followed by user not visible after editing the… (#10051)
* solved issue of entity followed by user not visible after editing the entity

* did it for all the entities

---------

Co-authored-by: Himank Mehta <himankmehta@Himanks-MacBook-Air.local>
2023-02-02 15:49:38 +05:30
Parth Panchal
5805269506
Fixed#6145: Notification for service owner when ingestion pipeline fails (#9805) 2023-02-01 12:09:58 +05:30
Deepa Rao
3beea862fa
Fixes #9975 - Add missing documentation for path params (#9990) 2023-01-31 14:36:04 -08:00
Teddy
70b4055400
fix(testSuite): removed relationship update with testCase on testSuite update (#10029)
* fix(testSuite): removed relationship update with testCase on testSuite update

* fix(testSuite): empty commit for CI
2023-01-31 10:15:08 -08:00
Suresh Srinivas
a1b9d3fe65
Fixes 10021 - Add CSV import/export for users (#10022)
* Fixes 10021 - Add CSV import/export for users

* Fixes 10021 - Add CSV import/export for users
2023-01-30 21:34:34 -08:00
Sriharsha Chintalapani
28c8ce1386
Fix #9750: Refactor interfaces into openmetadata-spec module (#9751) 2023-01-30 11:47:30 -08:00
Sachin Chaurasiya
aa294a6a36
fix(ui) : owner dropdown for teams with search text is not working (#9921)
* fix(ui) : owner dropdown for teams with search text is not working

* chore : convert searchFormattedUsersAndTeams to async/await

* chore: use searchFormattedUsersAndTeams for owner search on add alerts page

* fix : search api call with query is not working

* fix : filter issue for team assets

* fix : cy test for alerts

* fix : cy tests

* fix: cy test

* chore: update the search query logic

* fix: cy tests

* Fix search teams with special chars

* fix localization missing for constant

---------

Co-authored-by: Sriharsha Chintalapani <harsha@getcollate.io>
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2023-01-30 09:00:18 +00:00
Suresh Srinivas
e16621b26c
Fixes #9988 - Add CSV import/export support for Teams (#9989) 2023-01-29 16:56:53 -08:00
Suresh Srinivas
d81187817a
Fixes #9986 - Add documentation support for the CSV template for imports and exports (#9987) 2023-01-29 13:47:02 -08:00
Nahuel
813d2c4fe6
Bug: Change password of a user without auth mechanism set (#9965)
* Bug: Change password of a user without auth mechanism set

* Fix same issue for validating password
2023-01-27 18:57:51 +01:00
Teddy
1455d5eb29
Update webanalytics prometheus metrics (#9939)
* feature: added web analytic events handler

* feature: exclude web analytic events from audit logger

* empty commit to re-run CI
2023-01-27 15:51:53 +01:00
Sriharsha Chintalapani
4a5676d617
Fix #9801: ES: Search api is not returning expected result (#9948)
* Fix #9801: ES: Search api is not returning expected result

* Fix #9801: ES: Search api is not returning expected result

* Fix #9801: ES: Search api is not returning expected result
2023-01-27 10:34:00 +01:00
Nahuel
ed062c62d6
Fix: Bug when updating a topic with missing message schema (#9940) 2023-01-26 19:23:14 +00:00
Deepa Rao
d2e0e75ac4
Fixes #9930 - Add API support for delete entities by name (#9931) 2023-01-25 21:03:40 -08:00
Teddy
40111d810c
Added collect endpoint to response filters (#9884)
* fix: added collect endpoint to event filter

* fix: structure of global var EXCLUDED_ENDPOINTS
2023-01-25 10:31:25 +00:00
Nahuel
93057e476f
Fix: Superset encryption and decryption not working as expected (#9827)
* Fix superset sample data

* Update ingestion/examples/superset_data/service.json

* Update ingestion/examples/superset_data/service.json

* fix: pytest error (#9824)

* fix: pytest error

* fix: linting

* increased verbosity

* empty commit to re-run tests

* print registry and test definition set

* renamed columnValuesToBeUnique fqn

* removed print statements + verbosity

* Docs Using a Custom Ingestion Image in helm (#9835)

* Docs Using a Custom Ingestion Image in helm

* Update openmetadata-docs/content/deployment/kubernetes/index.md

Co-authored-by: Akash Jain <15995028+akash-jain-10@users.noreply.github.com>

* Update openmetadata-docs/content/deployment/kubernetes/index.md

Co-authored-by: Akash Jain <15995028+akash-jain-10@users.noreply.github.com>

* Update openmetadata-docs/content/deployment/kubernetes/index.md

* Update index.md

Co-authored-by: Akash Jain <15995028+akash-jain-10@users.noreply.github.com>

* fix(ui): ui changes for #9695 (#9770)

* Fix #9695: Teams show up in lower case

* changed owner advanced search filter field from name to display name

* fixed minor quick filter bug

* fixed failing cypress tests

* fixed failing unit tests

* Fixed failing cypress tests

* added comments in unit tests for better understanding of changes

* fixed failing cypress tests for advanced search

* improved logic for showing advanced search options

Co-authored-by: Sriharsha Chintalapani <harsha@getcollate.io>

* Added powerbi docs for new field (#9836)

* Fix#9460: Avoid reuse inspector to get view definition (#9821)

* Avoid reuse inspector to get view definition

* Update openmetadata-sqllineage version

* Feat: Update GH action for E2E tests (#9839)

* Update E2E CI tests GH action

* Address PR comments

* Add converter for services when encypting or decrypting services objects

* Update E2E CI tests GH action

Co-authored-by: Teddy <teddy.crepineau@gmail.com>
Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>
Co-authored-by: Akash Jain <15995028+akash-jain-10@users.noreply.github.com>
Co-authored-by: Aniket Katkar <aniketkatkar97@gmail.com>
Co-authored-by: Sriharsha Chintalapani <harsha@getcollate.io>
Co-authored-by: Onkar Ravgan <onkar.10r@gmail.com>
2023-01-20 21:32:38 +00:00
Suresh Srinivas
89bd68cdf6
Fixes #9829 Add owner field to GlossaryTerm (#9833) 2023-01-20 12:20:25 -08:00
Suresh Srinivas
ca5e35eda2
Fixes #9783 Custom attributes descriptions are not updated (#9828) 2023-01-20 12:16:11 -08:00
Sriharsha Chintalapani
6b43eefa82
Fix #9695: Teams show up in lower case (#9757) 2023-01-18 08:32:05 -08:00
Suresh Srinivas
ac157a8f0b
Fixes #9618 Allow apostrophe in entity names (#9642)
* Fixes #9618 Allow apostrophe in entity names

* Add support for space in entity names (with exception) and column names

* Add regex checks to entity names, table column names to allow only required characters

* fix: allowed characters in entityName

* Add all the allowed special characters in the entity name in tests

* Allow '&', '/', ':' only for the table

* Override basic entityName by defining entity specific entityName for Python code gen

* fix: dagster migration + json schema path

* fix: python style check

* Fix test failure

Co-authored-by: Teddy Crepineau <teddy.crepineau@gmail.com>
2023-01-17 11:34:29 -08:00
Mohit Yadav
41383b5d4a
Fixes Incorrect Classification of Tier Tags for tags containing word … (#9732)
* Fixes Incorrect Classification of Tier Tags for tags containing word "Tier"

* review comments
2023-01-14 14:38:45 +05:30
Suresh Srinivas
b6e7bcfee5
Fixes #9721 Add support for count of terms in Glossary and Classification (#9733) 2023-01-13 11:40:24 -08:00
Mohit Yadav
b0ace9446d
remove computePercentile from table usage summary (#9681)
* remove computePercentile from table usage summary

* Fix: removed the compute percentile and added at the end

Co-authored-by: Sriharsha Chintalapani <harsha@getcollate.io>
Co-authored-by: Nihar Doshi <nihardoshi16@gmail.com>
2023-01-13 17:16:15 +01:00
Mohit Yadav
58b2ee6161
Updated to Expire After Write (#9712) 2023-01-13 14:45:08 +05:30
Mohit Yadav
bbfb50f298
updated rule evealutor tests (#9711)
* updated rule evealutor tests

* Update - review comments
2023-01-13 14:43:55 +05:30
Suresh Srinivas
dbdd4a13cb
Code cleanup of IDE flagged issues (#9715) 2023-01-12 18:40:50 -08:00
Mohit Yadav
f2e54fe7b9
Fix Topic index to map properly (#9688)
* Fix Topic index to map properly

* fix python side
2023-01-11 18:59:05 +00:00
Parth Panchal
1ac0d47147
Fixed#9651: DQ for datalake not showing on UI (#9668) 2023-01-10 21:36:25 +05:30
Mohit Yadav
ea0e0e03e4
Alert Test Fix (#9640)
* Alert Test Fix

* Removed Db calls in case local publishers available

* Fix test

* Removed unrequired code

* Maintaing entityType to class map

* checkstyle
2023-01-10 12:56:10 +05:30
Sriharsha Chintalapani
3c9d39e9af
Fix #9158: OpenSearch/ElasticSearch - Language based mappings (#9163)
* Add language for Search mappings

* Fix #9158: OpenSearch/ElasticSearch - Language based mappings

* Add analyzer to search in Japanese

* Adding JP es analyzer for all the indexes

* Fix review comments

* rebase with main

Co-authored-by: Megumi AIKAWA <megumi.aikawa@gmail.com>
2023-01-09 21:42:01 -08:00
Mohit Yadav
6836b2a057
Updated Description in case of column updates (#9635)
* Updated Description in case of column updates

* Take Description from Deleted in case of column update

* Added test Case
2023-01-09 22:51:09 +05:30
Parth Panchal
8bed933e34
Fixed#9426: When in Debug mode OM is logging passwords in plaintext (#9629)
* Fixed#9426: When in Debug mode OM is logging passwords in plaintext

* Fixed#9426: When in Debug mode OM is logging passwords in plaintext

* Fixed#9426: When in Debug mode OM is logging passwords in plaintext

Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
2023-01-06 19:36:18 +00:00
Suresh Srinivas
eefbfefe31
Code cleanup to fix IDE flagged warnings (#9614) 2023-01-05 11:22:33 -08:00
mosiac1
0ed67d69f7
Fix User entity pagination when isBot flag is False (#9604)
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2023-01-05 21:28:24 +05:30
Mohit Yadav
6a936650f3
Fix Tag Missing Relation (#9616) 2023-01-05 19:08:20 +05:30
Parth Panchal
a813d25efa
Fixes#9576: Data insights page empty and reindexing fails (#9597)
* Fixes#9576: Data insights page empty and reindexing fails

* Fixes#9576: Data insights page empty and reindexing fails

Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
2023-01-05 11:42:54 +05:30
Mayur Singal
67ea711319
Fix #8422: Fix False usage query count (#9587) 2023-01-04 14:01:07 +05:30
Mohit Yadav
084e0cba97
Enabled Alert Tests (#9463)
* Enabled Alert Tests - Do not Merge

* Removed commented code
2023-01-04 13:00:03 +05:30
Mohit Yadav
1deeb70bfc
Fix UI issue due to dropwizard Upgrade (#9590)
* Fix UI issue due to dropwizard Upgrade

* Added Header
2023-01-03 17:43:22 +00:00
Mohit Yadav
e5519663e6
Fix Flyway Clean Disabled Issue (#9556) 2023-01-02 17:59:04 +05:30
Suresh Srinivas
1eb7ed95dc
Upgrade library dependencies (#9547)
* Upgrade minor version

* Update jersey-bom version

* Update dropwizard version

* Revert dropwizard and update jackson

* Upgrade to Dropwizard 2.1.4 switch default GrizzlyConnector to HttpUrlConnector

* Upgrade next set of dependencies

* Upgrade next set of dependencies - part 2

* Upgrade next set of dependencies - part 3
2022-12-30 15:20:44 -08:00
Suresh Srinivas
240920fa9f
Fixes #9118 - Glossary bulk upload support (#9524)
* Add CSV support for bulk edits

* Add CSV support for bulk edits - updates to the previous patch

* APIs for Glossary bulk export/import support
2022-12-29 09:58:06 -08:00
Suresh Srinivas
758c976cba
Fixes #9259 Change Tags APIs to conform with rest of the APIs (#9260) 2022-12-26 12:32:17 -08:00
Suresh Srinivas
c931ee3447
Fixes #9510 Enable authorization tests for all the entities (#9511) 2022-12-23 07:47:09 -08:00