* 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
* 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>
* Add IAM config for natural language search
* Add IAM config for natural language search
* Add IAM config for natural language search
---------
Co-authored-by: Mohit Yadav <105265192+mohityadav766@users.noreply.github.com>
* New schema import error fixed
* updated test for DatabaseSchema as per recursive import
* unskip and updated database playwright test for bulk import
* Import issue in StoredProcedure fixed
* added query editor for storeprocedure code
* Source url error fixed for import
* updated databaseService test as per recursive bulk import
* fix the storedprocedure parsing issue
* added storedProcedure playwright in the databse service level
* in import dry run set exist schema is false
* fix the playwrigth test around storedProcedure
* on dry run create parent columns
* fix the encoding issue in bulk edit page
* fix the bulk edit playwright test
* Fix Glossary Terms missing on export
---------
Co-authored-by: Ashish Gupta <ashish@getcollate.io>
Co-authored-by: mohitdeuex <mohit.y@deuexsolutions.com>
Co-authored-by: Mohit Yadav <105265192+mohityadav766@users.noreply.github.com>
* Unskip and fix the playwright
* fix: add name to fqnParts for partial search on testSuite/testCase/testResolution
* Update the alert tests to run in parallel
* skip the autoclassification spec
---------
Co-authored-by: sonika-shah <58761340+sonika-shah@users.noreply.github.com>
Co-authored-by: sonikashah <sonikashah94@gmail.com>