* fix default persona
* add tests for different cases
* minor fix
* fix test
* add remove persona test
* remove logic to determin default persona on UI side
* fix test
* minor fix
---------
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
(cherry picked from commit 22be97b7d936ac919983ebb8a5d9bf68c603cdc0)
* fix(test): domain tests for support multi domain
* fix domain tests
* trying to fix patch call
* fix issue with searching and appying data product
* fix test and address comments
(cherry picked from commit 22292567dd2e5cdec3a5622653b9a7ae69d0d809)
* Feat: spark UI supporting PR
- Added `rootProcessingEngine` to the ingestion workflow data structure.
- Updated `AddIngestion` component to handle the new processing engine field.
- Modified `IngestionWorkflowForm` to include custom fields for the profiler workflow.
- Introduced `INGESTION_RUNNER` entity type in the enum for better categorization.
- Updated multiple language files to include translations for "ingestion-runner".
- Refactored ingestion workflow utility functions to accommodate the new processing engine structure.
* fix: correct class name from 'matric-collapse-footer' to 'matrix-collapse-footer' and adjust styles
* fix the keyboard delete action in bulk actions
* reverted the file change
* added support for column header click select all column delete handle as well
(cherry picked from commit eb1b3df7c50872eca2002fa324f3029b70db9a3f)
* fix(ui): terms got vanished for customised persona in glossary terms page
(cherry picked from commit 17341ec1cb17858067fb3869451342a71162be72)
* fix the overview tab if it's placement changed on persona to next tabs
* fix the version page tabs contains persona tab changes as well
* fix tab change issue
* remove the comment code as not needed
* fix localisation issue for glossary terms page
* add test
* fix unit test
* fix test
* fix test
* revert localisation changes
---------
Co-authored-by: Ashish Gupta <ashish@getcollate.io>
Co-authored-by: Pranita <pfulsundar8@gmail.com>
(cherry picked from commit 6c948e68bcf36ce7dd35e57ec01db2a36cfee5f1)
* The `searchQuery` function in the `searchAPI.ts` file was constructing an incorrect query when the search value was empty. This caused the API call to fail and the assets were not displayed in the glossary term's assets tab.
This commit fixes the `searchQuery` function to correctly handle the case where the search value is empty.
* fix playwright test
---------
Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
Co-authored-by: Ashish Gupta <ashish@getcollate.io>
(cherry picked from commit d41fbc396821a16e8a84ee601bbc62e5bf2f8beb)
* Fix live update bugs
* support automator status
* fix query search index
* Update the logic to display the AutoPilot status and add playwright test
* Fix tests
---------
Co-authored-by: ulixius9 <mayursingal9@gmail.com>
(cherry picked from commit bce4bcd32fcfd4dcc52caab3c1cb335f04093ea3)
* FIX - Contract mismatch with existing test suites
* FIX - Contract mismatch with existing test suites
* FIX - Contract mismatch with existing test suites
* format
* format
(cherry picked from commit ec9b0ef03037f878691ad8a60564d5258ded6fc9)
* Introduced CreateDriveServiceRequest to handle drive service creation
* Updated routes.py to include DriveService entity
This enhancement expands the ingestion framework's capabilities to support drive services, aligning with the project's goal of comprehensive metadata management.
* fix the coverage issue due to dataAssetRules changes
* remove the commented code
(cherry picked from commit 7fa6518a551ff5a00dd7cf4e03baeeeca57cec19)
* update data contract details fields
* fix the select option chip not properly displaying the data
* supported new form field for UserTeamSelectInput Selector
* remove component changes that we not needed
* fix the selected owner chip design
* supported the userPopoverList width as per screen size with max and min limitation
* fix the tab inside userTeamSelect list not proper as the content and some oprimiztion on component side
* fix the playwright because of owner changes
* fix the description box overflow and owner selcect box overlapping on select input
* enum label fix
* remove the comment code and fix the localization and sematic status changing issue are contract validation run
(cherry picked from commit accc05a49479d87cdfc2037f2050cc1c67accfbb)