* 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
* Fix#6744: allow more than one metadata ingestion workflow
* Rename to markDeletedTablesFromFilterOnly
* ui support for new field markDeletedTablesFromFilterOnly
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
* WIP
* Fixes#6728 API to get detailed permissions for any user
* Fixes#6860 Add policy support for policies based on resource ownership hierachy
* Check if inheritedRoles is null
* Revert "Check if inheritedRoles is null"
This reverts commit 3dee922d5937c1f4ac9a298d1156e7adf15083a6.
* Initialize SubjectCache in NoOpAuthorizer
Co-authored-by: Sriharsha Chintalapani <harsha@getcollate.io>
* ✨ Feat(#3031) Support policy authoring through UI (outside of role page)
* Change remove text to remove icon
* - [x] Add confirmation for removing items from the roles and policies details page
* Change rules styling according to the mocks
* Make Access category protected!
* Changed condition from normal text to code
* Create rule form component
* Fix spacing
* Add support for "Add and Edit" rule for policy
* Add helper text for Add "roles" and "policy" page
* ✨ Feat : Add New roles and policy UI - Part 4
* Change form title font size
* Remove empty componet to table fallback no data
* Add remove option for roles and policies detail page
* Fix#6571: Add EntityLink for the testCase to ID columns
* Fix#6571: Add EntityLink for the testCase to ID columns
* Fix#6782: Separate TableProfile and ColumnProfile api calls
* Fix#6782: Separate TableProfile and ColumnProfile api calls - fix tests
* Fix#6782: Separate TableProfile and ColumnProfile api calls - fix tests
* Fix setFields
* Fix tests
* Update pipeline status endpoint
* updated ui side as per new schema for profiler tab
* updated profiler details with new API
* Fix Profiler tests and validation errors (#6827)
* add profilerSample field in TableProfile
* add profilerSample field in TableProfile
* get columnProfile with field profile
* get columnProfile with field profile
* Fixed sample data and python tests
* fixed date range filter change issue
* handled empty profiler case
* Added column level test case and results
Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>
Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
Co-authored-by: Ayush Shah <ayush@getcollate.io>
Co-authored-by: Teddy Crepineau <teddy.crepineau@gmail.com>
* ✨ Feat : Add New roles and policy UI - Part 3
* Change rules styling
* Add delete action for policy details page
* Change background of the add forms
* Implementation of AWS SSM as secrets manager
* Remove dead code
* Minor fixes
* Allow using default credentials in AWS client
* Fixed py style
* Fixed tests imports
* Minor changes
* Add patch to failing test
* Fix how we were storing dbtConfigSource
* Address PR comments