* fix the search in advance search custom properties
* modify v1/metadata/types/customProperties api to get customPropertyConfig along with name and type
* added config list in the entity ref list
* fix type of duration, timestamp and other types
* minor ui changes
* remove customProperty type which are not supported for now
* added playwright test around the duration type property
* fix flaky test
---------
Co-authored-by: sonikashah <sonikashah94@gmail.com>
* Add missing filter options for glossary term, data model and stored procedure data assets.
* make the handleDeleteSelection prop optional for PipelineActionsDropdown component
* Fix the unit test
* backend
* format & tests
* rename backend
* migrations and ingestion
* format & tests
* format & tests
* tests
* format & tests
* tests
* updated ui side of changes
* addressing comment
* fixed failing unit test
* fix test list
* added e2e test, and fixed existing test
---------
Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
* Issue-19066: ViewAll() not working with matchAnyTag() and isOwner() conditions
* Issue-19066: ViewAll() not working with matchAnyTag() and isOwner() conditions
* Fix tests
* Minor: Fix checkstyle
---------
Co-authored-by: Aniket Katkar <aniketkatkar97@gmail.com>
* Minor: Enhance Block Editor Adjust drag-and-drop handles and improve bar menu layout
* Refactor: Replace RichTextEditor with dynamic description fields in user and team forms
* Enhance AddNotificationPage and AddObservabilityPage to use RichTextEditor for description input
* Enhance AddNotificationPage and AddObservabilityPage to initialize RichTextEditor with alert description
* supported test connection api cancellation
* minor improvement
* fix the error handling in the intervalAPI calls
* added the useAbortController hook and minor changes
* supported delete workflow if anu api is cancelled
* fix sonar issue and updated the modal button
* fix sonar and playwright issue
* minor fix around test
* reverted the modal textual changes as per comments
* Fix the ingestion success screen text overflow issue
* Fix the icon alignment issue in the in the entity header
* Fix the permissions API calls for the ingestion pipelines to use fqn instead of names
* Introduce the moreActionButtonProps in the PipelineActions component
* Add the "Database" field in the advanced search for the "Database Schema" asset.
Change the fields listing behavior in the advanced search modal, to show the common fields for the multiple assets instead of union of the fields.
Change the search index for the "Name" and "Display Name" field suggestions to use the selected data assets instead of the all "Data Assets" index.
* Remove the unnecessary ellipsis prop
* Scan and add the missing filters for all the asset to have hierarchical parent filters.
* Fix unit test
* Fix the advanced search filter field search
When using using the assumeRole connection option with jobs involving
AWS services, the default 1 hour of boto might not cut it and the job
fails, one way of solving this is to refresh the credentials when they
expire, this ensures there is always valid credentials for the job
regardless for how long it runs.
Co-authored-by: Abdallah Serghine <abdallah.serghine@olx.pl>
Co-authored-by: IceS2 <pjt1991@gmail.com>
* modify and fix some lineage issues
* minor fix
* restrict the node removal in case any error occured
* fix flaky playwright test
* userDetail flaky fix
* feat(ui): show count with schema tab for table details page
* fix active state for tab
* fix tests and cover topic details page
* add missing isActive check