12950 Commits

Author SHA1 Message Date
david-leifker
f34abede15
fix(trivy): fix pattern (#14743) 2025-09-11 13:32:14 -05:00
Jonny Dixon
57250477bf
feat(access-request): enable groups to be granted to role and grey button when granted (#14622) 2025-09-11 19:15:01 +01:00
Jay
4ce1ae8dd1
feat(docs): revise tuning instructions for smart assertions (#14740) 2025-09-11 13:42:42 -04:00
Chakru
ac80e8171b
fix(kafka-setup): remove default to enable topicDefaults to be used (#14738) 2025-09-11 16:38:11 +00:00
skrydal
3af386b626
chore(ingestion/iceberg): Safe-guard pyiceberg version before pydantic 1->2 transition (#14736) 2025-09-11 16:32:33 +00:00
Harshal Sheth
14130701b5
fix(ingest): use sequence for sdk input types (#14695)
Co-authored-by: Anush Kumar <anush.kumar@datahub.com>
2025-09-11 08:49:09 -07:00
Brock Griffey
4244620e7a
feat(cassandra): Add optional SSL configuration (#14726) 2025-09-11 15:37:30 +00:00
Tamas Nemeth
01932d3f87
fix(ingest/pipeline): Fix for slow ingestion and incomplete ingestion report metrics (#14735) 2025-09-11 16:07:47 +02:00
Jonny Dixon
d0519ddce3
fix(docs): fixing spelling mistakes (#14730) 2025-09-11 07:59:11 +00:00
Aseem Bansal
137ffb7d48
fix(ingest): only add to samples where platform match (#14722) 2025-09-11 13:26:39 +05:30
skrydal
5f23652fd3
fix(ingestion/iceberg): Improve iceberg source resiliency to server errors (#14731) 2025-09-11 00:57:03 +02:00
skrydal
3fbef4a632
chore(setup): Limit mixpanel dependency <=4.10.1 (#14725) 2025-09-10 18:56:10 +02:00
Jay
d67681b08f
feat(web): extended incidents graphql apis to return more context (#14671) 2025-09-10 12:21:12 -04:00
Tamas Nemeth
a82d4e0647
fix(ingest/athena): Fix Athena partition extraction and CONCAT function type issues (#14712) 2025-09-10 12:33:54 +02:00
Saketh Varma
c7ad3f45ea
feat(ui): Add option to remove asset from an Application (#14679) 2025-09-09 16:17:21 -07:00
Abe
c731e725ff
docs(metrics): Add a best practices guide for micrometer metrics library (#14711) 2025-09-09 18:22:12 +00:00
Abe
6ec6f0150d
refactor(metrics): Make MetricUtils.registry non-nullable
- Make MetricUtils.registry non-nullable with default no-op implementation. This allows us to remove boilerplate for handling the null case
- Rename request context metric names to follow convention
2025-09-09 11:08:16 -07:00
Tamas Nemeth
4ea758da19
chore(ingest/sqlparser): Bump sqlglot to 27.12.0 (#14673) 2025-09-09 19:57:52 +02:00
Michael Maltese
3d464941d0
fix(ingest/tableau): retry when getting 'unexpected error occurred' (#14672) 2025-09-09 10:25:49 -04:00
Aseem Bansal
5ce93f54b4
feat(ingest): add time taken by compute stats overall (#14713) 2025-09-09 14:53:13 +05:30
david-leifker
aee04b5680
feat(build): improve failure logging (#14696) 2025-09-08 16:57:20 -05:00
Kevin Karch
6a3f31b093
fix(docs): correct redshift usage stats capability (#14706) 2025-09-08 14:40:45 -04:00
Aseem Bansal
3e1e9fcf34
fix(ui): add warning for view all modal (#14702) 2025-09-08 19:27:41 +05:30
Benjamin Maquet
9105241bfd
feat(superset/preset): add dataset and column description (#14426) 2025-09-08 16:35:43 +09:00
Hyejin Yoon
da1326d047
fix(ui): Improve Model/Model Group description handling (truncate + editableProperties) (#14595) 2025-09-08 07:25:00 +00:00
Jonny Dixon
f8a95b0ade
chore(ingestion/file-based lineage): update from com.linkedin.pegasus2avro.dataset to datahub.metadata.schema_classes (#14690) 2025-09-08 09:20:07 +02:00
Jesse Jia
55817d14b8
feat(openapi-v3) enhance scroll API (#14677)
Co-authored-by: jjia <jjia@netflix.com>
Co-authored-by: david-leifker <114954101+david-leifker@users.noreply.github.com>
2025-09-06 14:57:01 +00:00
Abe
80f206290e
feat(metrics): add modern Micrometer metrics PFP-1613 (#14661)
- Add micrometer metrics in RequestContext
- Add a smoke test that verifies metrics via the prometheus endpoint
2025-09-05 14:53:54 -07:00
david-leifker
8b194cdd28
fix(ci): adjust trivy configuration for pyspark cache (#14692) 2025-09-05 14:21:01 -05:00
david-leifker
fa4c866d0b
chore(): bump netty version (#14691) 2025-09-05 13:03:06 -05:00
purnimagarg1
29d3974bf3
feat(ui/summary-tab):implement permissions for modules section (#14685) 2025-09-05 13:06:51 -04:00
dependabot[bot]
cb038a3d35
chore(deps): bump aquasecurity/trivy-action from 0.32.0 to 0.33.0 (#14618)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: david-leifker <114954101+david-leifker@users.noreply.github.com>
2025-09-05 12:02:05 -05:00
dependabot[bot]
c6a7426eca
chore(deps): bump actions/setup-java from 4 to 5 (#14558)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: david-leifker <114954101+david-leifker@users.noreply.github.com>
2025-09-05 11:19:55 -05:00
Harshal Sheth
2a1b7c4229
chore(docker): use prebuilt dockerize v0.24 (#14668) 2025-09-05 11:04:08 -05:00
dependabot[bot]
ff11ac5210
build(deps): bump actions/checkout from 4 to 5 (#14486)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-05 10:43:49 -05:00
david-leifker
6f42a796f8
test(protobuf): bump protobuf and additional tests (#14650) 2025-09-05 10:06:43 -05:00
Chakru
409ade6ffd
fix(ci): use image tags from buildLog for nightly tests (#14683) 2025-09-05 10:03:39 -05:00
Chakru
46e29e102f
fix(ci): push images on pr-publish without waiting for tests (#14681) 2025-09-05 09:46:21 -05:00
purnimagarg1
e69a083881
fix(ui): fix intermediate white screen after loading asset collection module (#14687) 2025-09-05 10:38:46 -04:00
purnimagarg1
f458021060
fix(ui/structured-properties): fix error on create structured property (#14686) 2025-09-05 10:31:46 -04:00
Chris Collins
4296069475
feat(ui) Update About section in summary tab with new design (#14678) 2025-09-05 10:31:02 -04:00
Chris Collins
c1694a3db1
feat(ui) Add remaining modules + design nits on asset summary page (#14663) 2025-09-05 09:35:35 -04:00
skrydal
cc8e87143e
fix(cli): Fix to the deletion command (#14667)
Co-authored-by: Harshal Sheth <hsheth2@gmail.com>
2025-09-05 11:37:55 +00:00
david-leifker
d996f9b37f
ci(test): metadata-io fixture load stability (#14670) 2025-09-04 15:13:10 -05:00
purnimagarg1
03bca391d3
fix(summary-tab): fix structured property value type issue (#14644)
Co-authored-by: Chris Collins <chriscollins3456@gmail.com>
2025-09-04 14:03:04 -04:00
Andrew Sikowitz
4341e64732
docs(saas): Release Notes for v0.3.13.3 (#14657) 2025-09-04 10:38:33 -07:00
purnimagarg1
3f8e690ca7
feat(summary-tab): support assets module on the summary pages (#14653)
Co-authored-by: Chris Collins <chriscollins3456@gmail.com>
2025-09-04 13:17:52 -04:00
Chris Collins
465bfd8e01
feat(ui) Tie together custom summary frontend with updated backend (#14640) 2025-09-04 11:47:56 -04:00
david-leifker
5b0d9c131a
fix(): Update docker-unified-nightly.yml (#14666) 2025-09-04 10:35:01 -05:00
Chris Collins
ab4358ce65
feat(graphql) Add data modeling changes and updates to graphql layer for asset summary pages (#14638) 2025-09-04 10:43:56 -04:00