5395 Commits

Author SHA1 Message Date
Ayush Shah
2eccd711f1
Modifying Timeout for PyTests (#3587)
Tests are failing because of timeout being too near to the threshold
2022-03-22 18:37:30 +05:30
Mayur Singal
a38b08882a
Fix #3566: ingesting sample data with space in name (#3586) 2022-03-22 18:29:03 +05:30
Shailesh Parmar
b48849d66d
Fix issue-3554: Href links don't work in description dropdown (#3576) 2022-03-22 15:08:16 +05:30
darth-coder00
9664cb8763
Fixed #3285: Only show leaf glossary term instead of the entire hierarchy in all the places. (#3565) 2022-03-22 02:26:00 -07:00
Ayush Shah
9a620c380d
Fixing Metadata indexing issue (#3580) 2022-03-22 14:37:41 +05:30
Ayush Shah
5cacd33e2e
Standardized Metabase db_service_name across dashboards (#3458)
* Standardized Metabase db_service_name across dashboards

* Resolved Code Smell

* Update metabase.py
2022-03-22 12:21:54 +05:30
Sriharsha Chintalapani
d1e832c3bb
Fix #3532: Enable ownership tests for Team entity (#3567) 2022-03-21 22:54:01 -07:00
Sachin Chaurasiya
87a1cfa684
Fix #3571 UI: Activity Feed is failing for table tag (#3572) 2022-03-21 22:49:14 -07:00
Shailesh Parmar
a1adb23808
Fix issue-3568: UI: DataQualityTable test is failing (#3569) 2022-03-21 21:53:50 -07:00
Shailesh Parmar
a66ef4800c
Fix issue-600: UI: doesn't allow table level tags to be added (#3547) 2022-03-21 13:55:32 -07:00
Shailesh Parmar
5bd7fae70d
Fix issue-3540 Add Data quality unit tests (#3563) 2022-03-21 12:33:53 -07:00
darth-coder00
4b99002b0f
Fixed failing CI due to unit test of Table Query (#3564) 2022-03-21 12:27:45 -07:00
darth-coder00
fe1dc0ac52
Fix #3530: Tags container is skipping tags with "Tier" in name (#3558) 2022-03-21 11:46:08 -07:00
Sachin Chaurasiya
c566f2c538
Fix #3520 Increase the size of pointers in lineage editor (#3559) 2022-03-21 11:12:08 -07:00
Sachin Chaurasiya
1829c12bdd
Add unit tests for Activity feed side panel (#3548) 2022-03-21 11:00:05 -07:00
Mayur Singal
d6d9afa8be
Fix #3118: Allowing multiple databases for snowflake (#3464) 2022-03-21 10:31:17 -07:00
Pere Miquel Brull
548a0ab722
Fix #3437 & #3186 - Airflow lineage Task Group & Tests (#3460) 2022-03-21 10:29:49 -07:00
Ayush Shah
b865d85d85
Docker Calculation fix + Reset DB command added (#3459) 2022-03-21 10:28:58 -07:00
Snyk bot
c311acc1b0
fix: common/pom.xml & pom.xml to reduce vulnerabilities (#3545)
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-2421244
2022-03-21 10:14:02 -07:00
Snyk bot
3c2ded2974
fix: catalog-rest-service/pom.xml & pom.xml to reduce vulnerabilities (#3544) 2022-03-21 10:13:49 -07:00
Sachin Chaurasiya
c2f71a497c
Fix #3523 Usernames in queries tab have clickable action but doesn't redirect them to user profile page (#3556) 2022-03-21 10:11:42 -07:00
Sachin Chaurasiya
920491e355
Fix #3519 show FQDN of an entity in main search box like we do it in Lineage Editor (#3561) 2022-03-21 10:11:15 -07:00
Ayush Shah
538ee87acc
Fix tests - added recursion delete and error handling (#3560) 2022-03-21 10:00:39 -07:00
Mayur Singal
2631dbbe7e
Fix #3487: fixed MySQL multiple database ingestion issue (#3489)
* Fix #3487: fixed MySQL multiple database ingestion issue

* moved schma names to prepare

* fixed comment
2022-03-21 17:09:46 +05:30
codingwithabhi
ccb96b3ea7
makefile-updated-to-install-all-packages-for-unittest (#3550) 2022-03-21 16:02:34 +05:30
Suresh Srinivas
eb74487985
Issue3536 (#3537) 2022-03-20 18:01:51 -07:00
Vivek Ratnavel Subramanian
001ec69b09
Fix #3402: Inconsistency in activity feed for services activities (#3535) 2022-03-20 01:37:15 -07:00
Suresh Srinivas
f7cc5160cc
Fix warnings from issue3501 where exceptions are no longer thrown (#3512) 2022-03-19 17:57:57 -07:00
Suresh Srinivas
69adc7ed38
Fixes #3533 - Discover entity support for tags, owner, and follower using entity fields (#3534) 2022-03-19 13:49:45 -07:00
Sriharsha Chintalapani
d7e309939e
Revert "Fix #3402: Inconsistency in activity feed for services activities (#3478)" (#3531)
This reverts commit a1941301afc852d029de9d1d5553d17f57eaa33f.
2022-03-19 10:45:06 -07:00
Sriharsha Chintalapani
0b30c9f08d
Fix #3056: Introduce team owner and let them manage their own team; Fix #3516: Authorizer should expect an owner field to be populated before granting permissions. (#3517) 2022-03-18 18:33:24 -07:00
Vivek Ratnavel Subramanian
a1941301af
Fix #3402: Inconsistency in activity feed for services activities (#3478) 2022-03-18 13:42:03 -07:00
Sachin Chaurasiya
4ad0d9f76c
Fix #3290 Lineage Editor: allow users to select a node and delete the connection. (#3505) 2022-03-18 12:35:47 -07:00
Sachin Chaurasiya
1ddcc94ccd
Fix #2797 Lineage: Issue while adding downstream Table/Dashboard/Pipeline (#3506) 2022-03-18 12:32:47 -07:00
Suresh Srinivas
d31431024e
Fixes #3501 - Having more than one instance behind a load balancer w/o stickiness breaks API pagination (#3510) 2022-03-18 09:21:33 -07:00
Shailesh Parmar
29e42051ec
Fix issue-3058: Sort users within teams page (#3503) 2022-03-18 07:10:21 -07:00
Shailesh Parmar
6a48403662
Feat: Add form to create new user from ui, Fix issue-3480 [UI] Default Value for User's not Assigned to any Teams on User's Listing Page (#3494)
* Feat: Add form to create new user.

* rename adduser to create usear everywhere

* Addressing comments
2022-03-18 07:08:46 -07:00
darth-coder00
c586bb1aed
Fix #3001: Support to provide team deletion from UI (#3495) 2022-03-17 22:02:27 -07:00
Sachin Chaurasiya
87335137e5
Add unit test for feedList component (#3471) 2022-03-17 22:01:01 -07:00
Sachin Chaurasiya
a47ed4d917
Fix #3456 Blank page is displayed if we enter number in the text editor in description field. (#3483) 2022-03-17 17:03:13 -07:00
darth-coder00
196929ca87
Fixed #3263: Able to save an empty reference in glossary term (#3498) 2022-03-17 16:43:26 -07:00
darth-coder00
542152ae58
Fixes #2810: Differentiate between tables and views (#3492) 2022-03-17 12:02:44 -07:00
Shailesh Parmar
55177b13cc
Fix #3473: we need to show own assets in owned and following tab. (#3482) 2022-03-17 11:53:42 -07:00
Mayur Singal
98421f2d56
fix #3423: excluded unwanted query types (#3484) 2022-03-17 09:40:44 -07:00
darth-coder00
83a3307b60
Fixed #3475 for updated schema and fixed failing unit tests (#3476) 2022-03-17 12:30:34 +05:30
Sriharsha Chintalapani
3f91ae33c5
feat(ingestion): make ingestion image runtime configurable (#3087)
Co-authored-by: Jorgen Evens <jorgen@evens.eu>
2022-03-16 22:54:14 -07:00
Ayush Shah
83de95c3f2
Bigquery Custom query for partitioned table and policy tag fix (#3472)
* Bigquery Custom query for partitioned table and policy tag fix

* Added source to tag label

* Modified default partition query as per partition key
2022-03-16 21:05:25 -07:00
darth-coder00
a2a3a0ebde
Fixed: #3455 Able to select same term name in related terms (#3470) 2022-03-16 15:35:01 -07:00
darth-coder00
4874124358
Fix redirections from breadcrumb and related terms (#3468) 2022-03-16 15:34:25 -07:00
Sachin Chaurasiya
ef927b0ad0
Fix #3160 UI Add support for deleting a post (#3436) 2022-03-16 12:53:10 -07:00