* apply database defaults
* apply filter patterns for other db connectors
* defaults for dashboard connectors
* defaults for api, messaging service
* mlmodel, pipeline service defaults
* search, storage service defaults
* metadata connectors
* Add Default filters step in add service form
* localization changes
* Add the Default filter step in edit connection form
* Fix unit tests
* Fix generated types
* Update the types according to new json changes
* Fix the superset connector form issue
* localization changes
* Fix the filter pattern not showing properly on edit ingestion page
* Fix the playwright tests
* Fix the playwright tests
* Fix the unit test
* Add Default Filters to Create Ingestion Pipeline
* Fix the playwright tests
* merge "origin/main" into collate-issue-1047
* Update the add service flow to trigger the day 1 app on service creation
* Fix the entity type
* Fix the playwright and unit tests
* Fix sonarcloud issues
* Fix ApiServiceRest playwright test
---------
Co-authored-by: harshsoni2024 <harshsoni2024@gmail.com>
Co-authored-by: Aniket Katkar <aniketkatkar97@gmail.com>
Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>
* fix: revert param logic in search/list and introduce raw query param
* unskip the playwright test related to DQ
---------
Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
* Expose Workflow Stage Status and Bring OneDayApp to OSS
* Fix Migrations
* Change Bot and add comment
* Fix checkstyle
* Initial idea for triggering app manually
* Remove merge conflics rows
* Remove merge conflics rows
* Allow to Trigger DayOneApp Manually. Change its Trigger to NoOp
* add docs
* back to main
* Actually take into account the active status
* Fix the generated types
---------
Co-authored-by: Aniket Katkar <aniketkatkar97@gmail.com>
* Initial unification of create and run tasks
* Unify Create and Run Ingestion Pipeline Tasks
---------
Co-authored-by: Aniket Katkar <aniketkatkar97@gmail.com>
* supported request schema field in case response field not present in OpenAPI lineage
* fix backend validation
---------
Co-authored-by: ulixius9 <mayursingal9@gmail.com>
* - typo update
* - Update lineage model and api
(cherry picked from commit c5cce2b0c7c1be7ba654bfc2677da0d05215a895)
* - Adding patch
* - spotless fix
* Add Migration For createdAt , createdBy, updatedAt and updatedBy
* Moved classes from Elastic Client to Lineage Graph Builder
* Update to use correct depth
* remove toCondition
* Fix Downstream Lineage
* moved not so cool things here and there
* spotless-failures
* call with direction
* add upstream depth with + 1 for 0th node
* Fix Exports
* Fix Exports from and size
* parse lineage in ui
* Add per entity pagination
* Added per entity pagination
* Fix Async Export
* Fix Java Merges
* Fix merge conflict
* Fix missing upstream nodes
* lineage ui initial commit
* Fix Pagination for upstream
* Fix Values
* fix load more loading
* cleanup
* fix loading of nodes
* fix load more
* Fix Direction Values
* update expand collapse logic
* Fix Deletion Issue
* Fix Pipeline Lineage
* show pipeline as a node
* Use Fqn Hash to find entities is es for lineage
* update lineage
* Add Lineage for Pipeline to look for as edge and node
* Layer and size conditions for upstream and downstream
* Add include source fields in lineage request
* redesign controls component
* add lineage fixes
* fix tests
* Fix node
* Fix Some Failing Test on Lineage
* Java Spotless Fix and added missing relation check on migration
* Missing conflict changes
* fix conflicts
* added missing keys
* update tests
* Add Service Information in service indexes
* Add Domain Lineage
* Add domain lineages
* fix tests
* Fix Metric Entity Service Error
* Maintain Asset Count for entities adding service and domain lineage
* Update to Doc Id and add details to search
* Cleanup Service and Domain automatically
* fix types
* Update review comments
* fix icon sizes
* Update Services Index wit upstream lineage
* add service view
* Fix Service Name missingFix Service Name resolution in LineageRepository
Update the method to correctly retrieve the service name for the "fromEntity" by specifying the FIELD_SERVICE path. This resolves an issue where the service name was not properly populated.
* - Add docUniqueId to lineage data and update related queries
- Added lenient Object Mapper for search index to entities mapping
* - Fix LineageResourceTest failing due to changes on Lineage Storage
* - Update Lineage Details
---------
Co-authored-by: karanh37 <karanh37@gmail.com>
Co-authored-by: Karan Hotchandani <33024356+karanh37@users.noreply.github.com>
* Allowing to trigger an app with a payload
* added option to pass custom payload to triggered job
* feat(apps): add custom config to trigger
- added custom config for app triggers
* added handling for configuration validation on apps
* - removed `oneOf` from app configuration scheme
- generated ts files for apps
* added CONFIG_OVERRIDE_KEY
* format
* fixed app config key
* format
* format
* fixed python app runner to work with new schema
---------
Co-authored-by: sushi30 <imri.paran@gmail.com>
* Add the Platform Insights for the service details page
* Add new localization translations
* Fix the styling
* Add Data Quality widget in the service details page insights tab
* Remove the unused localization keys
* Fix the border radius
* Update the border color
* Add Total Data Assets widget
* localization changes
* Fix the Tier insights chart
* Add Tier and PII Distribution charts
* Localization changes
* Fix the calls for special fqn
* Limit the DataQualityWidget only to the DB services
* Add the MostUsedAssetsWidget
* Add missing loaders to the widgets
* Localization changes
* Update the API call for most used assets
* Add most expensive queries widget
* Localization changes
* Move the widgets logic to classBase for better customization
* Fix the font size
* add charts backend
* fix initialisation
* fix migration
* pii chart
* Add assets_with_tier DI system chart
* Fix the service insights charts
* localization changes
* spotless
* filter to be regex instead of literal compare
* Fix stylings for Most Used Assets widget
* Fix Unit tests
* Remove the New widgets
* Delete unused utils
* Fix the ServiceEntity tests
* Move SystemChartType to enum file
* Worked on comments
* Refactor ServiceInsightsTab and TotalDataAssetsWidget for improved code organization
* Refactor PlatformInsightsWidget and improve type safety
- Added PlatformInsightsWidgetProps interface for better type definition
- Updated PlatformInsightsWidget component to use the new interface
- Simplified component props typing
- Minor code cleanup in TotalDataAssetsWidget
- Updated Fqn utility method with a more precise regex replacement
* Refactor ServiceInsightsTab to use serviceDetails prop and remove Fqn utility method
- Updated ServiceInsightsTab to accept serviceDetails prop instead of using useFqn hook
- Removed Fqn.getNameWithoutQuotes method
- Updated PlatformInsightsWidget and TotalDataAssetsWidget to use serviceName prop
- Added ServiceInsightWidgetCommonProps interface for shared prop typing
- Simplified service name handling across components
* Refactor ServiceInsightsTabUtils to use local i18n import
- Updated import for internationalization to use local i18next utility
- Removed direct import of 't' from 'i18next'
- Imported i18n from local utility and destructured 't' method
* Improve type safety in TotalDataAssetsWidget component
- Added Readonly type to ServiceInsightWidgetCommonProps prop interface
- Enhanced type safety for component props
* add postgres migrations
---------
Co-authored-by: ulixius9 <mayursingal9@gmail.com>
* Glossary Page Performance Issue with Large Number of Terms(#19761)
* Add glossary page performance unittest(#19761)
* Fix dup setFieldsInternal(#19761)
* Add fetch childrenCount (#19761)
* add comment about setFieldsInBulk(#19761)
* rename to countFindTo(#19761)
* fix findByIds return both id and json (#19761)
* turn up UT timeout (#19761)
---------
Co-authored-by: sonika-shah <58761340+sonika-shah@users.noreply.github.com>
* feat: add changeContext to changeDescription
* rev: unintended changes
* rev: unintended changes
* feat: implemented change summary field
- implemented ChangeSummarizer which handles change summaries based on tracked fields and list of fields changes.
- added a changeSummary field to table entity which captures change metadata like user, time and source
- added the changeSource as a field to updater. maybe breaks things in collate.
* use additional properties instead of existingJavaType otherwise types dont get created in java.
* added getUpdater(T original, T updated, Operation operation) to not break collate
* updated API docs
* - fixed null access of changeSummary
- added changeSummary to table index
* fix: PR comments
- added changeSummary as nested field in changeDescription
- removed unneeded migrations
- added changeSummary to table search index
* reverted table.json and TestUtils.java
* reverts
* Search: improve relevancy for plural/singular words, partial matches, exact matches
* apply to all indexes
* Fix other query patterns
* Revert changes of database and databaseSchema fields in TableIndex.getFields() and table index mapping
* add missing boost query builder in es
* fix ci
* add max_ngram_diff setting in di-assets index
* fix TestCaseResourceTest mvn test failure
---------
Co-authored-by: sonikashah <sonikashah94@gmail.com>
Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>