* 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
* 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