* fix: reference table dropdown in add and edit query forms
* fix: show full value of fqn
* fix: e2e test for create new query
* fix: e2e test for edit query
* fix: optionLabelProp value
* fix: optionLabelProp value to AsyncSelect component
---------
Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
* 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>
(cherry picked from commit 2179b43232803a9ebb7465fb1d545b887d68252c)
* MINOR: User search should only look in name & displayname
* py_format
* pyformat
---------
Co-authored-by: Suman Maharana <sumanmaharana786@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
(cherry picked from commit 6a285781caa75b0421b3d27571f34c5da4d1eeae)
* 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>
* 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
(cherry picked from commit aceadb1cdeb61cc0a649822d54cee0accb7e79f1)
* 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>
* 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
(cherry picked from commit a6f81a90fb6061c2d9a927a295c706ea929d9ef0)