Aseem Bansal
5bfd674f08
fix(owner): last modified on adding owner ( #9553 )
2024-01-09 21:39:15 +05:30
david-leifker
8415fc214b
feat(entity-registry): entity registry plugins ( #9538 )
2024-01-08 14:20:03 -06:00
Shirshanka Das
a8faa172c6
fix(graphql): BatchGetEntitiesResolver respects order ( #9557 )
2024-01-03 16:51:35 -08:00
John Joyce
7b067822bd
feat(gms): Add support for platform-based browse ( #9376 )
...
Co-authored-by: John Joyce <john@Johns-MBP.attlocal.net>
2023-12-18 18:35:02 -08:00
Andrew Sikowitz
16fe22aafa
feat(ui/last-updated): Calculate last updated time as max(properties time, operation time) ( #9242 )
2023-12-06 15:21:56 -05:00
Aseem Bansal
e14474176f
feat(lint): add spotless for java lint ( #9373 )
2023-12-06 11:02:42 +05:30
Pedro Silva
86e0023a4e
feat(ingestion): Adds more advanced configurations for runtime debugging ( #8998 )
2023-10-21 16:20:59 +01:00
Pedro Silva
269c4eac7e
fix(ownership): Corrects validation of ownership type and makes it consistent across graphQL calls ( #9044 )
...
Co-authored-by: Ellie O'Neil <oneile729@gmail.com>
2023-10-18 17:43:05 -07:00
Amanda Hernando
c564abcbf0
feat(auth): add group membership field resolver provider ( #8846 )
...
Co-authored-by: Adrián Pertíñez <khurzak92@gmail.com>
Co-authored-by: Adrián Pertíñez <adrian.pertinez@thoughtworks.com>
2023-10-12 11:38:42 -07: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
david-leifker
b905f26d77
fix(test): fix test execution ( #8889 )
2023-09-22 20:43:57 -05:00
david-leifker
aef49b8fb2
feat(entity-client): enable client side cache for entity-client and usage-client ( #8877 )
2023-09-21 22:00:14 -05:00
david-leifker
21eb4dfc12
feat(search): update to support OpenSearch 2.x ( #8852 )
2023-09-21 13:01:55 -05: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
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
david-leifker
1b79142d9e
feat(EntityService): batched transactions and ebean updates ( #8456 )
2023-09-02 19:25:44 -05:00
Chris Collins
265e2a4e42
feat(ui/graphql) Add ability to sort search results from search results page ( #8595 )
2023-08-09 16:51:06 -04:00
Pedro Silva
a4a8182001
feat(cli): Adds ability to upload recipes to DataHub's UI ( #8317 )
...
Co-authored-by: Indy Prentice <iprentic@users.noreply.github.com>
2023-08-01 17:35:42 -03:00
RyanHolstien
93fde6bf93
feat(io): refactor metadata-io module ( #8306 )
2023-07-20 06:39:14 +05:30
Chris Collins
91cac94ed1
feat(graphql) Prevent duplicate glossary term names within a group ( #8187 )
2023-06-22 15:18:53 -04: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
RyanHolstien
6ce0a248fd
feat(ui): create fast path for immediate processing of ui sourced changes ( #8200 )
...
Co-authored-by: david-leifker <114954101+david-leifker@users.noreply.github.com>
2023-06-15 16:47:13 +05:30
Pedro Silva
460f96d683
fix(ownership): Corrects graphQL resolver for entity operations ( #8219 )
2023-06-13 16:23:36 +01:00
Gabe Lyons
bb4a912d9b
feat(search): adding support for _entityType
filter in the application layer + frontend ( #8102 )
...
Co-authored-by: david-leifker <114954101+david-leifker@users.noreply.github.com>
Co-authored-by: Indy Prentice <iprentic@users.noreply.github.com>
2023-05-30 10:21:33 -07:00
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
Indy Prentice
da33e27784
feat(search): Add AggregateAcrossEntities endpoint ( #8000 )
2023-05-19 21:26:50 +00: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
John Joyce
b46822399c
feat(timeseries): Support sorting timeseries aspects by non-timestampMillis field + fix operations resolver ( #7840 )
2023-04-18 09:10:04 -07:00
Chris Collins
70e60847a2
fix(auto-complete) Pass in views to auto-complete endpoint for filtering ( #7754 )
2023-04-05 16:48:08 +05:30
Chris Collins
ba6426ef61
feat(ui) Update auto-complete functionality and design ( #7515 )
...
Adds in new styles for auto-complete as well as the new functionality around quick filters.
2023-03-27 12:45:38 -04:00
david-leifker
a27f82cae2
fix(search): tags with colons exercises search with urns, must follow… ( #7602 )
2023-03-20 18:07:25 -05:00
david-leifker
72198f98c0
feat(search): searchAcrossEntities/Lineage improvements ( #7550 )
...
Co-authored-by: Shirshanka Das <shirshanka@apache.org>
2023-03-12 18:18:51 -07:00
siladitya
3ce8af169b
feat(graphql): Added GraphQL mappings for the "created" and "lastModified" fields in "DatasetProperties" aspect ( #7463 )
...
Co-authored-by: si-chakraborty <si.chakraborty@adevinta.com>
2023-03-08 11:30:21 -08:00
Aseem Bansal
b203dd2895
fix(analytics): date ranges being queried in charts ( #7444 )
2023-02-27 21:42:40 +05:30
John Joyce
08a215951c
feat(queries): Overhaul Queries Tab ( #7366 )
2023-02-20 11:10:18 -08:00
RyanHolstien
31ee8aacec
fix(search): support searchFlags for GraphQL ( #7346 )
...
Co-authored-by: david-leifker <114954101+david-leifker@users.noreply.github.com>
2023-02-16 13:26:21 -06:00
Sergio Gómez Villamor
2f2eda0951
feat(graphql): enabling graphql for data platform instance aspects ( #7177 )
2023-02-08 14:56:40 -05:00
Aditya Radhakrishnan
c13e7e09f8
feat(lineage): add time filtering for lineage edges ( #7159 )
2023-02-02 15:30:49 -08:00
Chris Collins
8ef25e3980
fix(siblings) Fix editing of schema fields for siblings with unequal schemas ( #7199 )
2023-02-02 14:55:41 -05:00
John Joyce
c150ef04d6
feat(ui): Supporting display of columns and storage count in previews ( #7198 )
2023-02-02 09:38:06 -08:00
david-leifker
39920bb00f
feat(elasticsearch): Elasticsearch improvements ( #6894 )
2023-01-31 18:44:37 -06:00
John Joyce
7c60659307
fix(ui ingest): Fix test connection when stateful ingest is enabled ( #7013 )
2023-01-12 10:33:06 -08:00
Meenakshi Kamalaseshan Radha
d3754ba309
feat(privileges) - Create a privilege to manage glossary children recursively ( #6731 )
...
Co-authored-by: Kamalaseshan Radha <mkamalas@LAMU02DN212MD6R.uhc.com>
Co-authored-by: John Joyce <john@acryl.io>
2023-01-09 16:05:39 -08:00
John Joyce
22ee828236
feat(backend): Supporting Embeddable Previews for Dashboards, Charts, Datasets ( #6875 )
2023-01-03 15:40:39 -08:00
Chris Collins
f559dcc282
feat(lineage) Adds ability to edit lineage manually from the UI ( #6816 )
2022-12-20 10:54:08 -05:00
Aditya Radhakrishnan
80041d7586
fix(posts): add deletePost GraphQL endpoint ( #6813 )
2022-12-20 07:08:34 -08:00
John Joyce
0215245aa3
refactor(ui): Caching Ingestion Secrets ( #6772 )
2022-12-15 16:37:07 -08:00
John Joyce
54230a8d81
feat(): Views Feature Milestone 1 ( #6666 )
2022-12-12 12:30:09 -08:00
Aditya Radhakrishnan
f0f0355a83
feat(onboarding): adds framework and some steps for onboarding steps UI ( #6462 )
...
* feat(onboarding): adds models and API for onboarding steps feature
* feat(onboarding): adds backend for onboarding steps feature
* feat(onboarding): adds framework and some steps for onboarding steps UI
2022-12-07 16:21:55 -08:00
mohdsiddique
f2a83f3074
feat(gms): Pluggable Authentication & Authorization Framework ( #6634 )
2022-12-06 10:22:41 -08:00