3981 Commits

Author SHA1 Message Date
Shailesh Parmar
09c3300204
Added hierarchical view for teams page in global setting (#6808)
* updated Team hierarchy view as per updated API

* added new form for adding team

* added add service form and removed some old component

* fixed teams page cypress
2022-08-19 19:34:01 +05:30
Mayur Singal
7c004a6785
Fix #6823: Fix hive attribute error (#6824)
* Fix #6823: Fix hive attribute error

* Empty commit to start test
2022-08-19 14:22:54 +02:00
Pere Miquel Brull
3f1fc5344a
Remove Athena hostPort (#6825) 2022-08-19 14:11:53 +02:00
Pere Miquel Brull
ed0a01edea
Fix #6787 - GCS credentials marked as required + validate privateKey (#6804)
Fix #6787 - GCS credentials marked as required + validate privateKey (#6804)
2022-08-19 11:19:20 +02:00
Pere Miquel Brull
6f3cd4cfed
Fix #6818 - Superset code cleanup and docs (#6821)
* code cleaning

* superset docs

* Fix metabase docs
2022-08-19 11:19:06 +02:00
Teddy
78b5f8c8e2
Part 1 of #5831 -- Profiler workflow implementation (#6809)
* Added database filter in workflow

* Removed association between profiler and data quality

* fixed tests with removed association

* Fixed sonar code smells and bugs

* Updated profiler workflow to:
- support only running profiler (removed test run)
- support column inclusion and exclusion
- added back support for partitioned table and sample

* moved status to workflow

* Fixed tests

* removed test logic from profiler sink

* Added logic to return sample from workflow sample value

* Added profiler examples

* Updated documentation for profiler

* Fixed code smells
2022-08-19 10:52:08 +02:00
Ayush Shah
e2fae91831
Modify Okta Bare Metal Doc (#6820) 2022-08-19 10:31:12 +02:00
Aniket Katkar
8c2e9985e8
Fixed styling for user page (#6813) 2022-08-19 08:30:29 +05:30
Suresh Srinivas
7302c1658d
Upgrade dependencies for 0.12 release (#6815) 2022-08-18 16:13:04 -07:00
Suresh Srinivas
4b8af0a03a
Make WebhookType part of webhook.json and not the create request (#6812) 2022-08-18 12:28:38 -07:00
Sachin Chaurasiya
8f580c0afd
Feat : Add New roles and policy UI - Part 2 (#6796)
*  Feat : Add New roles and policy UI - Part 1

* Add default value to policytype

* Add initial values to the form

* Make rules tab first in policy details page

* Add back button for roles and policy detail page

* Add support for delete role

* Add delete support for policy

* Add description edit support for roles and policy
2022-08-18 23:50:49 +05:30
Aniket Katkar
9e175e997e
Added service icons for datalake, mode and pinot connections (#6807) 2022-08-18 23:18:38 +05:30
Onkar Ravgan
1ec0fa3e37
Fixed PowerBi Exception (#6803)
* Fixed exception for chart name

* added id in exception

Co-authored-by: Onkar Ravgan <onkarravgan@Onkars-MacBook-Pro.local>
2022-08-18 19:47:56 +02:00
Aniket Katkar
2107fdeca5
Improvements(UI) : Styling improvements from issue #6701 (#6802)
* Improvements #6701 :
- Fixed the read more button for description

- Updated Filter styling on webhook page

- Made stylings for adding user, admin,bot , webhook and slack similar to add service

- Assignee name in activity feed card made clickable

- And some minor fixes.

* Bug fixes for read more

* Removed unnecessary stylings and improved unit test for RichTextEditor
2022-08-18 23:11:49 +05:30
Milan Bariya
8ceb4b926c
Doc update for define custom connectors (#6792) 2022-08-18 16:24:32 +02:00
Shailesh Parmar
1fe3f91b68
fixed issue #6797 teams and users redirection is not working (#6798)
* fixed issue #6797 teams and users redirection is not working

* fixed failing unit test
2022-08-18 18:49:57 +05:30
Shailesh Parmar
bbe424dbed
Feat: Column level profiler dashboard (#6683)
* added column dashboard page and route

* added redirection from table to profiler dashboard

* fetch the requierd information from api

* added loader and error placeholder

* added profiler dashboard component

* added table summery in column profiler page

* added tab section

* added range dropdown and add test button

* added chart for column level dashboard

* added formatting for chart and data

* extracted profiler tab as componene

* added table level profiler card

* added indicator for test summery

* added description summary card

* added latest profiler filter card

* removed bottom border and added padding-x for table cell

* show laast 7 days opption

* added content on tab switch for profiler and data quality

* remove loading state and updated summary spelling

* removed latest option from profiler dropdown and relavent code

* added more metrics in the graph and made default dropdown option as last 3 days

* change style of Legend component

* fixed failing test

* restrict float number to show only 2 decimal

* addressing comments

* fixed failing unit test
2022-08-18 18:49:49 +05:30
Ayush Shah
36338eb727
Antlr Grammar implemented, Imports fixed (#6673) 2022-08-18 18:32:28 +05:30
Ayush Shah
399a2a103d
Fix profiler item_type sqlalchemy datatype issue (#6794) 2022-08-18 18:30:00 +05:30
Ayush Shah
3d4684c60b
Change installation of antlr (#6774) 2022-08-18 17:34:58 +05:30
NiharDoshi99
f552960ca7
Clean Atlas, Amundsen and metadata_rest (#6649)
* Clean Atlas, Amundsen and metadata_rest

* FIX: Based on comment

* Added test case for coverage

* Fixed: Py test

* FIX: Added atlas yaml mapping file

* FIX: Py Test

* FIX: Revert Test

* FIX: Removed as per dataset
2022-08-18 16:18:07 +05:30
Vj-L
ffdb32193f
Added libxml2 in the ingestion Dockerfile (#6778)
* Added libxml2 in the ingestion Dockerfile

* Added libxml2 in the airflow Dockerfile

Co-authored-by: “Vijay” <“vijay.l@deuexsolutions.com”>
2022-08-18 15:54:00 +05:30
Pere Miquel Brull
15e1bb531a
Docs - Python requirements & metadata docker (#6790)
Docs - Python requirements & metadata docker (#6790)
2022-08-18 11:43:45 +02:00
Nahuel
89ec1f9c6d
AWS SSM secrets manager implementation on backend (#6771)
* SSM secrets manager implementation in backend

* Add test and refactor

* Use SecretString type for storing parameters
2022-08-18 11:06:14 +02:00
Sriharsha Chintalapani
0a2e2d8b18
Fix #6571: Add EntityLink for the testCase to ID columns (#6755)
* Fix #6571: Add EntityLink for the testCase to ID columns

* Fix #6571: Add EntityLink for the testCase to ID columns

* added entityLink to python tests

* Fix tests

Co-authored-by: Teddy Crepineau <teddy.crepineau@gmail.com>
2022-08-18 00:29:59 -07:00
Aniket Katkar
83cae05f06
Improvements #6701 : Styling improvements and minor bug fixes. (#6765)
* Improvements #6701 : Changes made :
- Moved “Teams, User and Admins” to new category "Members"

- Reduced table column height

- Update edit icon

- Resolved the issue with search bar shrinking.

- Changed order of links on navbar

- Switch button styling changed as per mocks

* Used variable to store color values in less file

* Search bar width made responsive to avoid overlapping with settings button
2022-08-18 12:42:55 +05:30
Akash Jain
c60fdea25f
fix: "table" to "Table" (#6789) 2022-08-18 12:40:58 +05:30
Sriharsha Chintalapani
8943e3bb7d
Fix #5831: Add pipeline to testsuite (#6756)
* Fix #5831: Add pipeline to testsuite

* Fix #5831: Add pipeline to testsuite
2022-08-18 08:49:32 +02:00
Sachin Chaurasiya
b70f49e5a8
Fix #6633 Support multi-line Sample Data header row (#6788) 2022-08-18 12:08:26 +05:30
Milan Bariya
1417541a81
Dashboard Service Lineage Issue For Metabase (#6679) 2022-08-18 06:50:48 +02:00
Akash Jain
dd52612b26
feat: helm-aws-eks-docs (#6745)
* Added EKS Docs

* minor fixes to docs

* fix: typo

* Add note on assumption
2022-08-17 20:40:39 +05:30
Akash Jain
5e4f37dc98
feat: Add docs page for helm values (#6665) 2022-08-17 20:30:41 +05:30
Sachin Chaurasiya
9154cab72d
feat : Add UI support for deleting thread (#6758)
*  feat : Add UI support for deleting thread

* Add threadId

* Add comment

* Remove unwanted tests

* Add unit tests
2022-08-17 19:56:35 +05:30
Ayush Shah
a3dfde97ce
Fix Indentation for Yarn Coverage (#6769) 2022-08-17 19:53:42 +05:30
Teddy
8e0f1274f2
Added timestamp with timezone data type (#6761) 2022-08-17 16:02:59 +02:00
Shailesh Parmar
c34a1d8000
added cypress for teams and users page as per new layout (#6766) 2022-08-17 19:08:35 +05:30
Shailesh Parmar
0c895e5208
Removed hardcoded restriction for preventing settings path to show up on all domains (#6763) 2022-08-17 17:22:06 +05:30
Teddy
abaf8a84e9
Fixes #5661 by removing association between profiler and data quality (#6715)
* Added database filter in workflow

* Removed association between profiler and data quality

* fixed tests with removed association

* Fixed sonar code smells and bugs
2022-08-17 12:53:16 +02:00
Mayur Singal
66a934c837
Fix #4694: Refactor Source Status (#6480)
* Fix #4694: Refactor Source Status

* Using Calculate Time Decorator

* Fixed Decorator

* Fixed Decorator

* perf_counter

* Move Calculate Sucesss to Soruce

* make py_format

* Fixed Sample Data

* Fixed Pipeline, Messaging, Dashboard & MlModel Service

* Fix ZeroDivisionError
2022-08-17 14:39:50 +05:30
Ayush Shah
e1799e47d4
Add Antlr support in workflows (#6757) 2022-08-17 14:37:23 +05:30
Nahuel
00ce67c01e
Fix#6643: Secure in secrets manager the dbtConfigSource object (#6743)
* Secure in secrets manager the dbtConfigSource object

* Add missing tests

* Fix minor bug

* Minor code refactor
2022-08-17 10:32:43 +02:00
Onkar Ravgan
424239840f
Added result limits to usage queries (#6748)
* Added result limits to queries

* Fixed formatting

Co-authored-by: Onkar Ravgan <onkarravgan@Onkars-MacBook-Pro.local>
2022-08-17 08:07:39 +02:00
Parth Panchal
28976583d5
Added SSL config for Kafka publisher (#6752)
* Added ssl config for kafka publisher

* Added ssl config for kafka publisher

* Added ssl config for kafka publisher
2022-08-17 11:28:55 +05:30
Aniket Katkar
874a86944d
Improvements(UI): Improved styling for global settings page and some minor bug fixes. (#6746)
* Improved styling for global setting page left panel, global settings page and manage button

* Removed code smells

* Addressing review comments

* Fix #6702 Redirection on docs page for Connectors from profiler tab is not proper.
2022-08-17 11:16:49 +05:30
Sriharsha Chintalapani
9b7a8e0b7d
Update the start time (#6749) 2022-08-17 06:37:50 +02:00
Pere Miquel Brull
ad95bdb9c6
Fix #6735 - Improve source validation for inner connections (#6738)
* Add inner connection validations and throw better error

* Use custom classes when retrieving metadata from Airflow to allow more versions
2022-08-16 18:47:50 +02:00
Shailesh Parmar
2b8f721094
Fixed issue: for non-admin user global setting left panel should visible properly #6710 (#6740)
* Fixed issue: for non-admin user global setting left panel should visible properly  #6710

* addressing comments
2022-08-16 19:28:21 +05:30
Sachin Chaurasiya
2b28d31072
Fix #6689 Announcement bug (#6742) 2022-08-16 18:24:39 +05:30
Sachin Chaurasiya
e6c5d2ccaa
Fix #6725 Ability to create multiple separate ingestions for one database service (#6737)
* Fix #6725 Ability to create multiple separate ingestions for one database service

* modify cypress test
2022-08-16 16:33:02 +05:30
Aniket Katkar
2898d59d32
Fixed the issue for user details page not showing user specific tasks (#6736) 2022-08-16 15:36:38 +05:30