981 Commits

Author SHA1 Message Date
Aseem Bansal
c88a4a5a48
config(gms): enable some features by default (#14889) 2025-10-03 20:31:23 +05:30
Chakru
660a4efa5f
MCL Generation via CDC (#14824)
Co-authored-by: David Leifker <david.leifker@acryl.io>
2025-10-01 18:23:31 -05:00
david-leifker
04d0a50118
feat(): Basepath support (#14866)
Co-authored-by: Esteban Gutierrez <esteban.gutierrez@acryl.io>
Co-authored-by: Chris Collins <chriscollins3456@gmail.com>
2025-10-01 11:08:38 -05:00
david-leifker
50c5841b50
fix(schema-registry): fix v1.2.0.1 schema registry bug (#14846) 2025-09-26 10:22:25 -05:00
Jesse Jia
4bf3f0e66d
feat(Plugin Loader) Add config to control plugin loader when failure happens (#14769)
Co-authored-by: jjia <jjia@netflix.com>
Co-authored-by: Hyejin Yoon <0327jane@gmail.com>
2025-09-26 08:56:51 +00:00
Chris Collins
109a419969
feat(ui) Add ability to add links to asset header (#14770)
Co-authored-by: v-tarasevich-blitz-brain <v.tarasevich@blitz-brain.com>
Co-authored-by: purnimagarg1 <purnima.garg@apptware.com>
2025-09-18 18:35:57 -04:00
John Joyce
eaa472ecf1
feat(): Adding authenticator for OIDC OAuth (#14707)
Co-authored-by: John Joyce <john@Mac.lan>
2025-09-17 09:50:47 -07:00
Chris Collins
e8e97beee6
fix(ui) Add collection of minor fixes for summary pages and home page (#14771) 2025-09-16 10:50:40 -04:00
Chakru
ac80e8171b
fix(kafka-setup): remove default to enable topicDefaults to be used (#14738) 2025-09-11 16:38:11 +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
Aseem Bansal
3e1e9fcf34
fix(ui): add warning for view all modal (#14702) 2025-09-08 19:27:41 +05:30
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
Chris Collins
c1694a3db1
feat(ui) Add remaining modules + design nits on asset summary page (#14663) 2025-09-05 09:35:35 -04: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
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
purnimagarg1
94c56decdc
feat: add new permission for managing asset summary (#14627)
Co-authored-by: Chris Collins <chriscollins3456@gmail.com>
2025-09-04 10:21:01 -04:00
John Joyce
5971e79c76
feat(datahub-actions): Adding support for Metadata Change Log in DataHub Cloud Events Source (#14497)
Co-authored-by: John Joyce <john@Mac.lan>
2025-09-03 08:46:22 -07:00
david-leifker
6f4a109790
feat: impact lineage graph traversal improvements (#14609) 2025-09-03 07:53:12 -05:00
Chakru
4a09e8b9a3
fix(config): cleanup comments in config file (#14596) 2025-09-03 13:03:45 +05:30
Chakru
bffb2ffdc5
fix(config): disable legacy kafka topics (#14615) 2025-09-02 10:22:38 -05:00
Aseem Bansal
6044d8d298
feat(ui/ingest): add analytics events (#14557) 2025-09-01 17:41:48 +05:30
Andrew Sikowitz
0aaa8c6987
feat(graphql): Support logical models (#14588) 2025-08-29 13:36:01 -07:00
abedatahub
12e2e83505
fix(openapi): add GraphQL exception handling to GlobalControllerExceptionHandler (#PFP-1620) 2025-08-29 12:56:56 -07:00
Chris Collins
f2c39cdc8a
feat(propagation) Add support for metadata attribution for additional metadata (#14577) 2025-08-27 17:45:28 -04:00
purnimagarg1
fd053255cd
feat(links): bring edit links functionality from SaaS (#14559)
Co-authored-by: v-tarasevich-blitz-brain <v.tarasevich@blitz-brain.com>
2025-08-27 14:08:20 -04:00
v-tarasevich-blitz-brain
3fe39bf149
feat(customSearchCards): add descriptions (#14472)
Co-authored-by: Chris Collins <chriscollins3456@gmail.com>
2025-08-27 13:28:36 -04:00
Michael Maltese
c2f9fc812c
feat(models): support charts in edges fields of other charts (#14339) 2025-08-27 12:37:08 -04:00
v-tarasevich-blitz-brain
afd3ab4e06
fix(analyticsEvents): fix misnaming of events (#14456)
Co-authored-by: Chris Collins <chriscollins3456@gmail.com>
2025-08-27 10:25:51 -04:00
Chakru
cbb5f9a9b6
feat(kafka): refactor kafka topic mgmt and move setup to system-update (#14564) 2025-08-27 17:03:56 +05:30
Chris Collins
4e83f951be
fix(forms) Consolidate how we add owners in forms and elsewhere (#14449) 2025-08-26 17:48:10 -04:00
Jesse Jia
df02af2ef7
feat(openapi-v3): Support filter object in scroll API (#14524)
Co-authored-by: jjia <jjia@netflix.com>
2025-08-26 11:25:42 -05:00
rahul MALAWADKAR
88064ba163
chore(deps): fix CVE-2025-48924 (commons-lang:commons-lang) (#14480) 2025-08-23 09:48:29 -05:00
v-tarasevich-blitz-brain
d5cd59a5ee
feat(customHomePage): bring rest of SaaS fixes (#14398)
Co-authored-by: Chris Collins <chriscollins3456@gmail.com>
2025-08-21 15:29:39 -04:00
david-leifker
d1bc40167b
fix(schema-registry): fix internal schema-registry deserialization (#14479) 2025-08-21 13:43:29 -05:00
Andrew Sikowitz
a9fbd6154c
feat(metadata-service/scroll): Support slice on OpenAPI scroll APIs (#14510) 2025-08-20 15:30:17 -07:00
purnimagarg1
6aaaedf43b
feat(summary): add feature flag for asset summary page (#14460)
Co-authored-by: Chris Collins <chriscollins3456@gmail.com>
2025-08-20 17:45:06 -04:00
John Joyce
8ad96399dc
feat(): Add support for generating default venvs in datahub-actions (based on recent version of CLI) (#14491)
Co-authored-by: John Joyce <john@ip-192-168-1-63.us-west-2.compute.internal>
2025-08-19 10:12:55 -07:00
david-leifker
1b730eeb9d
fix(test): fix unit test failures (#14469)
Co-authored-by: Esteban Gutierrez <esteban.gutierrez@acryl.io>
2025-08-15 10:53:39 -05:00
rahul MALAWADKAR
de3c454fd6
chore(deps): fix (commons-collections:commons-collections) (#14425)
Co-authored-by: david-leifker <114954101+david-leifker@users.noreply.github.com>
2025-08-13 10:54:33 -05:00
Gabe Lyons
1fd0578813
feat(platforms): adding abinitio, controlm informatica platform logos (#14438) 2025-08-12 14:08:35 -07:00
Esteban Gutierrez
152806fd16
fix(hazelcast): expose additional DNS resolution knobs (#14424) 2025-08-12 10:34:23 -05:00
Alex
fc1ebecf87
/health -> readiness check (#14341) 2025-08-11 10:42:21 -07:00
v-tarasevich-blitz-brain
dcd6454e45
feat(statsTabV2): bring stats tab v2 to OSS (#13431)
Co-authored-by: Victor Tarasevich <v.tarasevitch@invento.by>
Co-authored-by: Chris Collins <chriscollins3456@gmail.com>
2025-08-11 12:13:49 -04:00
Chakru
afccda66c1
fix(irc): changing prefix for tblproperties (#14402) 2025-08-10 11:19:22 +05:30
v-tarasevich-blitz-brain
d89c5d7ac3
fix(customHomePage): prevent default template deleting through API (#14374) 2025-08-08 14:12:35 -04:00
Chakru
5cb4846363
fix(irc): compute browsepathsv2 for IRC resources (#14393) 2025-08-08 20:52:40 +05:30
v-tarasevich-blitz-brain
19fd17406d
fix(customHomePage): bring fixes from Saas (#14368)
Co-authored-by: Chris Collins <chriscollins3456@gmail.com>
Co-authored-by: purnimagarg1 <139125209+purnimagarg1@users.noreply.github.com>
2025-08-07 14:07:23 -04:00
Chakru
5a8466e789
feat(irc): report tblproperties via dataset properties (#14334) 2025-08-06 19:58:54 +05:30
Chakru
afad56a9a2
feat(irc): report partition key field info (#14332)
Co-authored-by: Piotr Skrydalewicz <piotr.skrydalewicz@gmail.com>
2025-08-06 19:58:28 +05:30
Kevin Chun
39eeeddeb8
fix(openapi): Generic entities upsert applies all changes transaction… (#14340) 2025-08-05 21:29:53 -05:00