* 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
* 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
* ✨ 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
* 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
* 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
* 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
* 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>
* 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
* Added database filter in workflow
* Removed association between profiler and data quality
* fixed tests with removed association
* Fixed sonar code smells and bugs
* 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.