* 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)
* fix: test case alerts and un-indexable fields
* fix: test case alerts and un-indexable fields
(cherry picked from commit b1edb964699c1d365b9e1154f05591e4b26ebb21)
* fix: properly close connection on sampler ingestion
* fix: dangling connection test
* style: ran python linting
* fix: revert to 9
(cherry picked from commit cd6434dd73cd7c60ef22a11972740f12686b3558)
* fixed BulkEditEntity flaky test
* fixed enter click issue
* removed changes that does not belongs to me in pr
* removed changes that does not belongs to me in pr
* removed unwated code
(cherry picked from commit c24a2dbdca9a8e9a99b0f53dc2373bdae1edb351)
* added edit display name for dashboard Data model
* used reusbale component
* used reusbale component
* removed unncessary code
(cherry picked from commit e886d708dfa179c747990569420fc233192ef842)
* Adds followers to services and database schema
* Add delete and followers fields
* Add missing fields
* Fix failing test for get entity with different fields
* Fix ingestion test case failure
* update ingestion runner fetch condition
* update condition in service details page
* add test for runner fetching
* fix sonar failure
* fix failures
* mock config data function
* add condition for ip address alert
* update test condition
(cherry picked from commit 194bac6e2c5d2184c8bc867fc497c1a78e9d0462)
* Move the useAirflowStatus hook to a context to avoid the multiple API calls
* Fix the unit test
* Fix playwright
* Fix sonar issues
(cherry picked from commit 8610f0aec452ac1ef4f7c3fdf8ceaf1617c35447)
* show sql function for column edges
* add locales
* add playwright
* fix lineage positioning
* minor color update
(cherry picked from commit ca6a16cef24f7bf13eb489321598b0c00e6a94f0)