* fix the reset of the explore page once back for details page
* fix page got reset when back from details page
* fix unit tests
* fix the reset info on sort change
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
* - Added more information about fields in metadata to ES config step
- Styling improvement for the same step
- Data insight pipelines can only be sheduled with day option
* Worked on comments and code optimisation in MetadataToESConfigForm
* Added missing dependancies for useMemo in CronEditor
* Worked on comments
* Changed component name and converted components to arrow functions
* Component name correction
* - 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>