633 Commits

Author SHA1 Message Date
david-leifker
9dfcc0c3d1
fix(validation): additional URN validation adjustments (#11973) 2024-11-27 20:03:28 -06:00
david-leifker
094433c361
fix(dataproduct): optimize data product sideeffect (#11961) 2024-11-26 12:57:47 -06:00
david-leifker
301e5cd18f
fix(urn-validator): update urn validation logic (#11952) 2024-11-26 00:02:06 -06:00
RyanHolstien
32ef389440
fix(dataProduct): reduce write fan-out for unset side effect (#11951) 2024-11-25 21:20:02 -06:00
Pinaki Bhattacharjee
5da39044e3
fix(browseDAO): Handle null browse path from ES in BrowseDAO (#11875) 2024-11-25 10:13:47 -08:00
david-leifker
58068bfe2f
fix(validation): improved urn validation logic (#11935) 2024-11-23 05:54:43 -06:00
david-leifker
2878c65ceb
fix(structuredProps) Add validation that ID and qualifiedName have no… (#11930) 2024-11-22 16:32:33 -06:00
david-leifker
28cc8caf65
fix(batch-patch): fix patches in batches (#11928) 2024-11-22 16:31:13 -06:00
david-leifker
e672adec9e
refactor(run-id): refactor run id updates (#11834) 2024-11-13 11:50:15 -06:00
RyanHolstien
3f5fc9a540
fix(timeline): fixes a renaming corner case (#11843) 2024-11-12 17:42:57 -06:00
RyanHolstien
ca063dd088
fix(timeline): fixes primary key change events (#11819) 2024-11-07 13:20:01 -06:00
RyanHolstien
33751bf80b
fix(views): fix environment filter for views (#11771) 2024-11-07 20:04:14 +05:30
RyanHolstien
cf3b08fecb
fix(structuredProperties): fixes underscore behavior in structured property names (#11746)
Co-authored-by: david-leifker <114954101+david-leifker@users.noreply.github.com>
2024-10-30 13:41:09 -05:00
david-leifker
88b77b56dd
fix(struct-prop): fix unintended struct prop ES mutation (#11751) 2024-10-29 19:25:52 -05:00
Davi Arnaut
a6e1624f48
fix(log): reduce log volume for ingestion and consumers (#11714) 2024-10-25 21:10:40 -07:00
RyanHolstien
ffefb9d8fe
fix(logging): minor modifications for logging (#11703) 2024-10-24 15:40:56 -05:00
RyanHolstien
971aae076d
feat(logs): add change event details to log context and improve some logs in MCL/MCP (#11690) 2024-10-23 15:29:00 -05:00
david-leifker
6c55511f9a
fix(misc): misc fixes (#11678) 2024-10-22 06:59:40 -05:00
david-leifker
5d3e464c21
feat(validations): Ingest and metadata schema validators (#11619)
Co-authored-by: Pedro Silva <pedro@acryl.io>
2024-10-15 12:35:41 -05:00
deepgarg-visa
b4b91421e8
fix(search): make graphql query autoCompleteForMultiple to show exact matches first (#11586) 2024-10-15 10:16:56 -05:00
david-leifker
09d70bc02c
feat(openapi-v3): support async and createIfNotExists params on aspect (#11609) 2024-10-14 14:27:36 -05:00
david-leifker
f43720e4ec
feat(openapi-v3): generic entities scroll (#11564) 2024-10-10 18:16:33 -05:00
david-leifker
51f5e178c4
fix(test): Update EbeanAspectDaoTest.java (#11580) 2024-10-09 18:59:52 -05:00
david-leifker
f09e18cdb8
fix(test): fix test specific for single query (#11567) 2024-10-09 09:35:42 -05:00
Udbhav Agrawal
5335454d6a
Fix data search for fieldType = OBJECT for non-string fields (#11524)
Co-authored-by: david-leifker <114954101+david-leifker@users.noreply.github.com>
2024-10-08 15:07:10 -05:00
david-leifker
35dfff7755
fix(ci): fix cassandra test flake (#11557) 2024-10-08 10:52:40 -05:00
RyanHolstien
5c2c555a84
fix(changeGenerator): fix logic around descriptions and make execution more efficient (#11539) 2024-10-05 06:07:07 -05:00
david-leifker
09e9d83f26
fix(search): Elasticsearch bool query should (#11536) 2024-10-04 16:32:19 -05:00
RyanHolstien
ba2f1d3147
feat(dataProduct): add data product unset side effect (#11512)
Co-authored-by: david-leifker <114954101+david-leifker@users.noreply.github.com>
2024-10-04 16:32:08 -05:00
Nbagga14
cc63f53c6a
Added IEQUAL operator to support case insensitive searches (#11501)
Co-authored-by: david-leifker <114954101+david-leifker@users.noreply.github.com>
2024-10-04 14:05:29 -05:00
Andrew Sikowitz
81151db04a
feat(graphql/lineage): Support including ghost entities (#11510)
Co-authored-by: david-leifker <114954101+david-leifker@users.noreply.github.com>
2024-10-04 13:23:01 -05:00
david-leifker
fcd6365af3
fix(search): Fix empty description (#11514) 2024-10-04 10:55:32 -05:00
david-leifker
9e0f68cc94
fix(tests): fix metadata-io tests (#11530) 2024-10-04 09:42:21 -05:00
david-leifker
5cbd83675e
refactor(criterion): refactor criterion construction (#11486) 2024-09-27 13:11:40 -05:00
david-leifker
090c51423e
config(reindex): create reindex timeout configuration (#11456) 2024-09-23 11:13:39 -05:00
david-leifker
a481ea4ffb
feat(graph): graph index soft-delete support (#11453) 2024-09-23 10:10:03 -05:00
david-leifker
b17d7764e4
fix(search): restore prefix phrase match on quoted search (#11444) 2024-09-20 14:07:29 -05:00
Pinaki Bhattacharjee
6af5c61907
fix(SearchDocumentTransformer): Use correct variable to update ES (#11430) 2024-09-20 11:23:51 -05:00
RyanHolstien
8972270118
fix(changeGenerator): fixes schema change generator corner cases v2 (#11386) 2024-09-18 11:19:02 -05:00
kanavnarula
4693ab0521
Advance search - Added case sensitive flag for wildcard searches (#11272)
Co-authored-by: mac <mac@192.168.1.7>
Co-authored-by: david-leifker <114954101+david-leifker@users.noreply.github.com>
Co-authored-by: Kanav Narula <kanav_narula@optum.com>
2024-09-18 10:54:24 -05:00
RyanHolstien
5f53a49e27
fix(customSearch): apply query string interpolation to function score (#11406) 2024-09-17 16:07:19 -05:00
david-leifker
6a165a8cc3
refactor(search): refactor field type detection (#11395) 2024-09-17 09:33:26 -05:00
Vigneshwaran Mathiyalagan
c2977d8626
fix: support for non-string types in object fields (#11066)
Co-authored-by: david-leifker <114954101+david-leifker@users.noreply.github.com>
Co-authored-by: milindgupta <milindgupta9@github.com>
Co-authored-by: Harshal Sheth <hsheth2@gmail.com>
Co-authored-by: Hyejin Yoon <0327jane@gmail.com>
Co-authored-by: milindgupta9 <133847413+milindgupta9@users.noreply.github.com>
2024-09-17 08:56:46 -05:00
david-leifker
1d297afe35
fix(ebean): upgrade ebean library (#11379) 2024-09-16 18:37:36 -05:00
david-leifker
cb7ac88bb4
fix(NPE): fix NPE in EntityService (#11373) 2024-09-13 08:01:02 -05:00
milindgupta9
39aa086fa1
Fix: bug fix for empty key values pair in elastic search mapping (#11004)
Co-authored-by: milindgupta <milindgupta9@github.com>
2024-09-12 13:26:41 -05:00
RyanHolstien
408fdcd041
fix(browse): adjust browse to use full text in line with search (#11367)
Co-authored-by: david-leifker <114954101+david-leifker@users.noreply.github.com>
2024-09-12 13:20:36 -05:00
david-leifker
738eaed6f1
feat(throttle): extend throttling to API requests (#11325) 2024-09-12 09:52:20 -05:00
david-leifker
48ef215b21
perf(search): reduce highlight fragments (#11349) 2024-09-12 09:51:11 -05:00
david-leifker
d38507694f
feat(search): search query rewriter (#11279) 2024-09-12 07:28:31 -05:00