5395 Commits

Author SHA1 Message Date
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
codingwithabhi
e043e89dff
ISSUE-3293: optimized-metadata-extraction (#3409)
* ISSUE-3293: optimized-metadata-extraction

* tuple-removed-for-_get_table_comment
2022-03-15 09:22:51 +05:30
Sachin Chaurasiya
eb436adcb2
UI: Add support for deleting a post in table entity (#3405)
* UI: Add support for deleting a post in table entity

* Addressing review comment
2022-03-14 19:21:10 +05:30
Shailesh Parmar
3dfae301fe
Fix: issue 3301 Data Quality - Missing Test Description UI & issue: 2861 Add SQLite service icon (#3404)
* Fix: issue 3301: Data Quality - Missing Test Description UI

* Fix issue: 2861 Added SQLite icon
2022-03-14 18:50:33 +05:30
Shailesh Parmar
a5505dadd2
Fixed issue: 3333 Data Quality - Check tests being supported in Date but not Timestamp (#3400)
* added filter support for date datatype

* Fixed: issue-3333 Data Quality - Check tests being supported in Date but not Timestamp
2022-03-14 17:42:24 +05:30
Pere Miquel Brull
130bbb0c5c
Fix #3104 - Remove unused imports with pycln (#3370)
Fix #3104 - Remove unused imports with pycln (#3370)
2022-03-14 06:59:15 +01:00
Suresh Srinivas
cc2dd3d0cc
Fixes #3382 - Refactor EntityHelper into existing classes Entity and EntityRepository (#3383) 2022-03-12 18:13:48 -08:00
Vivek Ratnavel Subramanian
170cb529ea
Fix #3313: Not all activities are captured in service activity feed (#3339) 2022-03-12 09:48:06 -08:00
Vivek Ratnavel Subramanian
369b8c3b31
Fix #3366: UI: Avoid loading assets from external web pages (#3367) 2022-03-12 08:03:57 -08:00
Sriharsha Chintalapani
9a8d29b8ca
Fix #3340: JWTFilter should accept a config to look up the email field in JWT token (#3341) 2022-03-11 15:03:11 -08:00
Ayush Shah
7c84f063e6
Minor Fixes - Ingestion - Datetime format, Looker fix (#3365)
* Minor Fixes - UTC timezone for usage, tag method modification, looker fix

* Modified core version

* Snowflake Usage Result limit and Makefile ignore env fix
2022-03-11 13:31:42 +05:30
Akash Jain
59867aaad7
making docker compose compatible with metadata CLI (#3369) 2022-03-11 10:19:24 +05:30
darth-coder00
61d2ff192f
Added feature videos and change logs for release 0.9.0 (#3363) 2022-03-11 00:45:42 +05:30
darth-coder00
08bf0344a7
Fix: Tags editor issues (#3362) 2022-03-10 10:33:56 -08:00
Sam Firke
d7ec9e4ded
fix typo: "or" -> "on" (#3361)
improves clarity
2022-03-10 09:34:21 -08:00
Vivek Ratnavel Subramanian
3c89a11aa2
Fix #3348: UI: Tags dropdown does not render glossary terms consistently (#3349)
Co-authored-by: darth-coder00 <86726556+darth-coder00@users.noreply.github.com>
2022-03-10 21:59:59 +05:30
Pere Miquel Brull
f0dd85b9f7
Fix #3356 - Vertica concat and len (#3358) 2022-03-10 08:01:47 -08:00
Sachin Chaurasiya
3eda561ca9
UI : Addressing 0.9.0 Feedback Part 3 (#3350)
* UI : Addressing 0.9.0 Feedback Part 3

* Minor fix

* Addressing review comment

* Minor style change
2022-03-10 21:25:41 +05:30
darth-coder00
4d1d25a58b
Fixed No data placeholders for reviewers and related terms (#3359)
* Fixed No data placeholders for reviewers and related terms
2022-03-10 21:18:12 +05:30
Shailesh Parmar
f03fb1cafa
Fixed issue-3325 Data Quality - columnValuesMissingCountToBeEqual UI, 3338: Add Ingestion Modal are missing Snowflake (#3351)
* added support to accept multiple value for missingValueMatch in columnValuesMissingCountToBeEqual test
2022-03-10 20:24:59 +05:30
codingwithabhi
020613a6da
ISSUE-3328: airflow-pipeline-date-bug-fix (#3352) 2022-03-10 17:34:07 +05:30
Ayush Shah
4f1ef18c2b
Fix Usage from Bulk Sink (#3354)
* Fix Usage from Bulk Sink

* Closing stage in worklow once bulk sink starts
2022-03-10 17:12:42 +05:30
parthp2107
794cf64787
updated schema docs (#3329)
* updated schema docs

* addressing ingestion-core version bump
2022-03-10 12:55:35 +05:30
Sachin Chaurasiya
6720fa9569
Change Login Page Background Image (#3344)
* Change Login Page Background Image

* Fix failing test
2022-03-10 12:23:00 +05:30
darth-coder00
e03b16f023
Fix: #3305 and added webhook icon (#3345) 2022-03-10 11:50:43 +05:30
Shailesh Parmar
cff4ea2dfd
added missing database services icon (#3336) 2022-03-09 23:37:15 +05:30
Sachin Chaurasiya
bf41163aaf
Change SignIn Page Slider images (#3337)
* Change SignIn Page Slider images

* Add loading lazy attribute to image
2022-03-09 23:36:19 +05:30
Sriharsha Chintalapani
9def45ac60
Issue-3334: Azure SSO is passing preferred_username instead of email for token (#3335) 2022-03-09 08:44:20 -08:00
Shailesh Parmar
c3e591c234
fixed issue-3312: filter out the owned object with entities (#3330)
* fixed issue-3312: filter out the owned object with entities
2022-03-09 22:06:02 +05:30
darth-coder00
d18198bb20
Fixes: #3263, #3256 and Settings menu sorting (#3331) 2022-03-09 21:41:51 +05:30
Sachin Chaurasiya
171477cbb9
Fix #3311 Start conversation button on reply page is not functional. (#3327)
* Fix #3311 Start conversation button on reply page is not functional.

* Minor fix
2022-03-09 20:02:16 +05:30