629 Commits

Author SHA1 Message Date
Chakru
57ffbc17e5
fix(build): restore deleted code that broke build (#13695)
Co-authored-by: Hyejin Yoon <0327jane@gmail.com>
2025-06-05 09:01:19 -05:00
david-leifker
799a9f2e31
feat(search): lineage search performance (#13545) 2025-06-04 13:54:45 -05:00
jmacryl
235a773eea
Pfp 1277/indexing perf (#13480) 2025-06-04 19:56:10 +02:00
david-leifker
492b55322f
feat(tracing): trace error log with timestamp & update system-metadata (#13628) 2025-05-27 17:33:40 -05:00
David Leifker
b956132e3c Revert "feat(tracing): python logging & update system metadata on no-op"
This reverts commit 64f315eb64417467cfef5cec473068dc42886293.
2025-05-26 12:15:18 -05:00
David Leifker
64f315eb64 feat(tracing): python logging & update system metadata on no-op 2025-05-26 10:22:51 -05:00
david-leifker
d234f5580a
fix(config): fix mcp batch configuration (#13598) 2025-05-22 15:54:48 -05:00
david-leifker
c5d83683ed
fix(test): adjust exclusion rule (#13603) 2025-05-22 15:20:15 -05:00
jmacryl
8f52bdc5e4
feat(search): PFP-1275/look-into-0-doc-indices (#13296)
Co-authored-by: David Leifker <david.leifker@acryl.io>
Co-authored-by: david-leifker <114954101+david-leifker@users.noreply.github.com>
2025-05-16 12:59:46 -05:00
jmacryl
5749f6f970
Refactor elasticsearch search indexed (#13451) 2025-05-14 08:57:08 -05:00
RyanHolstien
dd377b33dc
feat(config): add configurable search filter min length (#13499) 2025-05-13 12:37:59 -05:00
Andrew Sikowitz
5aabf650fc
fix(versioning): Properly set versioning scheme on unlink; always run side effects (#13440) 2025-05-08 19:29:04 -07:00
jmacryl
854ec614b9
feat(search) use parametrized painless in updates see https://linear.… (#13401) 2025-05-02 19:19:25 +02:00
RyanHolstien
6f1968fbd1
feat(auditSearch): support backend audit events and search api (#13377) 2025-05-01 21:19:58 -05:00
Chris Collins
f6d962ff96
fix(validation) Fix bug in duplicate prompt ID validator (#13351) 2025-05-01 13:39:57 -04:00
Hyejin Yoon
f986315582
doc: Acryl to DataHub, datahubproject.io to datahub.com (#13252)
Co-authored-by: Jay <159848059+jayacryl@users.noreply.github.com>
2025-04-28 10:34:33 -04:00
John Joyce
c844e485b5
fix(ui): Hide deleted assets on home page recommendations (#13328)
Co-authored-by: John Joyce <john@ip-192-168-1-63.us-west-2.compute.internal>
Co-authored-by: Andrew Sikowitz <andrew.sikowitz@acryl.io>
2025-04-25 18:37:36 -07:00
Deepak Garg
5f73d21b7e
fix(gms): resolve cyclic dependency in Neo4jGraphService.java (#13302) 2025-04-25 11:06:25 -05:00
jmacryl
3c9da5a0e9
feat(search): use zstd-no-dict codec in Opensearch (#13273)
Co-authored-by: david-leifker <114954101+david-leifker@users.noreply.github.com>
2025-04-23 20:22:46 -05:00
Esteban Gutierrez
8a17ba14d6
fix(): Fixes multiple minor security vulnerabilities (#13222)
bug(snappy): Make sure right snappy version is installed
fix(docker): update Dockerize to version v0.9.3
fix(gms): fixes dgraph4j netty deps
fix(docker): remove SGID on /home/datahub and /home/datahub-integration
fix(datahub-actions): bump setuptools and wheel version
fix(docker): update c-ares version
fix(docker): datahub-actions addendum
2025-04-21 16:39:26 -05:00
david-leifker
a409037a9e
feat(lineage-graph): optimize lineage queries (#13257) 2025-04-21 10:41:43 -05:00
Dmitry Bryazgin
bdd8c9935a
fix(metadata-io): Fixes a random failure for LineageDataFixtureTestBase.testDatasetLineage() (#13215)
Co-authored-by: RyanHolstien <RyanHolstien@users.noreply.github.com>
2025-04-18 11:00:24 -05:00
Chris Collins
36cce7d1be
fix(ui) Show warning in the UI when we use lightning cache in impact analysis (#13139) 2025-04-17 17:54:43 -04:00
Chris Collins
f39ad1f735
fix(gms) Generate schema field urns consistently (#5583) (#13221) 2025-04-17 16:21:24 -04:00
david-leifker
4df375df32
fix(api-validation): correct mcp/urn entity mismatch (#13212) 2025-04-15 16:02:56 -05:00
Dmitry Bryazgin
16471479d6
fix(metadata-io): Fixes a typo in the test code (#13192)
Co-authored-by: RyanHolstien <RyanHolstien@users.noreply.github.com>
2025-04-14 15:08:46 -04:00
david-leifker
143c18679b
test(config): update metadata-io tests (#13193) 2025-04-14 12:05:46 -05:00
david-leifker
d49b7841cb
feat(openapi): add entity patch support (#13165) 2025-04-10 18:17:27 -05:00
david-leifker
2add837621
fix(): handle null systemmetadata corner cases (#13086) 2025-04-10 17:44:58 -05:00
david-leifker
b82ec1c65e
fix(runId): make sure runid includes urn (#13175) 2025-04-10 15:21:42 -05:00
ryota-cloud
ba9df6c4f1
fix(metadata-io) improve logging to add search response when ES search fails (#13119) 2025-04-08 22:47:49 -07:00
Chris Collins
538072069b
feat(froms) Add validator preventing duplicate form prompt IDs globally (#13135) 2025-04-08 17:14:26 -04:00
Rafael Sousa
c1f6bd171e
fix(opentelemetry): Resolve type mismatch in metrics exporter (#13053)
Co-authored-by: Pedro Silva <pedro@acryl.io>
2025-04-04 15:51:10 +01:00
david-leifker
a1096e615a
fix(test): improve test stability (#13062) 2025-04-02 13:46:52 -05:00
david-leifker
1e6db0680a
fix(openapi): restore openapi v3 aspect version endpoint (#13047) 2025-04-02 09:15:34 -05:00
Andrew Sikowitz
3132ca7c0c
test(metadata-io/graph-service): Update lineage registry creation for dgraph and neo4j tests (#13037) 2025-04-01 15:09:52 -05:00
John Joyce
d3becb0ede
feat(ui): Support for Filtering by Deprecated, Showing Deprecation in Upstream Health Indicator (#12991)
Co-authored-by: John Joyce <john@ip-192-168-1-64.us-west-2.compute.internal>
2025-03-26 15:18:56 -07:00
david-leifker
952f3cc311
fix(entity-service): fix delete non-existent row (#12990) 2025-03-26 14:51:20 -05:00
david-leifker
d1c804e323
feat(system-metrics): track api usage by user, client, api (#12872) 2025-03-13 16:39:46 -05:00
david-leifker
453d82a0cc
fix(api-tracing): handle corner case for historic (#12870) 2025-03-13 15:24:21 -05:00
david-leifker
463803e2d1
feat(restore-indices): createDefaultAspects argument (#12859) 2025-03-13 10:17:14 -05:00
Chakru
7c1ed744f4
fix(build): build improvements to help with incremental builds (#12823) 2025-03-10 22:43:31 +05:30
david-leifker
47f59e62dd
fix(openapi): fix openapi timeseries async ingestion (#12812) 2025-03-07 16:21:16 -06:00
Chakru
f053188bb6
fix: search cache invalidation for iceberg entities (#12805) 2025-03-07 15:24:14 +05:30
david-leifker
41b0629e70
feat(api): URN, Entity, and Aspect name Async Validation (#12797) 2025-03-06 12:49:22 -06:00
Andrew Sikowitz
5576b3c71d
feat(versioning): Support entity versioning ingestion (#12755) 2025-03-03 23:14:25 -08:00
david-leifker
3f6b8c1976
fix(test): handle empty log (#12768) 2025-03-03 16:15:39 -06:00
david-leifker
3dac08d59e
feat(operations): ES and Kafka Operations Endpoints (#12756) 2025-03-03 13:37:35 -06:00
david-leifker
fe5d3b756a
feat(graphql): implement sort and facet for scroll (#12746) 2025-02-28 12:21:41 -06:00
david-leifker
005a9b0f0d
fix(tracing): handle noop mcl (#12713) 2025-02-24 12:13:20 -06:00