* - limit check for existing es data to first iteration
- converted fraction to percentage for kpi success check
* Reverted value * 100, should be handle when we send the KPI definition request
* Fix the scrolling and recent view item alignment issue
* change tailwind css to custom css
* remove tailwind classes from entitylist
* change css in less format
* - made ES ingestion of data inisght idempotent for the daily execution
- added web analytic timedelta to 1 day to fecth data from the previous day
* Added time utils
* fixed timezone
* 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
* Data Insight Index should be created on the server start, if not exist
* checkstyle fix
* Fixes Backend : KPI patch API is not working #8774
Co-authored-by: Ashish Gupta <ashish@getcollate.io>
* 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
* Data Insight Index should be created on the server start, if not exist
* checkstyle fix
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
* Bots sensitive passwords fields are stored in secrets store
* Ingestion pipeline sensitive passwords fields are stored in secrets store
* Fix Java style
* Add update for ingestion pipelines on start up
* Add pylint exception
* Fix broken test
* Update UI references
* 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
* init reindex
* Added additional step for adding Metadata to ES configs while creating ingestion pipeline for Metadata Service
* Add ES reindex
* Add ES reindex
* Format
* Format
* Rename service
* Pick service name from IngestionPipeline
* fix ui conflicts
Co-authored-by: Aniket Katkar <aniketkatkar97@gmail.com>
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
* 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