599 Commits

Author SHA1 Message Date
david-leifker
697e8e2647
fix(misc): misc fixes (#7633) 2023-03-21 19:42:50 +05:30
david-leifker
a27f82cae2
fix(search): tags with colons exercises search with urns, must follow… (#7602) 2023-03-20 18:07:25 -05:00
Bowen Hu
a84ec0ccf8
feat(metadata-io): add support in Neo4jGraphService for lineage time filter (#7375) 2023-03-16 15:54:49 -07:00
Aseem Bansal
b039ad1176
refactor: misc fixes logging, annotations (#7579)
Co-authored-by: John Joyce <john@acryl.io>
2023-03-16 09:49:35 +05:30
Egemen Berk Galatali
7dad712b1d
fix(ingestion): Readd batchDelayMs (#7559) 2023-03-15 13:26:02 -07:00
Aseem Bansal
2820db3a08
fix(lineage): nullpointer exceptions (#7577)
Co-authored-by: RyanHolstien <RyanHolstien@users.noreply.github.com>
2023-03-14 17:09:14 +05:30
david-leifker
72198f98c0
feat(search): searchAcrossEntities/Lineage improvements (#7550)
Co-authored-by: Shirshanka Das <shirshanka@apache.org>
2023-03-12 18:18:51 -07:00
david-leifker
2849c2fc95
fix(search): per field analyzers for simple_query_string (#7436) 2023-03-02 14:48:22 -06:00
John Joyce
d54e3b81cf
fix(lineage): Fixing Timeline Lineage Filters (#7435) 2023-02-27 16:00:57 -08:00
david-leifker
dae7d9cc95
fix(recommendations): fix recommendations on homepage (#7433) 2023-02-24 14:23:14 -08:00
RyanHolstien
4e250cbd51
feat(elasticsearch): support searchAfter (#7235) 2023-02-22 19:03:14 -06:00
Pedro Silva
4f8a5c3800
feat(timeBasedLineage): add feature flag for always producing MCL (#7407) 2023-02-22 15:52:51 +00:00
david-leifker
36037cf288
fix(search): exact match updates per review (#7385) 2023-02-21 17:01:07 -06:00
david-leifker
ebec860bce
fix(search): fix search filters, handle detection of keyword subfield (#7372) 2023-02-20 19:27:10 -06:00
John Joyce
92cd2b2c1b
fix(lineage): Fix Upstream + Downstream Count in presence of Soft-Deleted / Non-Existent references (#7374) 2023-02-20 14:00:14 -08:00
John Joyce
08a215951c
feat(queries): Overhaul Queries Tab (#7366) 2023-02-20 11:10:18 -08:00
david-leifker
7bbabe0762
feat(elasticsearch): advanced query, identity autocomplete, exact match weight (#7354) 2023-02-20 09:42:17 -06:00
John Joyce
1b8ab4607e
fix(lineage): Include maxHops in Lineage Cache Key + misc UI improvements (#7351) 2023-02-17 15:49:42 -08:00
david-leifker
d765989d4a
fix(elasticsearch): make alias creation atomic (#7332) 2023-02-16 14:17:15 -06:00
RyanHolstien
31ee8aacec
fix(search): support searchFlags for GraphQL (#7346)
Co-authored-by: david-leifker <114954101+david-leifker@users.noreply.github.com>
2023-02-16 13:26:21 -06:00
Bowen Hu
6901f31777
perf(matadata-io): neo4j generateLineageStatement use shortestPath (#7219)
Co-authored-by: Aseem Bansal <asmbansal2@gmail.com>
2023-02-14 13:43:07 -08:00
RyanHolstien
bc61d1e446
fix(homepage): make entity counts execute in parallel and make cache configurable (#7249) 2023-02-14 07:42:39 -06:00
Jinlin Yang
f20aea9be3
fix(search): correctly filter fields in EDITABLE_FIELD_TO_QUERY_PAIRS with a list of values (#7303) 2023-02-10 10:55:51 -06:00
Aseem Bansal
a60d27b40f
fix(bootstrap): do not re-run retention policy ingestion (#7295) 2023-02-10 20:56:19 +05:30
vojtechneradatos
c72d0105c8
feat(api): Timeline API supports Glossary Terms now (#7229)
Co-authored-by: RyanHolstien <RyanHolstien@users.noreply.github.com>
Co-authored-by: Shirshanka Das <shirshanka@apache.org>
2023-02-08 14:52:29 -06:00
Pedro Silva
bec5a27a7e
fix(async ingest): Fix async ingest path (#7269) 2023-02-07 18:39:52 +00:00
Aditya Radhakrishnan
3a8fd69193
fix(change-events): guard against NPE's (#7264) 2023-02-06 16:38:26 -08:00
david-leifker
cc644a9965
logging(elasticsearch): improve messaging in orphan index detection (#7246) 2023-02-06 15:21:32 +05:30
david-leifker
d557fd65ff
fix(elasticsearch): fix orphan index clean up pattern, consistent top… (#7242) 2023-02-03 07:09:19 -06:00
Aditya Radhakrishnan
c13e7e09f8
feat(lineage): add time filtering for lineage edges (#7159) 2023-02-02 15:30:49 -08:00
Pedro Silva
4732694780
fix(gms): Corrects MCP generation in async mode (#7214)
Co-authored-by: John Joyce <john@acryl.io>
2023-02-02 11:45:44 -08:00
Pedro Silva
050f0c4f84
fix(gms): Fixes delete references for single relationship aspects (#7211)
Deleting Container references were broken. This PR fixes that.

Root cause is #5248 which changed the MCP change type to DELETE for cases where an aspect after getting the reference removed was no longer valid. We do not support DELETE operations for MCPs.

The solution is then to execute EntityService#deleteAspect rather than emit a sync MCP.

A regression test was made to prevent this from happening again.

Co-authored-by: John Joyce <john@acryl.io>
2023-02-02 19:05:03 +00:00
david-leifker
39920bb00f
feat(elasticsearch): Elasticsearch improvements (#6894) 2023-01-31 18:44:37 -06:00
david-leifker
07c5d4f6af
fix(misc): NPE and GraphQL case fixes (#7149) 2023-01-26 15:41:15 -08:00
Aseem Bansal
db968497cc
fix(analytics): add missing usage events causing warning in logs (#7109) 2023-01-24 17:15:14 +05:30
RyanHolstien
8323128437
feat(cache): add hazelcast distributed cache option (#6645)
Co-authored-by: Aseem Bansal <asmbansal2@gmail.com>
2023-01-19 09:03:08 -08:00
Gabe Lyons
5cecc3c48e
feat(queries): [Experimental] Allow customization of # of queries in Query tab via env var (#6964) 2023-01-06 10:54:45 -08:00
david-leifker
c845866521
test(misc): misc test updates (#6890) 2022-12-29 11:26:42 -06:00
david-leifker
d8af0b43bd
fix(runid): always update runid, except when queued (#6876) 2022-12-28 13:09:30 -06:00
david-leifker
cb6314c51d
fix(elasticsearch): fixes out of order runId writes (#6845)
Co-authored-by: leifker <dleifker@gmail.com>
Co-authored-by: Pedro Silva <pedro@acryl.io>
2022-12-27 17:50:11 -06:00
Chris Collins
517688d050
fix(lineage) Fix lineage viz with multiple siblings (#6826) 2022-12-21 14:36:09 -05:00
Chris Collins
f559dcc282
feat(lineage) Adds ability to edit lineage manually from the UI (#6816) 2022-12-20 10:54:08 -05:00
John Joyce
54230a8d81
feat(): Views Feature Milestone 1 (#6666) 2022-12-12 12:30:09 -08:00
mohdsiddique
f2a83f3074
feat(gms): Pluggable Authentication & Authorization Framework (#6634) 2022-12-06 10:22:41 -08:00
Chris Collins
b6887d23bb
feat(graph) Add createdOn, createdActor, updatedOn, updatedActor to graph edges (#6615) 2022-12-05 16:56:28 -05:00
John Joyce
73671de7e7
refactor(recommendations): Filtering for specific entity types in recommendations (#6538) 2022-11-23 13:33:35 -08:00
RyanHolstien
848574dbff
fix(platform): patch for entity creation, honor async flag on request (#6504) 2022-11-22 11:05:09 -08:00
Chris Collins
970e9f0aa7
fix(ui) Fix lineage graph rendering with duplicate nodes (#6480) 2022-11-18 12:28:30 -05:00
david-leifker
33fd876421
feat(elasticsearch): Updates to elasticsearch configuration, dao, and tests (#6269) 2022-11-15 18:03:11 -08:00
djordje-mijatovic
ca67e79b3b
feat(neo4j): Neo4j multihop support (#6104) 2022-11-15 09:14:01 -08:00