* 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)
* wip
* feat: trigger external apps with override config
- Added in openmetadata-airflow-apis functionality to trigger DAG with feature.
- Modified openmetadata-airflow-apis application runner to accept override config from params.
- Added overloaded runPipeline with `Map<String,Object> config` to allow triggering apps with configuration. We might want to expand this to all ingestion pipelines. For now its just for apps.
- Implemented an example external app that can be used to test functionality of external apps. The app can be enabled by setting the `ENABLE_APP_HelloPipelines=true` environment variable.
* fix class doc for application
* fixed README for airflow apis
* fixes
* set HelloPipelines to disabeld by default
* fixed basedpywright errros
* fixed app schema
* reduced airflow client runPipeline to an overload with null config
removed duplicate call to runPipeline in AppResource
* Update openmetadata-docs/content/v1.7.x-SNAPSHOT/developers/applications/index.md
Co-authored-by: Matias Puerta <matias@getcollate.io>
* deleted documentation file
---------
Co-authored-by: Matias Puerta <matias@getcollate.io>
(cherry picked from commit d91273a30d28de793941de74636963e29aa9e5d4)
* fix the data asset header spacing in Metric entity
* fix the spacing between floating cards on homepage
(cherry picked from commit 992d3f966407369cabba2271a749180d2c17b2b9)