397 Commits

Author SHA1 Message Date
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
f9e64d03cc
feat(auth): view authorization (#10066) 2024-03-23 06:15:36 -05:00
poorvi767
c1f6efae67
feat(models) : Joins (Datasets) schema, resolvers and UI (#8325)
Co-authored-by: Raj Tekal <rtekal@gmail.com>
Co-authored-by: Raj Tekal <rtekal@users.noreply.github.com>
Co-authored-by: Raj Tekal <varadaraj_tekal@optum.com>
Co-authored-by: Chris Collins <chriscollins3456@gmail.com>
2024-03-20 10:26:25 -04:00
Harshal Sheth
4155a621a6
feat(ingest/dbt): capture both raw and compiled code (#10026) 2024-03-12 12:54:03 -07: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
Pedro Silva
21ecb7170f
feat(policies): Make policies searchable by privilege, type, status or editable fields (#9877) 2024-02-26 15:57:01 +00:00
Andrew Sikowitz
639dd146d7
feat(models): Add subtypes aspect to dataFlow (#9866) 2024-02-23 11:23:12 -08:00
david-leifker
62f2789724
feat(structured-properties): soft delete (#9812) 2024-02-21 18:16:42 -06:00
Andrew Sikowitz
37952036ad
feat(models,ui): Support query nodes in lineage (#9850) 2024-02-15 08:58:25 -05:00
John Joyce
0328f854e8
feat(): Adding supports for data incidents for datasets, dashboards, charts, data jobs, data flows (#9710)
Co-authored-by: John Joyce <john@ip-192-168-1-149.us-west-2.compute.internal>
Co-authored-by: John Joyce <john@Johns-MBP.attlocal.net>
Co-authored-by: John Joyce <john@Johns-MacBook-Pro.local>
2024-02-14 09:06:21 -08:00
Chris Collins
ea4a9b281b
feat(forms) Extend forms support to other entity types (#9801) 2024-02-13 15:02:52 -05:00
Chris Collins
8490ea29c6
fix(forms) Set form prompts default not required (#9820) 2024-02-13 09:59:15 -05:00
Chris Collins
5d23b796f4
feat(structured-props) Extend structured props support to other entity types (#9780) 2024-02-08 12:21:05 -05:00
Chris Collins
54f85503f9
feat(forms) Update form model to include searchable on actor assignment (#9747) 2024-01-31 10:15:34 -05:00
Shirshanka Das
1d06d38b68
feat(platform): add support for via nodes (#9733) 2024-01-29 16:03:27 -08:00
Davi Arnaut
23277f8dc4
fix(oidc settings): effective JWS algorithm setting (#9712) 2024-01-24 17:36:30 -08: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
Pedro Silva
4138b2f724
feat(roles): Add support for roles in groups in GMS (#9659)
Co-authored-by: Aseem Bansal <asmbansal2@gmail.com>
2024-01-19 11:48:12 +00:00
RyanHolstien
7a788240c1
feat(spring): update spring to version 6 and spring boot to version 3 (#9567) 2024-01-11 13:44:06 -06:00
RyanHolstien
651998de44
feat(frontend): align frontend sso code with refactors (#9506) 2023-12-26 14:34:10 -06:00
RyanHolstien
6a16935728
fix(operations): fix get index sizes integer wrap (#9450) 2023-12-15 11:23:04 -06:00
John Joyce
ff0570edac
refactor(ui): Minor improvements & refactoring (#9420) 2023-12-13 17:12:48 -08:00
Aseem Bansal
e14474176f
feat(lint): add spotless for java lint (#9373) 2023-12-06 11:02:42 +05:30
John Joyce
14a463b1ce
feat(ui): Supporting subtypes for data jobs (#9361)
Co-authored-by: Andrew Sikowitz <andrew.sikowitz@acryl.io>
2023-12-01 15:53:01 -08:00
Harshal Sheth
a7dc9c9d22
feat(sdk): autogenerate urn types (#9257) 2023-11-30 18:11:36 -05:00
John Joyce
f87983d69d
refactor(pdl): Refactoring Assertion model enums out (#9191)
Co-authored-by: Harshal Sheth <hsheth2@gmail.com>
2023-11-08 13:29:37 -08:00
Gabe Lyons
332d4afaab
feat(subtypes): support subtypes for charts in the UI (#9186) 2023-11-08 10:22:09 -08:00
Pedro Silva
86e0023a4e
feat(ingestion): Adds more advanced configurations for runtime debugging (#8998) 2023-10-21 16:20:59 +01:00
Andrew Sikowitz
93958302d5
feat(models/assertion): Add SQL Assertions (#8969) 2023-10-08 13:26:48 -04:00
Harshal Sheth
817c371fbf
feat: data contracts models + CLI (#8923)
Co-authored-by: Shirshanka Das <shirshanka@apache.org>
Co-authored-by: John Joyce <john@acryl.io>
2023-10-04 20:11:06 -07:00
Chris Collins
85fa5a1c4f
feat(ui/java) Update domains to be nested (#8841)
Allow the ability to now nest domains underneath other domains. This should work much like the business glossary where you can add domains underneath other domains, move domains underneath other domains or at the root, and navigate domains using a nice new navigator.
2023-09-18 16:14:33 -04:00
david-leifker
56c00f5586
feat(openapi): entity endpoints & analytics raw (#8537) 2023-09-07 17:09:52 -05:00
John Joyce
94fa514700
feat(systemMetadata): Adding a lastRunId field system metadata (#8672)
Co-authored-by: Aseem Bansal <asmbansal2@gmail.com>
Co-authored-by: Indy Prentice <iprentic@users.noreply.github.com>
2023-09-06 14:51:03 -03:00
Harshal Sheth
1282e5bf93
feat(systemMetadata): add pipeline names to system metadata (#8684) 2023-08-30 13:19:28 -07:00
Chris Collins
b6141f5fff
feat(java/ui) Add search suggestions to our search experience (#8710) 2023-08-24 18:02:22 -04:00
Chris Collins
a4cb81cc43
fix(java) Use alias for name search sorting and fix missing mappings (#8648) 2023-08-23 19:30:14 -04:00
david-leifker
655914841b
fix(docker): misc docker fixes (#8677) 2023-08-22 10:38:08 +05:30
Indy Prentice
8cf299aeb4
feat(search): Add word gram analyzer for name fields (#8611)
Co-authored-by: Indy Prentice <indy@Indys-MacBook-Pro.local>
2023-08-21 15:33:10 -03:00
Sheerapthinath
e53d220961
feat(ingest): datamodel to ingest organisation role metadata for a dataset (#8267)
Co-authored-by: John Joyce <john@acryl.io>
2023-07-11 20:17:57 -07:00
skrydal
cfa864e418
feat(auth): Fine grained ownership policies (#7499)
Co-authored-by: davidlacedonia <davidlacedonia@gmail.com>
Co-authored-by: John Joyce <john@acryl.io>
2023-07-03 09:44:22 -07:00
Chris Collins
a36b9ed04f
fix(ingestion) Fixes producing MAE events with browsePathsV2 aspect (#8304) 2023-06-27 14:38:51 +05:30
Aseem Bansal
78ae6e3d1e
feat(search): add search annotations for profile aspect (#8282) 2023-06-23 17:55:05 +05:30
Indy Prentice
3a0b2ed0e9
feat(elasticsearch): Add endpoint for getting the size of timeseries indices (#8265)
enabling auto-merge as flaky tests succeeded on the first run
2023-06-21 16:47:13 +00:00
Chris Collins
ed2159bc36
feat(ui) Update Search & Browse to be a unified experience (#8235)
Co-authored-by: Josh Eilers <josh.eilers@acryl.io>
2023-06-21 13:40:07 +05:30
Pedro Silva
ea92b86e6a
feat(custom ownership): Adds Custom ownership types as a top level entity (#8045)
Co-authored-by: david-leifker <114954101+david-leifker@users.noreply.github.com>
2023-05-26 17:54:09 +01:00
Shubham Jagtap
8cc6606e68
feat(ingestion/kafka): add description in dataset properties (#7974)
Co-authored-by: Harshal Sheth <hsheth2@gmail.com>
Co-authored-by: MohdSiddiqueBagwan <mohdsiddique.bagwan@gslab.com>
Co-authored-by: mohdsiddique <mohdsiddiquebagwan@gmail.com>
2023-05-17 11:03:08 -07:00
Shirshanka Das
b3c790aab6
feat: Add support for Data Products (#8039)
Co-authored-by: Chris Collins <chriscollins3456@gmail.com>
2023-05-17 07:17:25 +00:00
Andrew Sikowitz
7ba2d13087
refactor(ingest): Make get_workunits() return MetadataWorkUnits (#8051)
- Deprecates UsageAggregationClass, /usageStats?action=batchIngest, UsageStatsWorkUnit
- Removes parsing of UsageAggregationClass in file source, all sinks, and WorkUnitRecordExtractor
2023-05-17 00:01:57 -04:00
John Joyce
da528da19b
feat(models): Adding searchable for chart and dashboard url (#8002) 2023-05-10 10:53:25 -07:00