132 Commits

Author SHA1 Message Date
david-leifker
a409037a9e
feat(lineage-graph): optimize lineage queries (#13257) 2025-04-21 10:41:43 -05:00
david-leifker
463803e2d1
feat(restore-indices): createDefaultAspects argument (#12859) 2025-03-13 10:17:14 -05:00
david-leifker
41b0629e70
feat(api): URN, Entity, and Aspect name Async Validation (#12797) 2025-03-06 12:49:22 -06:00
Chakru
6c57057f51
feat(auth): support guest access (#12619)
Co-authored-by: david-leifker <114954101+david-leifker@users.noreply.github.com>
2025-03-04 01:52:52 +05:30
david-leifker
16ef1ac174
feat(validation): enable validation trim options (#12712) 2025-02-24 06:30:45 -06:00
Andrew Sikowitz
b51327e0be
feat(versioning): Add V2 UI; make backend more synchronous; add to component library (#12542) 2025-02-04 09:57:41 -08:00
david-leifker
3757a44230
feat(metadata-io): enable rollback transaction support (#12509) 2025-01-31 17:31:51 -06:00
david-leifker
412600a163
feat(telemetry): cross-component async write tracing (#12405) 2025-01-29 11:30:44 -06:00
david-leifker
8c724dbf47
feat(api): authorization extended for soft-delete and suspend (#12158) 2024-12-18 12:45:38 -06:00
david-leifker
02416b7faf
feat(openapi-v3): add minimal timeseries aspect support (#12096) 2024-12-12 09:41:20 -06:00
Aseem Bansal
eef2077a55
fix(logs): add actor urn on unauthorised (#12030) 2024-12-06 16:57:07 +05:30
Chakru
85b42e3ea5
build(coverage): enable code coverage for java and python (#11992)
Co-authored-by: david-leifker <114954101+david-leifker@users.noreply.github.com>
2024-12-02 19:27:43 -06:00
david-leifker
794ac2b4e8
fix(rest.li): fix use of Criterion in rest.li filters (#11932) 2024-11-22 23:47:56 -06:00
david-leifker
e672adec9e
refactor(run-id): refactor run id updates (#11834) 2024-11-13 11:50:15 -06:00
david-leifker
5c5812804b
feat(entity-client): batch entity-client ingestProposals (#11787) 2024-11-05 09:42:21 -06:00
Davi Arnaut
a6e1624f48
fix(log): reduce log volume for ingestion and consumers (#11714) 2024-10-25 21:10:40 -07:00
david-leifker
6c55511f9a
fix(misc): misc fixes (#11678) 2024-10-22 06:59:40 -05:00
david-leifker
5ad15a7b99
privileges(refactor): consolidate individual sys op privileges (#11549) 2024-10-07 15:36:13 -05:00
david-leifker
5cbd83675e
refactor(criterion): refactor criterion construction (#11486) 2024-09-27 13:11:40 -05:00
david-leifker
a481ea4ffb
feat(graph): graph index soft-delete support (#11453) 2024-09-23 10:10:03 -05:00
david-leifker
738eaed6f1
feat(throttle): extend throttling to API requests (#11325) 2024-09-12 09:52:20 -05:00
david-leifker
f23765ec30
feat(auth): implement session authorization cache (#11327) 2024-09-11 15:06:24 -05:00
david-leifker
edb9a87b84
fix(elasticsearch): refactor idHashAlgo setting (#11193) 2024-08-16 14:41:44 -05:00
RyanHolstien
06562f320d
feat(search): support sorting on multiple fields (#10775) 2024-08-09 15:29:43 -05:00
david-leifker
543e447787
fix(ingestion): enforce lastObserved timestamps in SystemMetadata (#11104) 2024-08-06 17:57:01 -05:00
ksrinath
906bc98c82
fix(restli): log aspect-not-found as a warning rather than as an error (#10834) 2024-07-04 12:01:39 +05:30
david-leifker
b4e05050d1
feat(logging): unified request logging (graphql, openapi, restli) (#10802) 2024-06-29 02:50:10 -05:00
david-leifker
333799c338
feat(strucutred-properties): structured properties delete and schema change support (#10711) 2024-06-17 19:53:54 -05:00
Harshal Sheth
402bf31938
feat(gms): add ingestProposalBatch endpoint (#10706) 2024-06-14 12:30:19 -07:00
david-leifker
34c1a9592c
feat(openapi): openapi v3 updates (#10710) 2024-06-14 12:36:57 -05:00
david-leifker
a847748f8c
fix(ebean): fix auto-closeable ebean dao streams (#10506) 2024-05-15 14:10:32 -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
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
david-leifker
731c29e675
feat(graph-retriever): implement graph retriever (#10241) 2024-04-16 10:12:48 -05:00
Davi Arnaut
717e40b89d
chore(usage-stats): measure time for getting buckets and aggregations (#10220) 2024-04-05 11:22:32 -07:00
david-leifker
9a0a53bbe4
fix(restoreIndices): batchSize vs limit (#10178) 2024-04-01 15:54:37 -05:00
Davi Arnaut
c3257d81c8
feat(metadata-jobs): improve consumer logging (#10173) 2024-03-31 08:07:58 -07:00
Pedro Silva
35ec7dfe14
fix(graphQL): Ignore soft-deleted assertions in UI calls (#10148) 2024-03-27 22:55:27 +00:00
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
45f6c2a21e
fix(ingestProposal): fix/handle no-op ingestion (#10126) 2024-03-25 18:12:28 -05:00
david-leifker
f9e64d03cc
feat(auth): view authorization (#10066) 2024-03-23 06:15:36 -05:00
david-leifker
93b5907f99
fix(usage-stats): usage-stats error handling and filter (#10105) 2024-03-22 21:47:00 -05:00
Davi Arnaut
c4a453204c
fix(opensearch): Rollover usage events at a file size rather than time-based manner (#10006) 2024-03-07 10:32:16 -08: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
david-leifker
63322225d9
misc: datahub-upgrade improvements, aspect key & default aspects fixes (#9796) 2024-02-07 14:41:49 -06:00
david-leifker
ff0818bad7
fix(aspects): fix default aspect generation for non-restli locations (#9746) 2024-01-31 18:28:35 -06:00
david-leifker
264278861b
feat(build): support jdk8 spark lineage (#9697) 2024-01-23 17:49:23 -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