219 Commits

Author SHA1 Message Date
Aditya Radhakrishnan
c20a47f34c
feat(operation): display the reported time for last updated in the UI (#4800) 2022-05-02 16:00:29 -07:00
Chris Collins
0a0db02ae8
feat(tracking) Configure whether mixpanel is enabled with env variable (#4768) 2022-04-29 14:37:19 -07:00
John Joyce
b38d14fa67
fix(ui): Display warning in UI when metadata service auth is disabled. (#4728) 2022-04-22 12:09:05 -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
0c61dee07b
set custom logo without rebuilding (#4674) 2022-04-15 09:37:08 -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
4d7684bae7
show fqn in autocomplete (#4663) 2022-04-13 12:25:35 -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
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
John Joyce
b277048b72
feat(GraphQL): Add data platform query to GraphQL API (#4574) 2022-04-04 17:42:28 -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
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
Gabe Lyons
1d9becad1e
query for custom properties on containers (#4349) 2022-03-08 09:33:55 -08:00
Gabe Lyons
2903646a15
feat(impact analysis): bugfixes for Impact Analysis (#4336) 2022-03-07 14:30:00 -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
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
d96241c4e1
Resign the policy tab (#4232) 2022-03-03 16:02:58 -08:00
John Joyce
dd370798ae
fixing tag color in recs (#4274) 2022-02-28 17:33:54 -08:00
John Joyce
f21569e88f
Adding resolved users and groups to policies (#4272) 2022-02-28 14:08:59 -08:00
RyanHolstien
60e4656f03
fix(graphql): add platform to chart relationship query (#4255) 2022-02-24 22:51:57 -08:00
Ankit keshari
826abb882e
Added Drawer to show the tag profile data (#4132) 2022-02-24 08:33:00 -08:00
Dexter Lee
db8c215c0b
feat(analytics): Improve analytics page by adding more charts regarding metadata ingested (#4176) 2022-02-18 09:38:17 -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
John Joyce
f2f5443d04
feat(Tags/Terms): Backend support for tag & term mutations (#4096) 2022-02-11 07:00:46 -08:00
Gabe Lyons
582ba475db
fix(ui): glossary-terms - fixes add term flow (#4106) 2022-02-09 20:24:11 -08:00
Gabe Lyons
94b6cb9ae9
feat(users): adding user graphql mutation (#4033) 2022-02-02 16:46:10 -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
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
Dexter Lee
2b54475c16
feat(api): Add git-based server version to the UI and config endpoint (#3866)
Co-authored-by: Shirshanka Das <shirshanka@apache.org>
2022-01-11 15:00:57 -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
6436f06d08
feat(autorender): Auto render aspects that don't have frontend components in the UI (#3597) 2021-11-29 21:07:06 -08:00
John Joyce
f49666a230
feat(auth): Metadata Service Authentication! (#3598) 2021-11-22 16:33:14 -08:00
Gabe Lyons
b02cd5fb25
fix(ui): fetch group counts for user profile page (#3575) 2021-11-15 14:50:55 -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
c1ca2977f4
fix(datajobs): fetch dataflow properties from a relationship (#3487) 2021-10-28 17:38:16 -07:00
Gabe Lyons
4b6860efd7
fix subtypes not loading on lineage leaves (#3476) 2021-10-27 17:33:34 -07:00
John Joyce
2f03ad854b
feat(recommendations): Recommendations infra P1 (#3455) 2021-10-26 21:23:08 -07:00