Aditya Radhakrishnan
ae333b1d6d
fix(blame): make view blame prior to button work properly ( #4810 )
2022-05-03 12:18:06 -07:00
Aditya Radhakrishnan
b09e61eedb
feat(blame) - add schema history blame UI ( #4793 )
2022-05-02 17:28:47 -07:00
Chris Collins
0a0db02ae8
feat(tracking) Configure whether mixpanel is enabled with env variable ( #4768 )
2022-04-29 14:37:19 -07:00
RyanHolstien
65fb49f4b4
feat(versionedDataset): adds a versionStamp to timeline response & adds versionStamp param to dataset graphql ( #4727 )
2022-04-29 12:04:38 -07:00
Aditya Radhakrishnan
58b456c27d
feat(analytics): display glossary term percentage coverage ( #4782 )
2022-04-29 12:02:57 -07:00
Dexter Lee
980c0550de
fix(policies): Re-revert the policies fix + ingest documents directly to search ( #4733 )
2022-04-25 18:45:01 -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
Dexter Lee
3584d64f1c
Revert "fix(policy): Use search to fetch all policies ( #4713 )" ( #4725 )
...
This reverts commit 8185ba441cf9266c3c811f2d0b13cdd38b7df6ba.
2022-04-22 10:05:41 -07:00
Dexter Lee
8185ba441c
fix(policy): Use search to fetch all policies ( #4713 )
...
* fix(policy): Use search to fetch all policies
* Add updated timestamp
* Change refetching logic and add timeout
* Increase wait on smoke test
2022-04-21 22:15:11 -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
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
060f965577
fix(ui): Fix dashboard tags display ( #4611 )
2022-04-07 19:17:12 -07:00
Fernando Falci
5d7d4c5d92
docs(GraphQL): fix typo ( #4605 )
2022-04-07 09:52:15 -07:00
John Joyce
7080798825
feat(metadata-service): Supporting a configurable Authorizer Chain ( #4584 )
2022-04-06 19:13:39 -07:00
John Joyce
bc1c06069a
Adding PRE to graphql ( #4582 )
2022-04-05 11:29:06 -07:00
John Joyce
b277048b72
feat(GraphQL): Add data platform query to GraphQL API ( #4574 )
2022-04-04 17:42:28 -07:00
John Joyce
c69310522b
feat(metadata service): Introducing Platform Events ( #4477 )
2022-03-29 18:32:04 -07:00
mayurinehate
e2723bc981
feat(assertion): update python example, assertion entity doc ( #4507 )
2022-03-29 13:25: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
Xu Wang
34b36c0fe1
feat(notebook): graphqul related logic change for notebook ( #4468 )
...
* feat(notebook) graphqul related logic change for notebook
* resolve pr comments
1. add dataPlatformInstance aspect support
2. make NotebookCell required
* resolve :datahub-graphql-core:checkstyleMain failure
Co-authored-by: Xu Wang <xu.wang@grandrounds.com>
2022-03-28 13:52:41 -07:00
Kevin Neville
d8e6f890a9
fix: Replace old repository link with new link ( #4446 )
2022-03-18 14:12:19 -07:00
Gabe Lyons
2d82531a1d
fix(no-code metadata models in ui): fixes bug with rendering renderSpec aspects ( #4430 )
...
* fix weakly typed aspects after batchgetv2 change
* remove spurious models
2022-03-16 17:03:43 -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
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
Aditya Radhakrishnan
23404f9c35
fix(containers) - configure domain resolver for containers ( #4404 )
2022-03-14 11:09:05 -07:00
Dexter Lee
fab9c23aa5
fix(removed): Make sure removed entities do not appear on recommendations ( #4353 )
2022-03-10 18:45:08 -08:00
John Joyce
870407b8f9
fix(ui): Supporting unknown data platform type ( #4361 )
2022-03-09 20:06:02 -08:00
leifker
8bd1db8c1f
feat(build): upgrade to gradle 6 for toolchain to support java 11 ( #4340 )
2022-03-09 13:31:16 -08:00
Gabe Lyons
1d9becad1e
query for custom properties on containers ( #4349 )
2022-03-08 09:33:55 -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
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
e64e71ee72
docs(readmes): Update module READMEs to reflect the current state of the world ( #4294 )
2022-03-03 14:20:35 -08:00
John Joyce
f21569e88f
Adding resolved users and groups to policies ( #4272 )
2022-02-28 14:08:59 -08:00
Aseem Bansal
b2c3084063
feat(ingest): add option to copy URN, fix graphql docs ( #4209 )
2022-02-25 16:32:46 -08:00
John Joyce
dd8e1f16cd
Adding group ownership ( #4219 )
2022-02-22 19:40:17 -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
93befda8cf
feat(groups): Adding editable group properties in the backend ( #4166 )
2022-02-17 22:47:59 -08:00
John Joyce
da74943485
feat(ui): Edit glossary term descriptions via UI ( #4156 )
2022-02-16 15:01:22 -08:00
RyanHolstien
a251d589ed
Feature/oss/update to v2 endpoints ( #4128 )
2022-02-15 14:37:05 -08:00
Gabe Lyons
3a537189e8
Update README.md ( #4139 )
2022-02-15 09:28:16 -08:00
John Joyce
f2f5443d04
feat(Tags/Terms): Backend support for tag & term mutations ( #4096 )
2022-02-11 07:00:46 -08:00
John Joyce
0f56bc5d48
Adding extra properties to corp user editable info ( #4097 )
2022-02-09 08:58:40 -08:00
John Joyce
8002fd8eb6
feat(deprecation): Entity Deprecation Backend ( #4073 )
2022-02-08 15:28:32 -08:00