* fix schema update issue
* added test
* fix issue for tags and api page
* added test for tags page
* update test for api collection
* remove i18 mock
* address pr comments
(cherry picked from commit 852fa432c587cc4646acdcfa3c83241155b78569)
* fix background color for text highlight in tables of explore cards
* minor update
* minor fix
(cherry picked from commit b388f4514470268398384d287df25f78ce26deb1)
* Create tr-tr.json
turkish language support json file
* turkish language support
---------
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
(cherry picked from commit ef9c2575e599b8ce380882f21f7a4e7633cfdb83)
* fix the flickering and tooltip issue in lineage node columns
* added unit test for the changes made
* fix unit test
* code improvement
(cherry picked from commit 5dd41843360d4fbb0da13962d1fd78e4c164a67e)
* Fix#21430 : Tier tag not updating in search filters
* Fix#21430 : Tier tag not updating in search filters
* add tests
* test: add test for glossary term
* test: add test coverage for all entities
* fix tests
* fix tests
* fix: service entity tests
---------
Co-authored-by: Pranita <pfulsundar8@gmail.com>
Co-authored-by: Sriharsha Chintalapani <harshach@users.noreply.github.com>
(cherry picked from commit cc1e8f7b5b5f91d87f1cdaca709b3742a41cd0e3)
* Improvement: #21455 Improve renderning time for profiler chart for large amount of data
* Update Profiler and Chart components to handle larger datasets by increasing data size limit and removing unnecessary dataKey prop from Brush component.
* addressing comment
* fix the tags dropdown overlapping if multiple open at a time
* supported for other entities
* added playwright test
* use the generic provider instead of props
* fix the lineage truncating issue
* fix the playwright test
(cherry picked from commit 4703a41c73cc6c153c42643ead1eecfa0766c752)
* Add logic to handle WorkflowContext on Ingestion
* Revert base.py changes
* Removed comment
* Fix basedpyright complaints
* Make ContextManager automatically add its context to the PipelineStatus
* Small changes
(cherry picked from commit 5b20b845462cfcb568b92dbf22e160226433fae5)
* fix lineage child node column name not taking remaning space in card
* fix the showColumn button which was apperaring even if there were no columns
(cherry picked from commit bb54555daaa7684e68d45779dce5498db30d031c)
* fix: dashboard data model name should not be link
* minor refactor
* add tests
* style: name and displayName color
* refactor code
* style: name/displayName color change
(cherry picked from commit 066c167d34313dcf7b512667452e23662a40d42d)
* Fix the issue with agents list dropdown not showing the auto classification agent when no agents are present.
* Un-skip and fix the auto classification playwright test
* Fix the unit test
(cherry picked from commit 0dfa61a0cc73922205192702e3abaa4db13344f3)
* fix table widgets overflow issue for persona customization
* fix widget header border radius
* fix data products widget style for persona customization
* minor style update
* render normal content instead of expandable card for few widgets
* fixed table view for custom property
* removed table view from persona and custom property
* moved constent to different file
(cherry picked from commit 860fba5099b8112a8cc20d2ced15def836911cdf)
* fix the right panel visible after expanded is closed
* remove the unwanted loops and use leftPanel from above memo
(cherry picked from commit 82e8358cd9aae7e1b9fcfc66639fd4427b63523d)
* fix the entity collapsable right panel
* minor condition fix
* optimize the code
(cherry picked from commit 25a00c6d1e317071553c37236cd9bd0ea23c3384)