* Feat ✨ (#8608)UI : Add KPIs support for data insight
* Feat : Support Add KPI
* Fix label case
* Feat : Support Edit KPI
* Feat : Support Delete KPI
* Doc : change helper text and typos
* Fix : Typescript types and typos
* Change startDate and endDate format
* Add no kpi found logic
* Feat : Add Graph for KpI results
* Fix label
* Add view all kpis button to kpi graph
* Fix unit test
* Add Admin check for KPI Operation
* Add admin check for add kpi operation on kpi list page
* Add o description placeholder if there is no description.
* Add special character check for KPI name
* Fixed tooltip issue for graph
* Add kpiRecords for tooltip
* Add support for KPI latest result
* Address review comments
* Address comments
* Address review comments
* Remove tier from kpi
* Add localisation
* Add localization for tabs
* Skip the test
* Revert "Skip the test"
This reverts commit 4d1f77aedeae90fbd5fc77fdbd029b0b8af69d38.
* Fix unit test
* Added support for 'Metadata Service' connectors
* Fixed failing unit tests
* Removed delete button for 'Metadata Service' connector of type OpenMetadataServer
* Code optimization for SelectServiceType component
* Fixed errors arrived due to backend changes related to OpenMetadata Services
* Added additional step for adding Metadata to ES configs while creating ingestion pipeline for Metadata Service
* Updated service-guide constants for additional step information
* Fixed ingestion tabs data not showing for profiler, lineage and usage ingestion schedule steps
* Added restore option for entity table
* added async await to function as per comments
* changes as per comments
* added interpolation for success and error message
* changes the entities restore endpoint
* added localisation
* Services sensitive passwords fields are stored in secrets store
* Update services on application startup in case of changes in the JSON Schema
* Minor changes after manual test
* Bots sensitive passwords fields are stored in secrets store
* Fix Java style
* Mapping from kpi to dichart(One to one)
* Mapping from kpi to dichart(One to one)
* Removed second tests creating KPI
* Fix some ui improve as well
* review comment changed function name
Co-authored-by: Teddy Crepineau <teddy.crepineau@gmail.com>
* Endpoint should be more specific, causes issue in case we have enitities containing login, config etc in name
* Endpoint should be more specific, causes issue in case we have enitities containing login, config etc in name
* Change GET APIs to PUT apis #8687
* change request type for registration
Co-authored-by: Ashish Gupta <ashish@getcollate.io>
* Services sensitive passwords fields are stored in secrets store
* Update services on application startup in case of changes in the JSON Schema
* Minor changes after manual test
* Fixed issue with wrong link for custom attributes in activity feed
* Function to get customAttributes path removed and used already existing function
* Removed part of the secrets manager implementation in the server side
* Removed part of the secrets manager implementation in the openmetadata python library side
* Remove deprecated test
* Address pylint checks
* Address new pylint checks
* Address PR comments
* Fix import on airflows apis
* Clear singleton instances for running Ometa secrets manager test
* Added SystemServices for creating DataInsight and ElasticSearch Reindexing Pipeling with Sink config
* Add Amundsen config
* Changed SystemService to MetadataService
* Change to MetadataConnection
* Fixed failing test
* Fixed Failing test
* Added Metadata Service Test
* Bootstrapped Openmetadat service
* checkstyle fix
* cast to bigint to avoid overflow when summing
fixes#8430
* Update ingestion/src/metadata/orm_profiler/orm/functions/sum.py
Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>
* Fix#8639 UI : Show charts latest value in data insight overview card and rename datasets to data assets
* Add data summary for entities chart
* Add Percentage symbol for Percentage chart
* Add web charts summary data
* Address review comments
* Change active user index