255 Commits

Author SHA1 Message Date
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
Teddy
dcf220f867
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
2023-01-20 10:45:11 +01:00
Mayur Singal
939adf887b
Fix #8973: Superset fetch metadata from DB (#9645)
* Docs #8973: Superset with SSO docs

* Superset support for mysql & postgres db

* remove unwanted field from yaml

* Fix pylint

* Fix superset tests

* Fix sample data connection

* ci fix & review comments

* cypress & defualt provider fix
2023-01-19 16:39:43 +01: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
Teddy
903209bc70
Fixes #9656 -- Add support for datetime type for col between (#9671)
* feat (profiler): Added support for datetime type for sqa profiler

* feat (profiler): migration file

* fix: added comment for ms timestamp logic
2023-01-11 16:51:36 +01: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
Sachin Chaurasiya
bdb8a55cfe
refactor : Add useAirflowStatus hook (#9473)
* chore : Add useAirflowStatus hook

* Add interface for hook

* Expose the fetch status method

* update hook return value

* refactor : use useAirflowStatus hook to get the airflow status

* Update useEffect to fetch data based on airflow status

* update license

* fetch workflow if airflow is available

* Revert "Update useEffect to fetch data based on airflow status"

This reverts commit c8cea80d4d2637d1c9163f650a34783c8efe376b.

* fix : cy failures

* address comments

* fix : unit test

* fix : cy test
2023-01-10 06:13:05 +00:00
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
Shailesh Parmar
70d9c27035
ui: localization changes (#9612)
* ui: localization changes

* fixed failing tags cypress

* reverted fr-fr file changes

* addressing comments

* addressing comments

* addressing comments

* fixed error message issue

* Disable AlertTest

Co-authored-by: mohitdeuex <mohit.y@deuexsolutions.com>
2023-01-05 21:51:15 +05:30
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
Parth Panchal
dbf0152c85
Added maven publish git action workflow (#9568) 2023-01-03 11:18:29 +05:30
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
Chirag Madlani
bf6fc5f93a
prepare(release) next release (#9479)
* prepare(release) next release

* airflow typo

Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>
2022-12-27 20:15:46 +05:30
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
Sriharsha Chintalapani
b4e274c8d5
Add schemaText to topic Index (#9482)
* Add schemaText to topic Index

* Remove ChangeDescription from TopicIndex
2022-12-22 09:42:51 +01:00
Mohit Yadav
517da06ece
Ingestion Bot Fix + AcitvityFeedAlerts Update (#9475) 2022-12-22 04:42:16 +05:30
Parth Panchal
9c9c33f318
Added pagination to Report Data (#9440) 2022-12-21 18:50:29 +05:30
Mohit Yadav
70d5536745
Added Test cases for Alerts + bug Fixes (#9421)
* Added Test cases for Alerts + bug Fixes

* removed commented code

* random bool

* added anno

* Disabling test for AlertAction and Alert + alertAction random name

* Bulk Create AlertAction Api
2022-12-21 15:34:18 +05:30
Sriharsha Chintalapani
b9242c1390
Fix topic indexes and migrations (#9439)
* Fix topic indexing

* Fix topic db migrations

* Fix topic db migrations

* Fix topic db migrations

* Fix test; add missing topic indexes on python side; fix ranking for tables using usage count
2022-12-21 10:33:12 +01:00
Nahuel
03edd9df56
Wrong services count returned from UtilResources (#9425) 2022-12-20 11:38:43 -08:00
Teddy
1df8014f78
Fix data insight filtering (#9415)
Fix: DI filtering
2022-12-20 10:11:33 +01:00
Parth Panchal
36e01a2b21
Fixed#9289 : Support Data Insight Index Refresh from Elastic Search (#9412)
* Fixed#9289 : Support Data Insight Index Refresh from Elastic Search

* Fixed#9289 : Support Data Insight Index Refresh from Elastic Search
2022-12-20 13:51:16 +05:30
Teddy
f4ae0a5b8f
Fixed perc. computation for entityTier (#9398) 2022-12-20 08:05:26 +01:00
Mohit Yadav
fa65480864
Alert Fixes, Removed Alert and AlertAction from Entity List, Get latest status from the data base, removed lastSuccesfulAt from failuredetails (#9386) 2022-12-18 23:39:27 +05:30
07Himank
f68d77cf51
Pagination query task (#9377)
* added new api for fetching table queries

* fix a small error

* corrected some line of code

Co-authored-by: Himank Mehta <himankmehta@Himanks-MacBook-Air.local>
2022-12-17 22:36:24 +05:30
Mohit Yadav
c7591eefc2
Alert improvements (#9374)
* AlertAction update sould apply to all alert using alertActions + added api to get all action of alert with status

* update endpoint

* Added matchAnyField Function + removed usageSummary from activityFeed
2022-12-17 17:48:08 +05:30
Suresh Srinivas
1430e7e9c0
Code cleanup changes (#9361) 2022-12-16 16:14:40 -08:00
Sriharsha Chintalapani
0055ca2d1c
Fix #2435: Add tagging support for services and database (#9330)
* Fix #2435: Add tagging support for services and database

* Fix check style

* Fix check style

* Fix check style
2022-12-16 08:34:26 -08:00