92 Commits

Author SHA1 Message Date
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
Shubham Thakre
fd3723ac7e
Feature/modal-validation-and-UI-fixes-updates (#4439) 2022-03-23 13:35:45 -07:00
Gabe Lyons
1ab3ad3986
feat(gql): make gql layer resistant to unresolvable relationships (#4424)
* query for custom properties on containers

* dont break gql if fine grained lineage is present
2022-03-16 14:19:10 -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
John Joyce
ecd263b0d2
feat(*): Support setting owner type when assigning ownership (#4354) 2022-03-14 11:14:32 -07:00
Gabe Lyons
2903646a15
feat(impact analysis): bugfixes for Impact Analysis (#4336) 2022-03-07 14:30:00 -08:00
John Joyce
7efc88e389
Minor ui fixes (#4325) 2022-03-06 20:45:19 -08:00
Dexter Lee
18dd5b6c13
feat(Impact Analysis): Support impact analysis to check all downstreams of given entity (#4322) 2022-03-04 16:10:25 -08:00
Aditya Radhakrishnan
08aab88553
fix(tags) - map tags to globalTags for entities (#4310) 2022-03-04 12:28:12 -08:00
John Joyce
902929293d
fix(ui) Misc UI fixes & styling improvements. (#4311) 2022-03-04 12:19:37 -08:00
John Joyce
9f1c5a8f75
feat(assertions): Adding Assertions Entity & Great Expectations BETA (#4305) 2022-03-04 11:51:31 -08:00
John Joyce
5cb02319c6
feat(ui): Introducing New group profile (#4308) 2022-03-03 18:04:48 -08:00
Ankit keshari
1438abfdac
Fixed the UI issue: Height issue of editor and The Spacing issue between logo and description (#4300) 2022-03-03 14:19:46 -08:00
Ankit keshari
826abb882e
Added Drawer to show the tag profile data (#4132) 2022-02-24 08:33:00 -08:00
John Joyce
b08784e27a
minor fixes(ui): Small UI display fixes (#4190) 2022-02-18 10:12:30 -08:00
John Joyce
74ebbbf94f
fixes(ui): Misc UI fixes + Adding Owners to Search Filters (#4175) 2022-02-17 18:48:29 -08:00
Ankit keshari
e3599c521c
UI Fix: Modal close on Enter press, autofocus on modal, added split panel, alignment of button (#4155) 2022-02-16 15:00:54 -08:00
John Joyce
f2f5443d04
feat(Tags/Terms): Backend support for tag & term mutations (#4096) 2022-02-11 07:00:46 -08:00
Ankit keshari
a0a2e02c5c
Fixed auto complete pr coments (#4072) 2022-02-08 20:59:52 -08:00
John Joyce
3668de85e0
Fixing domains double icon on profile (#4093) 2022-02-08 15:21:07 -08:00
Gabe Lyons
306fe0b5ff
fix(terms): fix removing terms from schema field & add cypress tests to cover these flows (#4091) 2022-02-08 12:27:09 -08:00
Aseem Bansal
452d2c22b5
fix(analytics): fix missing events from UI (#4026) 2022-02-07 09:22:59 -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
ea271711bb
fix(groups): Fix UI encoding of groups with spaces in urns (#4021) 2022-02-01 10:47:45 -08:00
Lal Rishav
ff367c0410
feat(ui): business glossary - add tabular schema and move to new UI components (#3813) 2022-01-31 11:21:06 -08:00
John Joyce
27c543a3aa
feat(domains): UI for Asset Domains (p2) (#3995) 2022-01-27 22:02:41 -08:00
John Joyce
271784c9c1
feat(ui): UI-based ingestion (as featured in Dec Townhall) (#3975) 2022-01-27 10:33:12 -08:00
Gabe Lyons
eac3c62667
feat(embedded search results): support custom endpoints in embedded search result (#3986) 2022-01-27 07:58:24 -08:00
RyanHolstien
5c5dd5bfee
Feature/dynamic platform icons (#3968) 2022-01-25 19:03:31 -08:00
John Joyce
3d12531e44
COMMON: Making DocumentationTab use updateDescription mutation (#3935) 2022-01-21 08:45:53 -08:00
Shubham Thakre
7afcb75baf
feat(ui): stats - Improve table stats readability (#3889) 2022-01-21 07:58:45 -08:00
John Joyce
b32975d6db
refactor(gql/ui): Misc refactorings (#3921) 2022-01-19 17:02:17 -08:00
Gabe Lyons
bb0943f2e5
feat(ui): lineage - allow for expanding of lineage node titles in the lineage explorer (#3856) 2022-01-07 17:29:15 -08:00
Aditya Radhakrishnan
c3e98645a2
feat(ingest): operational stats - show last updated for sql usage sources (#3845) 2022-01-07 17:27:09 -08:00
Gabe Lyons
3860205f00
fix header height (#3784) 2021-12-21 17:59:07 -08:00
Gabe Lyons
1056058543
encode square brackets (#3709) 2021-12-09 16:51:29 -08:00
Gabe Lyons
2f6fca169a
fix(ui): fix bug where key/value toggle would appear on schema tabs with no fields (#3643) 2021-11-30 18:15:46 -08:00
Gabe Lyons
6436f06d08
feat(autorender): Auto render aspects that don't have frontend components in the UI (#3597) 2021-11-29 21:07:06 -08:00
Robert Scriva
dc0d63ae14
fix(ui): add default monospace font to font-family in the entity tabs (#3600) 2021-11-20 14:11:10 -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
Lal Rishav
a5ec592f1b
feat(ui): add tooltip for owner category (#3470) 2021-11-03 10:43:33 -07:00
Gabe Lyons
9d8d99729c
fix(fk): fix foreign key styling with modals (#3500) 2021-11-02 22:55:45 -07:00
Gabe Lyons
b6575ded1c
fix(ui): trim whitespace when resolving foreign keys (#3485) 2021-10-28 23:15:30 -07:00
Gabe Lyons
c1ca2977f4
fix(datajobs): fetch dataflow properties from a relationship (#3487) 2021-10-28 17:38:16 -07:00
John Joyce
2f03ad854b
feat(recommendations): Recommendations infra P1 (#3455) 2021-10-26 21:23:08 -07:00
Gabe Lyons
37394207a4
fix(react): fix up yarn test error reporting (#3462) 2021-10-26 12:13:53 -07:00
John Joyce
a52711472e
Fixing UI username display (#3461) 2021-10-26 12:00:08 -07:00
Gabe Lyons
2f8145496b
fix(browse): disable breadcrumb links on non-browsable entities (#3447) 2021-10-25 14:06:39 -07:00
Gabe Lyons
0bb8f684b8
feat(lineage): improved lineage performance + simplified layout logic + some easter eggs (#3357) 2021-10-22 15:46:46 -07:00