* Fix : case-insensitive issue on aggregation and simplify aggregation API response format
* add lowercase normaliser for service.name.keyword
* add lowercase normaliser for database.name.keyword, databaseSchema.name.keyword, columns.name.keyword
* fix lowercase normaliser for database.name, databaseSchema.name
* create new aggregateRequest.json and update aggregate function
* remove sort field in subAgg and trackScores(false)
* cleanup function
* rename aggregation Field
* fix the search cases
* fix locales
* fix search
* add test case
* hide lineage search for higher level layers
* fix tests
---------
Co-authored-by: Karan Hotchandani <33024356+karanh37@users.noreply.github.com>
Co-authored-by: karanh37 <karanh37@gmail.com>
Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>
* Use Subset of Permissions
* use correct permissino to show add user option
---------
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
* Renamed DayOneApp to SmartStart
* Fix Checkstyle
* Change the day one app references in the UI
* Change Smart Start to Auto Pilot
* Adding autoPilotAppConfig.ts generated file
* fix
* Update the generated types
* Change the Auto Pilot to AutoPilot
---------
Co-authored-by: Aniket Katkar <aniketkatkar97@gmail.com>
* chore: explicit types in appRunRecord.json
This does not change the actual schema of AppRunRecord so no database migrations are required. It improves the ergonomics of building a an app status.
* fixed AppLogsViewer.component.tsx
* modified AppUtils to use new schema
* added wide catcher
* Fix Collate AI Agent update
* Testing stuff
* Testing stuff
* Fix Workflow Instance Update when a task goes into exception
* Fix Workflow Instance Update when a task goes into exception
* Add Tier 2 to Collate AI agents on Day1Workflow. Fix Workflow Status
* Fix Workflow Instance Status
---------
Co-authored-by: Aniket Katkar <aniketkatkar97@gmail.com>
* ISSUE-20533: fetching tag field for table to not delete certification
* java codestyle
* format
---------
Co-authored-by: Imri Paran <imri.paran@gmail.com>
Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>
* Add last login time
* Add change to entitySpecificUpdate
* remove last login time from createOrUpdate
* moved UpdateLastLogin to user repository
* Added last login Time on login (#20419)
* updated last login time
* removed condition
* added unit tests
---------
Co-authored-by: Dhruv Parmar <83108871+dhruvjsx@users.noreply.github.com>
Co-authored-by: Karan Hotchandani <33024356+karanh37@users.noreply.github.com>