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
zheyu001
bf47d65412
feat(ingest/presto-on-hive): enable partition key for presto-on-hive ( #8380 )
2023-08-02 09:53:27 +05:30
Chris Collins
4f961dab2a
fix(ui) Fix broken dataPlatformInstance references in browseV2 ( #8485 )
2023-07-26 20:26:07 +05:30
Joshua Eilers
e0f8e9c944
fix(documentation): remove links from associatedUrn ( #8319 )
2023-06-28 13:42:26 -07: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
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
f0c5ba08b6
fix(ui): Fix tags display name + color in UI for autocomplete, search preview, entity profile ( #7785 )
2023-04-10 15:17:25 -07:00
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
John Joyce
ce33db74fd
refactor(ui): Loading schema dynamically for dataset profile ( #7558 )
...
Co-authored-by: david-leifker <114954101+david-leifker@users.noreply.github.com>
2023-03-21 18:27:31 -07:00
Chris Collins
7a68f11a9f
feat(ui) Build entity doesn't exist page for entity profiles ( #7150 )
2023-01-27 14:36:01 -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
Chris Collins
3de95d013d
fix(ui) Fix parentNodes overfetching everywhere it's used ( #6446 )
...
Co-authored-by: Chris Collins <chriscollins@Chriss-MBP-2-750.lan>
2022-11-15 15:19:23 -08:00
Luis R
83950167b2
feat(frontend): Adding support to show externalUrl and institutionalMemoryFields for MLModels ( #6053 )
...
* adding externalUrl to MLModelProperty graphQL entity
* Adding externalUrl mapping for MLModelProperties
* adding externalUrl to the GraphQL frontend query
* adding institutionalMemory to the MLModel GraphQL query
* mapping externalUrl as property on the tsx template for MLModel
* fixing lint issues on MLModelEntity.tsx
Co-authored-by: Luis Redondo Cañada <luis.redondo@cabify.com>
Co-authored-by: Gabe Lyons <itsgabelyons@gmail.com>
2022-11-14 16:16:55 -08:00
Chris Collins
034f2e9ff3
fix(glossary) Improve business glossary loading performance ( #6208 )
2022-10-14 16:40:52 -04:00
Felix Lüdin
a407e0a370
feat(dashboard): add subTypes aspect to dashboard entity ( #5843 )
...
Co-authored-by: John Joyce <john@acryl.io>
2022-09-18 23:03:38 -07:00
Gabe Lyons
5bf5fc2d66
feat(previews): add previews for glossary terms, tags, and domains ( #5784 )
...
* add graphql for chart glossary terms
* add placeholder tab component
* continued progress
* finished rendering of other tooltips
* fix tests
* add null check
* force more clicks
* fix analytics test
2022-08-31 20:48:32 -07:00
Chris Collins
261163cac8
feat(ui) Retrieve last ingested timestamp and display on frontend ( #5600 )
2022-08-11 17:27:16 -07:00
John Joyce
aa7ae23904
feat(ui): Adding Statistics Summary to Dataset + Dashboard Profiles ( #5440 )
2022-07-19 15:46:43 -07:00
Gabe Lyons
cd147685c7
feat(siblings): allow viewing siblings separately ( #5390 )
...
* allow pulling back curtain for siblings
* sibling pullback working for lineage + property merge
* propagating provinence to ui
* fixups from merge & some renames
* fix styling & add tooltip
* adding cypress tests
* fix lint
* updating mocks
* updating smoke test
* fixing domains smoke test
* responding to comments
2022-07-14 14:23:12 -07:00
John Joyce
39a4ef842d
refactor(ui): Remove unnecessary fields in GraphQL ( #5358 )
2022-07-08 09:19:50 -07:00
Chris Collins
43deb7080a
feat(glossary) Business Glossary updates ( #5026 )
2022-05-29 21:26:07 -07:00
Chris Collins
0c5f844e4f
feat(containers) Get and display all parent containers in header and search ( #4910 )
...
Co-authored-by: Chris Collins <chriscollins@Chriss-MBP.lan>
2022-05-12 21:17:19 -07:00
Chris Collins
e32f22f6bf
feat(dataPlatformInstance) - Resolve and display dataPlatformInstance on entities ( #4867 )
...
Co-authored-by: Chris Collins <chriscollins@Chriss-MBP.lan>
2022-05-09 14:28:50 -07:00
David Sanchez
788fb8f45b
feat(ml): show custom properties for MLFeatureTable in UI ( #4706 )
...
* feat(ml): show custom properties for MLFeatureTable in UI
* Make assignment conditional
* Fix lint
2022-04-21 10:30:49 -07:00
Gabe Lyons
d468208fc8
feat(ml): some machine learning followups ( #4669 )
...
* make ml features searchable, add lineage tab, remove 500 exception
* fix lint
2022-04-14 15:14:44 -07:00
Gabe Lyons
c92990d32b
feat(ml): bringing ml screens up to date w/ the modern ui layout & improving ml lineage ( #4651 )
...
* backend ml changes
* updating ml model UI
* more work on the UI
* ml primary key joining the party
* more progress on UI
* making progress on lineage
* finalizing UI experience
* remove irrelevant test
* fixing lint
* fixups
* add tests and fix what the issues they discovered
* internal > core
2022-04-12 22:42:12 -07:00
John Joyce
45e09ca824
feat(ui): Adding GraphQL queries to fetch entity deprecation status ( #4614 )
2022-04-07 19:17:24 -07:00
Gabe Lyons
540d1b3be5
feat(lineage): hide soft deleted nodes in lineage & adds banner in entity page ( #4410 )
...
* query for custom properties on containers
* updating queries
* hide soft deleted entities in lineage viz
* add banner for soft deleted entities
* fix tests
2022-03-15 11:17:13 -07:00
Gabe Lyons
2903646a15
feat(impact analysis): bugfixes for Impact Analysis ( #4336 )
2022-03-07 14:30:00 -08:00
mayurinehate
92b0e1c7c7
feat(tableau): emit workbook as container entity in tableau source, some minor fixes in tableau source ( #4261 )
2022-03-04 11:52:04 -08:00
Ankit keshari
826abb882e
Added Drawer to show the tag profile data ( #4132 )
2022-02-24 08:33:00 -08:00
John Joyce
74ebbbf94f
fixes(ui): Misc UI fixes + Adding Owners to Search Filters ( #4175 )
2022-02-17 18:48:29 -08:00
John Joyce
da74943485
feat(ui): Edit glossary term descriptions via UI ( #4156 )
2022-02-16 15:01:22 -08:00
John Joyce
169cd4fde9
feat(containers): Adding Containers UI (as demo'd in Jan Townhall) ( #4037 )
2022-02-02 13:51:39 -08:00
John Joyce
27c543a3aa
feat(domains): UI for Asset Domains (p2) ( #3995 )
2022-01-27 22:02:41 -08:00
Thomas Larsson
fe5a1f291a
fix(graphql): support group display name in ownership ( #3979 )
...
Co-authored-by: thomas.larsson <thomas.larsson@klarna.com>
2022-01-26 15:07:56 -08:00
RyanHolstien
5c5dd5bfee
Feature/dynamic platform icons ( #3968 )
2022-01-25 19:03:31 -08:00
John Joyce
534291d3b1
ui: migrate UI to use "properties" field of entity for descriptions ( #3515 )
2021-11-08 16:24:50 -08:00
Gabe Lyons
03bbfd0b2a
fix(react): primary key rendering and small autocomplete issues ( #3347 )
2021-10-08 11:53:01 -07:00
Swaroop Jagadish
0d2454bfb1
feat: add support for specialization of models through subtypes with looker integration ( #3338 )
2021-10-06 23:39:52 -07:00
Swaroop Jagadish
cfc97107e8
feat(ingest): add support for github and looker links in looker views and explores ( #3332 )
2021-10-06 07:13:38 -07:00
Gabe Lyons
08e18868dc
feat(react): show primary keys & foreign keys in the schema ( #3298 )
2021-09-28 22:47:00 -07:00
John Joyce
9f4906ee3f
feat(UI): UI Migration for Charts, Dashboards, Pipelines, Tasks + Glossary Terms and Links for all. ( #3303 )
2021-09-28 10:30:37 -07:00
John Joyce
106be099f3
refactor(graphql): GraphQL Public API Refactor + Documentation ( #3278 )
2021-09-22 17:30:15 -07:00
John Joyce
352a0abf8d
Introducing TimeSeries Aspects + Dataset Profile (Stats) Aspect ( #2983 )
...
Co-authored-by: Dexter Lee <dexter@acryl.io>
Co-authored-by: Harshal Sheth <hsheth2@gmail.com>
Co-authored-by: Ravindra Lanka <rlanka@acryl.io>
Co-authored-by: Shirshanka Das <shirshanka@apache.org>
2021-07-30 17:41:03 -07:00
Gabe Lyons
d9d03c9bd9
feat(ml-model): adding ml models and ml model groups ( #2961 )
2021-07-28 20:39:05 -07:00
Brian
7e2c4d6e44
feat(mlFeatureTable): add graphql, ui/ux for mlFeatureTable, mlFeature, mlPrimaryKey entities ( #2887 )
2021-07-20 11:42:21 -07:00
Brian
eff502b3f7
feat(react): implement visualizing historical versions of dataset schema ( #2855 )
2021-07-09 08:46:38 -07:00