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
Tamas Nemeth
902f525307
[model]: Dataprocess instance entity to model datajob/jobflow runs ( #4459 )
...
* Initial model for dataprocess instance to model datajob/jobflow runs
* Fixing typos
* Removing dataprocessinstance from entity registry
* Add dataprocessinstance to entity registry
Adding DataprocessInstancekey aspect
* Fixing relationships
* Updating the model
* Removing EditableDataProcessInstanceProperties
* Makint try number optional
* Updating model
* Fixing typo
* visualizing job runs for a task
* add pagination
* show utc time on hover
* add dataset side
* dataprocessinstance > dataprocessinst
* add cypress test
* Removing jobs from DataFlowInfo.pdl as it should be part of another change if we really want it
* Adding missing files
* Fix moved import
* Remove duplicate import
* fixing yarn test
* Update DatasetRunsResolver.java
* Update TaskRunsResolver.java
* Update DatasetRunsResolver.java
* responding to comments
Co-authored-by: Gabe Lyons <itsgabelyons@gmail.com>
Co-authored-by: John Joyce <john@acryl.io>
2022-04-12 08:52:07 +02: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
9e06f66b2b
feat(lineage): show fully qualified dataset name on expansion ( #4562 )
...
* show fully qualified dataset name on expansion
* also pull qualified name
2022-04-01 10:37:51 -07:00
Dexter Lee
df69e76289
feat(policy): Add domain based and view based policies ( #4516 )
...
* Add domain based policy and view based policy
* Add new files
* Fix issue
* Fix comment on markdown
* Fix to John's comments
* Update policies.md
* Remove comments
* Fix to John's comments
* Fix policy details page
* Add back notebook privileges
* Fix graphql
Co-authored-by: John Joyce <john@acryl.io>
2022-03-29 12:02:22 -07:00
darapuk
c9b40ec1ca
fix: Update GroupProfile to read from properties over deprecated info aspect ( #4475 )
2022-03-24 12:46:58 -07:00
Shubham Thakre
fd3723ac7e
Feature/modal-validation-and-UI-fixes-updates ( #4439 )
2022-03-23 13:35:45 -07:00
Gabe Lyons
4c1d04910b
enabling ml tabs ( #4471 )
2022-03-23 07:12:22 -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
a453ebf02d
feat(autocomplete): Show recent searches + improved autocomplete ( #4400 )
2022-03-14 14:07:49 -07:00
John Joyce
ecd263b0d2
feat(*): Support setting owner type when assigning ownership ( #4354 )
2022-03-14 11:14:32 -07:00
Gabe Lyons
0e4a26b2a9
fix(ui): some small ui fixes for lineage ( #4381 )
...
* query for custom properties on containers
* small lineage ui nits
2022-03-10 15:23:47 -08:00
Ankit keshari
4037d49777
Fixed the Small Project issue ( #4343 )
2022-03-08 12:25:05 -08: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
John Joyce
b48b215528
Correct display name for users in UI ( #4323 )
2022-03-04 16:08:38 -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
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
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
Mert Tunç
78cb1941c8
feat(react): add pagination to group ownerships ( #4199 )
2022-02-22 19:07:21 -08:00
John Joyce
b08784e27a
minor fixes(ui): Small UI display fixes ( #4190 )
2022-02-18 10:12:30 -08:00
Shubham Thakre
8167cbd432
minor ui fixes ( #4181 )
2022-02-17 21:08:12 -08:00
John Joyce
74ebbbf94f
fixes(ui): Misc UI fixes + Adding Owners to Search Filters ( #4175 )
2022-02-17 18:48:29 -08:00
Shubham Thakre
413990d3e8
Feature/users and groups UI updated as per new design ( #4134 )
2022-02-17 10:27:07 -08:00
John Joyce
da74943485
feat(ui): Edit glossary term descriptions via UI ( #4156 )
2022-02-16 15:01:22 -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
Gabe Lyons
9d3bc82882
make schema tab no longer default for glossary term ( #4080 )
2022-02-08 11:32:54 -08:00
Aseem Bansal
452d2c22b5
fix(analytics): fix missing events from UI ( #4026 )
2022-02-07 09:22:59 -08:00
John Joyce
c8922b39d6
feat(container): Add domains aspect to container. ( #4059 )
2022-02-04 10:18:53 -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