RyanHolstien
2657c8f68b
feat(lineage): add a parameter to allow limiting the per hop exploration of lineage search ( #10062 )
2024-03-26 11:48:39 -05:00
david-leifker
fc03a1c3ee
fix(search): respect the search flags term bucket size ( #10130 )
2024-03-25 17:39:16 -05:00
david-leifker
f9e64d03cc
feat(auth): view authorization ( #10066 )
2024-03-23 06:15:36 -05:00
david-leifker
7315e6c40d
test(urn): add test case ( #10112 )
2024-03-22 14:54:47 -05:00
RyanHolstien
84bdf812da
feat(lineage): add priority to via node ( #10034 )
2024-03-15 21:05:32 -05:00
david-leifker
03a677af93
chore(java): bump java dependency versions ( #10009 )
2024-03-07 14:15:22 -06:00
Davi Arnaut
c0aedd422f
chore(search): bump OpenSearch image version to 2.11.0 ( #9984 )
2024-03-05 13:04:51 -06:00
david-leifker
ed10a8d8cc
feat(search): search access controls ( #9892 )
...
Co-authored-by: Chris Collins <chriscollins3456@gmail.com>
2024-02-28 16:57:26 -06:00
david-leifker
62f2789724
feat(structured-properties): soft delete ( #9812 )
2024-02-21 18:16:42 -06:00
RyanHolstien
2c9fdcdad4
feat(operations): add explain endpoint for search ( #9832 )
2024-02-14 15:30:20 -06:00
John Joyce
0328f854e8
feat(): Adding supports for data incidents for datasets, dashboards, charts, data jobs, data flows ( #9710 )
...
Co-authored-by: John Joyce <john@ip-192-168-1-149.us-west-2.compute.internal>
Co-authored-by: John Joyce <john@Johns-MBP.attlocal.net>
Co-authored-by: John Joyce <john@Johns-MacBook-Pro.local>
2024-02-14 09:06:21 -08:00
david-leifker
63322225d9
misc: datahub-upgrade improvements, aspect key & default aspects fixes ( #9796 )
2024-02-07 14:41:49 -06:00
david-leifker
eb97120469
fix(search): fix default entities for aggregation filters ( #9761 )
2024-02-01 12:57:19 -06:00
david-leifker
ff0818bad7
fix(aspects): fix default aspect generation for non-restli locations ( #9746 )
2024-01-31 18:28:35 -06:00
Shirshanka Das
1d06d38b68
feat(platform): add support for via nodes ( #9733 )
2024-01-29 16:03:27 -08:00
RyanHolstien
051f570c47
fix(search): fix filters for hasX and numValues fields ( #9729 )
2024-01-26 14:17:14 -06:00
RyanHolstien
acec2a7159
feat(search): support filtering on count type searchable fields for equality ( #9700 )
2024-01-25 13:04:50 -06:00
david-leifker
943bb57cbc
feat(backend): structured properties and forms ( #9626 )
...
Co-authored-by: Chris Collins <chriscollins3456@gmail.com>
Co-authored-by: RyanHolstien <RyanHolstien@users.noreply.github.com>
2024-01-22 11:46:04 -06:00
david-leifker
bd9b0c49fb
perf(entity-service): batch exists calls ( #9663 )
2024-01-19 16:32:22 -06:00
RyanHolstien
661d58e534
feat(search): add support for empty aggregations through searchable annotation ( #9624 )
2024-01-16 15:17:00 -06:00
RyanHolstien
7a788240c1
feat(spring): update spring to version 6 and spring boot to version 3 ( #9567 )
2024-01-11 13:44:06 -06:00
david-leifker
8415fc214b
feat(entity-registry): entity registry plugins ( #9538 )
2024-01-08 14:20:03 -06:00
Shirshanka Das
186b6f942d
perf(lineage): Rewrite lineage query for Elastic graph store ( #9552 )
2024-01-03 12:21:06 -08:00
RyanHolstien
6a16935728
fix(operations): fix get index sizes integer wrap ( #9450 )
2023-12-15 11:23:04 -06:00
Aseem Bansal
e14474176f
feat(lint): add spotless for java lint ( #9373 )
2023-12-06 11:02:42 +05:30
siladitya
7fb60869f2
feat(gms/search): Adding support for DOUBLE Searchable type ( #9369 )
...
Co-authored-by: si-chakraborty <si.chakraborty@adevinta.com>
2023-12-05 20:28:47 -06:00
Pedro Silva
6655918923
feat(recomendations): Make top platforms account only for searchable entities ( #9240 )
2023-11-15 19:53:50 +00:00
Xuelei Li
179f103412
fix(metadata-io): in Neo4j service use proper algorithm to get lineage ( #8687 )
...
Co-authored-by: RyanHolstien <RyanHolstien@users.noreply.github.com>
Co-authored-by: david-leifker <114954101+david-leifker@users.noreply.github.com>
2023-11-10 10:58:38 -06:00
Pedro Silva
86e0023a4e
feat(ingestion): Adds more advanced configurations for runtime debugging ( #8998 )
2023-10-21 16:20:59 +01:00
david-leifker
63599c9555
fix(search): fix mapping builder bug ( #9062 )
2023-10-21 11:17:28 +01:00
Indy Prentice
409f981fd3
fix(search): Apply SearchFlags passed in through to scroll queries ( #9041 )
...
Co-authored-by: Indy Prentice <indy@Indys-MacBook-Pro.local>
2023-10-18 21:25:54 +00:00
Indy Prentice
7855fb60a7
fix(api): Add preceding / to get index sizes path ( #9043 )
...
Co-authored-by: Indy Prentice <indy@Indys-MacBook-Pro.local>
2023-10-18 20:19:10 +00:00
Indy Prentice
aae1347efc
fix(search): Detect field type for use in defining the sort order ( #8992 )
...
Co-authored-by: Indy Prentice <indy@Indys-MacBook-Pro.local>
2023-10-18 16:26:24 -03:00
david-leifker
b61c38ab05
refactor(misc): testngJava fix, systemrestli client, cache key fix, e… ( #8926 )
2023-09-30 22:47:59 -05:00
david-leifker
21eb4dfc12
feat(search): update to support OpenSearch 2.x ( #8852 )
2023-09-21 13:01:55 -05:00
Indy Prentice
cf166843b5
feat(search): Also de-duplicate the field queries based on field names ( #8788 )
...
Co-authored-by: Indy Prentice <indy@Indys-MacBook-Pro.local>
Co-authored-by: David Leifker <david.leifker@acryl.io>
2023-09-07 15:29:55 -05:00
John Joyce
94fa514700
feat(systemMetadata): Adding a lastRunId field system metadata ( #8672 )
...
Co-authored-by: Aseem Bansal <asmbansal2@gmail.com>
Co-authored-by: Indy Prentice <iprentic@users.noreply.github.com>
2023-09-06 14:51:03 -03:00
david-leifker
1b79142d9e
feat(EntityService): batched transactions and ebean updates ( #8456 )
2023-09-02 19:25:44 -05:00
Indy Prentice
97019d8d8f
test(lineage): Add test for scroll across lineage ( #8728 )
...
Co-authored-by: Indy Prentice <indy@ip-192-168-3-10.us-west-2.compute.internal>
2023-08-28 14:02:21 -03:00
david-leifker
6bfd94c713
chore(jackson): update to released version of jackson ( #8674 )
2023-08-25 23:42:26 -05:00
Chris Collins
a4cb81cc43
fix(java) Use alias for name search sorting and fix missing mappings ( #8648 )
2023-08-23 19:30:14 -04:00
Ellie O'Neil
b0cb990bad
tests(search): more golden tests ( #8683 )
2023-08-22 11:35:58 -07:00
david-leifker
655914841b
fix(docker): misc docker fixes ( #8677 )
2023-08-22 10:38:08 +05:30
Indy Prentice
8cf299aeb4
feat(search): Add word gram analyzer for name fields ( #8611 )
...
Co-authored-by: Indy Prentice <indy@Indys-MacBook-Pro.local>
2023-08-21 15:33:10 -03:00
Ellie O'Neil
5f5f51f515
tests(search): search golden tests ( #8605 )
2023-08-17 15:41:57 -04:00
Indy Prentice
926a9c36a6
refactor(search) Use search across multiple-entities API, deprecate Aggregator classes ( #8498 )
...
Co-authored-by: Indy Prentice <indy@Indys-MacBook-Pro.local>
2023-08-08 11:23:27 -03:00
John Joyce
e380f7d317
feat(search): Allow aggregating on facets that are not explicitly part of default filter set ( #8540 )
2023-08-01 15:31:24 -07:00
david-leifker
fa05aae959
fix(search): fix lightning cache enable logic ( #8522 )
2023-07-28 17:41:58 -05:00
Indy Prentice
27392f9f81
refactor(search): Support searching multiple entities in search() as in scroll() ( #8461 )
...
Co-authored-by: Indy Prentice <indy@Indys-MacBook-Pro.local>
2023-07-24 15:39:44 -03:00
RyanHolstien
93fde6bf93
feat(io): refactor metadata-io module ( #8306 )
2023-07-20 06:39:14 +05:30