* fix the richTextEditor output in case on no data save
* revert the undefined to empty string as we previously had
(cherry picked from commit 06759c589da7b859e10ab31ab0d6cbd838b0069a)
* Fix: Implement Data Quality Dashboards (Incident Manager + Data Quality)
* added icon for test case status
* added filters in the api
* added filters for dq
* added filter of table/column
* added test coverage
* address the comments
(cherry picked from commit 2c06bcf32719183c2a85a231763fdbc41224f6ea)
* fix lineage playwrigt flaky test
* increase the timer
* fix the async export issue
* remove the timer
* minor revert
(cherry picked from commit 68c324679ab9078849d4300043d4fc55d11657e5)
* feat(retention-policy): initial setup of the Retention Policy app
* refactor: Update logic to make RetentionPolicyApp a ScheduledOrManual app
* refactor: Update retention policy JSON schema and logic to support event subscription, versions, and activity thread with individual retention periods
* refactor: Rename eventSubscriptionRetentionPeriod to changeEventRetentionPeriod
* fix: Implement activity thread retention policy cleanup
* chore: Remove activity thread and versions retention code; add banner and icon
(cherry picked from commit 486230827dfa955a4dc77d3624aa7efb8d557137)
* fix(test): rest api service deletion taking longer
* fix entity name with schema
(cherry picked from commit 58b1ef1c039cd0c7c596f9d67417b8f3527d82d0)
* supported the task filter on landing page widget
* added playwright for the test
(cherry picked from commit 57ed033703f19d7da5844ab0b6b9f72f7541ae87)
* Modify the setup for the tests and add teardown to reset the organization policies
* Fix the loader shown in case of no permission
* Add playwright tests to cover the viewAll permission with conditions
* Add description for the commented code
(cherry picked from commit 7fea955338b83bb5a9fac9e55a087ac54fc25fe4)
* fix user detail flaky playwright test
* fix the glossary flaky by adding await due to timeout
(cherry picked from commit 0e9c32cdb8bbeac3faaf6354a800bcd702d9780c)
* fix the api should not called after time out in Test connection
* minor addition around test
(cherry picked from commit 75e0c985e25b5b564ca2695094d2e6608cb1616e)
* fix the tracing highlighter after edge clicked
* close the drawer appeariance after switching from edge click to node
* added test to validate
(cherry picked from commit 79153272e0a615fba89bc8d097ece1660107e189)
* fix the wrong team count displayed on team tab
* added playwright test for checking counts
(cherry picked from commit 58f95e9e98fec96e05d9853969706a8980b92e8d)
* Fix#19313 - dbt ingestion picks up wrong service to patch metadata
* py format and linting
* Added a flag for searching across databases and docs
* py format
* fix the glossary description column width on term page
* decrease the width so for smaller screen, other column should not overflow
(cherry picked from commit b85883bfe772da6848b76a17f4235930c761e69f)
* Minor: added loading state, and error notification in testSuite.
* added the unit test
(cherry picked from commit 05f68ec7761b9b441920986fa856f6abaa092e01)
Added deprecated fields with a notice. This is to ensure migrations that use them do not break.
(cherry picked from commit 7d059029458833ff4d6569c029fb57e2a188a34c)
* 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)
* 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)