* 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
* feat: add/edit data products
* fix: update domain for all entities
* update no domain placeholder condition
* remove data products when domain is changed or removed
* fix unit tests
* fix tests
* fix: update dataProducts logic after change in domain
* revert changes
* test: add e2e tests
* fix test
* minor fix
* fix: sonar issues and tests
* Add AutoPilot playwright tests
* Update the playwright config and separate the nightly tests
* Delete the created service
* Fix the tests
* Increase the AutoPilot timeout
* Reduce the timeout for AutoPilot and add default filter inputs
* - Update playwright workflow
- Move the ingestion based tests unaffected by the autopilot app out of nightly
* Renamed nightly folder to follow the coding standard
---------
Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
* supported domain,dataProduct and other columns in service entities table
* fix the dataModel table columns in service page
* fix unit test
* fix unit test
* fix double permissions call happening in summary components
* fix failing unit test case
* removed unnecessary entity details fn call
* address unit test failure