2575 Commits

Author SHA1 Message Date
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
darth-coder00
cbe667b7cb
Revamp Glossary UI to support URL updation (#3453) 2022-03-16 12:51:05 -07:00
Shailesh Parmar
22b394d63f
Fix #3431 Incorrect UI exception for adding tests to deleted entities (#3462) 2022-03-16 12:47:33 -07:00
Mayur Singal
3aa8755a7f
Fix #3465: Added trino version (#3466) 2022-03-16 09:00:08 -07:00
Shailesh Parmar
3d2e0e88af
Fix: issue 3427 changed logic to show all data in test config (#3451) 2022-03-16 07:59:59 -07:00
Shailesh Parmar
90b440834c
Fix issue-3406 wrong toast on UI for editing tests, issue-3452 config value is not getting display in edit mode (#3454) 2022-03-16 07:59:00 -07:00
Mayur Singal
6254fd8468
Fix #3419: large complex datatype issue fixed (#3449)
* large complex datatype issue fixed

* removed unused variable
2022-03-16 12:21:44 +05:30
Ayush Shah
28a1918ed8
Fixed Looker - Dashboard and Dashboard Elements (#3441)
* Looker fix

* Update looker.py
2022-03-16 11:52:29 +05:30
Pere Miquel Brull
16e82d45de
Fix #3371 - Run Profiler and Tests on a % of the data (#3424)
Fix #3371 - Run Profiler and Tests on a % of the data (#3424)
2022-03-16 06:05:59 +01:00
Vivek Ratnavel Subramanian
23e0aff20c
Fix #3438: Getting Wrong postsCount for thread (#3446) 2022-03-15 18:14:59 -07:00
Vivek Ratnavel Subramanian
0a80820742
Fix #3447: Server fails to start in secure mode (#3448) 2022-03-15 18:14:26 -07:00
Vivek Ratnavel Subramanian
b07ef2212a
Fix #3417 UI: Add a mock API Server (#3418) 2022-03-15 10:41:31 -07:00
parthp2107
82540b6e18
Fixing selenium tests with assertions (#3353)
* altering tests

* updated teams page with chrome option

* added fix for tests

* testid changes

* Entity details test (#3373)

* Adding Entity details test fix

* Java checkstyle format

* Selenium tests fix

* adding chrome options

Co-authored-by: kushal <kushalshinde2512@gmail.com>

* test fix

* test fix

* test fix

* text fix

* tests fix

* test fix

* test fix (#3428)

Co-authored-by: kushal <kushalshinde2512@gmail.com>

* added test fixes

* adding wait for add webhook button

Co-authored-by: kshinde2512 <67048554+kshinde2512@users.noreply.github.com>
Co-authored-by: kushal <kushalshinde2512@gmail.com>
2022-03-15 20:18:29 +05:30
Mayur Singal
7eaea054c1
Fix #3332: fixed varbyte & time issue (#3401)
* Fix #3332: fixed varbyte & time issue

* added time without timezone

* optimized code

* code_smell_fixed

* removed unused var

* reduced cognitive complexity
2022-03-15 19:48:16 +05:30
Shailesh Parmar
0ab6b29738
fix: issue-3425 Profiler: add test based on included datatype, issue-3407 Deleting column test shows blank in data-profiler for that column (#3429)
* fix: issue-3425 updated condition as per supported datatype
2022-03-15 19:25:50 +05:30
codingwithabhi
55c65b5c53
issue-3420: debug-logger-added (#3434) 2022-03-15 19:13:31 +05:30
Mayur Singal
3e92693d34
Fix #3419: Databricks struct, array & map supported (#3426)
* Fix #3419: Databricks struct, array & map supported

* optimized code

* added comments
2022-03-15 19:13:05 +05:30
darth-coder00
2a5bea7f5e
Fixed #3247: Drop-down arrow in glossary page appears only on click (#3435)
* Fixed #3247: Drop-down arrow in glossary page appears only on click

* Minor Typo change
2022-03-15 19:12:54 +05:30
Onkar Ravgan
ad04136847
Fix #3095: Added support for private key (#3408)
* ISSUE-3095: Add support for private key in snowflake

rebase main branch

* Fix #3095: Added support for private key

* Fix #3095: Added support for private key and review changes

* Fix #3095: Added support for private key and review changes

* changed direct assignment of dictionary

Co-authored-by: Onkar Ravgan <onkarravgan@Onkars-MacBook-Pro.local>
2022-03-15 18:19:02 +05:30
Sachin Chaurasiya
c860177a49
Add check to allow only the owner and admin to delete the post. (#3422)
* Add check to allow only the owner and admin to delete the post.

* Change author prop to isAuthor prop

* Add unit tests for feedcard component

* Add group-hover for feedcard

* Add delete posts support in homepage
2022-03-15 18:05:13 +05:30
Ayush Shah
a6e2ee78c4
Update docker.py (#3430) 2022-03-15 17:18:00 +05:30