* minor: remove unwanted scrollbar from left panel of data insight page
* fix horizontal scroll issue
* Style: Update padding-top in Data Insight and Data Quality pages to use @size-md variable
* 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>
* 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
* delete btn color fix
* minor fix for asset tab delete btn color
* revert confirmation modal btn changes
* update btn styles as per new design system
* update btn sizes
* minor fixes
* minor fix
* minor fix
* minor fix
* fix build failure
* fix failing playwright tests
---------
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
* enhancement: improve DQ failure lineage tracing
* Enhancement: Update lineage component to conditionally render controls and improve platform view handling in lineage provider. Added translations for platform-type lineage in multiple languages.
* Refactor LineageProvider to conditionally update history based on platform lineage and set default platform view in PlatformLineage component.
* minor fix
* Remove Check Email in User
* remove checkEmailInUse from ui
* check on user exist error for duplicate user
* add password to make api call
* fix tests
* fix tests
---------
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
* glossary import optimization around files under BulkImportPage
* fix unit test
* fix the special character glossary breaking for import
* supported bulk edit in glossary page
* added playwright test