599 Commits

Author SHA1 Message Date
david-leifker
c226883097
feat(entity-client): implement client batch interface (#11106) 2024-08-07 15:53:36 -05:00
david-leifker
543e447787
fix(ingestion): enforce lastObserved timestamps in SystemMetadata (#11104) 2024-08-06 17:57:01 -05:00
Pinaki Bhattacharjee
a5a33f074b
feat(config): support alternate hashing algorithm for doc id (#10423)
Co-authored-by: david-leifker <114954101+david-leifker@users.noreply.github.com>
Co-authored-by: John Joyce <john@acryl.io>
2024-08-06 13:50:38 -05:00
david-leifker
c83907fdbc
feat(search-test): update search tests from #10408 (#11056) 2024-08-01 13:48:30 +05:30
Felix Lüdin
76f1b236a1
feat(restore-indices): add additional step to also clear system metadata service (#10662)
Co-authored-by: John Joyce <john@acryl.io>
2024-07-30 17:15:38 -07:00
Harshal Sheth
fdbcb684ac
feat(ece): support custom ownership type urns in ECE generation (#10999) 2024-07-26 14:02:25 -07:00
ksrinath
1717a300bc
fix(backend): allow excluding soft-deleted entities in relationship-queries; exclude soft-deleted members of groups (#10920)
- allow excluding soft-deleted entities in relationship-queries
- exclude soft-deleted members of groups
2024-07-26 13:59:56 +05:30
Chris Collins
959d3517ec
fix(structuredProps) casing bug in StructuredPropertiesValidator (#10982) 2024-07-24 22:00:26 +05:30
Jay
4921967e43
fix(entity-service) exist check correctly extracts status (#10973) 2024-07-24 11:11:45 -04:00
david-leifker
1565fb0102
feat(mcp-mutator): new mcp mutator plugin (#10904) 2024-07-16 16:56:51 -05:00
Chris Collins
d77d565ba9
fix(lineage) Fix lineage source/dest filtering with explored per hop limit (#10879) 2024-07-12 10:59:57 -04:00
david-leifker
5327f80cf7
feat(system): support conditional write semantics (#10868) 2024-07-11 10:52:58 -05:00
Chris Collins
64d4172e55
feat(forms) Handle deleting forms references when hard deleting forms (#10820) 2024-07-01 18:14:30 -04:00
Mayuri Nehate
3056cd8f97
fix(assertions): minor changes in custom assertion api (#10794) 2024-07-01 12:29:52 -07:00
david-leifker
0417e6867f
feat(structuredproperties): aggregration fix & docs (#10780) 2024-06-27 16:49:35 -05:00
Mayuri Nehate
5735d9ec87
feat(data quality): custom assertions models, graphql, sdk (#10761) 2024-06-25 09:16:13 -07:00
david-leifker
333799c338
feat(strucutred-properties): structured properties delete and schema change support (#10711) 2024-06-17 19:53:54 -05:00
david-leifker
34c1a9592c
feat(openapi): openapi v3 updates (#10710) 2024-06-14 12:36:57 -05:00
Nate Bryant
8705d975a5
fix(search): fixes issue where exact match exclusive flag broke quoted structured search (#10690) 2024-06-14 09:09:19 -05:00
deepgarg-visa
4a4d41cca6
feat(businessAttribute): parallelize-business-attribute-propagation (#10638) 2024-06-04 17:26:15 -05:00
RyanHolstien
8f40229da2
feat(lineage): change query structure for explored hop limit (#10607) 2024-06-03 16:34:44 -05:00
siladitya
91ab27b046
fix(gms/autosuggestion): autosuggestion query not returning the result if the query text has a prefix or suffix '-' on the search field (#10512)
Co-authored-by: si-chakraborty <si.chakraborty@adevinta.com>
2024-05-31 16:46:28 -04:00
deepgarg-visa
36ae5afbb5
feat(neo4j): improve neo4j read query performance by specifying labels (#10593) 2024-05-28 22:13:46 -05:00
deepgarg-visa
9b247e1031
feat(neo4j): combine neo4j statements in addEdge into one statement (#10598) 2024-05-28 20:28:29 -05:00
david-leifker
0fd451c517
fix(search): implement queryByDefault annotation for SearchableRef (#10603) 2024-05-28 13:31:50 -05:00
david-leifker
d26c190aa5
fix(search): fix autocomplete filter (#10599) 2024-05-28 08:49:51 -05:00
Chris Collins
1240e03c98
feat(connections): add connection entity type and graphql endpoints (#10550) 2024-05-20 15:56:39 -07:00
deepgarg-visa
a44a549200
feat(neo4j): neo4j pagination as per v2 scrollApi for related entities (#10537) 2024-05-19 10:17:40 -05:00
david-leifker
14eaa06ae7
fix(mcp): fix mcp key aspect (#10503) 2024-05-15 15:35:37 -05:00
david-leifker
a847748f8c
fix(ebean): fix auto-closeable ebean dao streams (#10506) 2024-05-15 14:10:32 -05:00
david-leifker
b8b7928dd4
fix(misc): misc fixes for OSS release (#10493) 2024-05-13 14:37:36 -05:00
david-leifker
6ed21bd1bc
feat(plugins): spring custom plugins (#10389)
Co-authored-by: Kevin Chun <kevinchun@netflix.com>
Co-authored-by: Kevin Chun <kevin1chun@gmail.com>
2024-05-09 14:56:03 -05:00
david-leifker
21e3f5416c
fix(patch): update json patch library (#10449) 2024-05-08 20:39:31 -05:00
ksrinath
28e97dd05b
fix(changeEvents): add description-parameter to the change-event of a schemaField-description (#10414) 2024-05-07 13:53:31 +05:30
david-leifker
41fa2595e0
feat(search): autocomplete custom configuration (#10426) 2024-05-03 16:13:09 -05:00
david-leifker
a635620948
feat(search): allow overriding case-sensitivity to zero (#10422) 2024-05-03 10:24:46 -05:00
ksrinath
4c58feb733
fix(backend): do not lower-case dataset key parts for browse paths (#10385) 2024-04-29 19:33:29 +05:30
Rosmi
437b7a162f
feat:(entity-registry): add ability to search for float and double (#10324) 2024-04-24 17:39:31 -05:00
david-leifker
ae48bd14de
fix(mae): fix mae standalone platform consumer (#10352) 2024-04-23 13:44:02 -05:00
david-leifker
adffce2f03
feat(openapi-v3): entity-registry openapi spec (#9550)
Co-authored-by: Ajoy Majumdar <ajoymajumdar@hotmail.com>

Adds support for custom aspects in the openapi api
2024-04-18 15:03:41 -05:00
ksrinath
91e3dc829e
feat(views): apply views to homepage entity counts & recommendations (#10283)
Co-authored-by: gaurav2733 <gaurav.wagh@apptware.com>
2024-04-18 13:50:37 +05:30
david-leifker
731c29e675
feat(graph-retriever): implement graph retriever (#10241) 2024-04-16 10:12:48 -05:00
deepgarg-visa
c35f3602b6
feat(ui/backend/openapi/docs) : Add support for Business Attributes (#9863)
Co-authored-by: ppurswan <ppurswan@visa.com>
Co-authored-by: PrithviVISA <140717353+PrithviVISA@users.noreply.github.com>
Co-authored-by: aditigup <aditigup@visa.com>
Co-authored-by: Bharti, Aakash <aabharti@visa.com>
Co-authored-by: Singh, Himanshu <hisingh@visa.com>
Co-authored-by: Shukla, Amit <amishukl@visa.com>
Co-authored-by: Kartikey Khandelwal <kakhande@visa.com>
2024-04-15 18:19:21 -05:00
siladitya
661f1739f3
fix(metadata-io):Recently viewed, Recently Edited and Recently Searched section is missing in datahub home page (#10234)
Co-authored-by: si-chakraborty <si.chakraborty@adevinta.com>
2024-04-10 12:28:54 -05:00
Ellie O'Neil
1625de8e8d
feat(api): add description parameter to editable dataset change entity event (#10237) 2024-04-09 15:16:44 +05:30
david-leifker
ac2752583d
fix(lineage): fix lighting cache dataJob platform (#10233) 2024-04-08 12:53:09 -05:00
david-leifker
e6dd0afcbf
test(search): introduce retry for search test (#10206) 2024-04-05 14:36:10 -05:00
Davi Arnaut
cd8d7b2c02 fix(mce-consumer): abbreviate overly verbose logging 2024-04-03 16:00:06 -07:00
RyanHolstien
888a1de9fc
feat(lineage): give via and paths in entity lineage response (#10192) 2024-04-02 19:36:52 -05:00
trialiya
57de905c66
fix(retention): fix time-based retention (#10118)
Co-authored-by: Хазиев Ленар <lkkhaziyev@mts.ru>
2024-04-02 15:33:58 -05:00