* initial setup for data quality form
* added stepper and form component
* added select/add test suite step form
* added form for table test and cron step
* added data quality table test form flow
* bug fix for profiler
* added column test form
* render right panel information dynamically
* updated test as per new changes
* updated data test id
* Fixed ingestionPipeline
* Fixed pytest + python format
* miner fix, added sql editor
* removed filter for duplicate test check
* miner fix
Co-authored-by: Teddy Crepineau <teddy.crepineau@gmail.com>
* feat(ui): update global settings page with new roles and policy
* Modify the permission util and remove access prop from create bot and user page
* Fix typo
* Fix console errors
* fix unit tests
* Add getEntityPermission to provider
* Remove admin and auth disable check from global setting
* Add check for edit description.
Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
* Fix#6936: testPlatforms is required field in testSuite and createTestSuite schema
* Fix#6936: testPlatforms is required field in testSuite and createTestSuite schema
* Fix#6936: testPlatforms is required field in testSuite and createTestSuite schema
* Fix#6936: testPlatforms is required field in testSuite and createTestSuite schema
* Fix#6936: testPlatforms is required field in testSuite and createTestSuite schema
* fixed glossary test
* Fixed sample data ingestion
* Add filters for testCaseResultSuccess
testCaseResultFailed, testCaseResultAborted
* Fix#6936: fix testcase listing
* Fix#6936: fix java style
Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
Co-authored-by: Teddy Crepineau <teddy.crepineau@gmail.com>
Co-authored-by: mohitdeuex <mohit.y@deuexsolutions.com>
* UI : Roles and Policy Changes
* Add unit tests for add role page
* Add unit tests for roled details page
* Add unit test for rolelist page
* Add unit test for role list page
* Add action button for rule
* Add support for delete action on policy rule
* Modify the addattribute modal
* Add support for search on add attribute modal
* Improve modal title styling
* Minor change
* handle role users and teams update
* Fix teams remove issue on policy
* Add unit tests for the add attribute modal
* Add data-testids for fields
* Fix typo
* Add unit tests for add policy and rule form
* Add unit tests for add and edit role
* Change data-tests ids
* Add roles ad policies support on teams details page
* Fix unit tests
* Change data-testid for rule card manage button
* Minor fix
* Remove old rolesAPI file
* Added owner field in DataModel
* Added user in backend
* review comments addressed
Co-authored-by: Onkar Ravgan <onkarravgan@Onkars-MacBook-Pro.local>
* added data-quality tab and filters for test, with basic table
* added pass fail status with icon
* added test summary component
* render the chart for column test
* revers the time stamp
* fix right side data render layout
* added legend and colors
* added filter by time
* updated style and move filter to chart level
* updated column profiler route
* added table dashboard
* updated test result summary on profiler tab
* fixed failing unit test
* added loader
* Added the correct path for dags volume
* Updated the dags volume path
* Removed the library from the Dockerfile of ingestion
* Removed the libmxl2 library from Docker file
Co-authored-by: “Vijay” <“vijay.l@deuexsolutions.com”>
* Improve logging in ORM profiler
* Fix failing test
* Updated logging in test_suite module to match company's format
Co-authored-by: Teddy Crepineau <teddy.crepineau@gmail.com>
* 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
* commited changed to profiler
* initial commit of the revamp workflow
* Fixed python formating
* cleaned up profiler submodule by removing test related files and functions
* Added airflow DAG logic for testSuite workflow
* Fixed code smells + added airflow ingestion tests + fixed comments
* Improvement #6556 : Made tag and glossary names in entity tables and other places clickable which now on click will redirect to the respective tag or glossary details page
* Changes made for failing cypress tests
* - Added functionality to redirect to specific tag category
- Merged 2 tooltips of tags into one which show both name and description
- Removed edit icon showing for links in entity summary details
* Updated unit tests