GitHub user whhe opened a pull request:
https://github.com/apache/incubator-griffin/pull/206
modify the format of Metric DTO
Add 'type' field to Metric DTO, which corresponds to the DQ type of the
related measure.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/whhe/incubator-griffin master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-griffin/pull/206.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #206
----
commit adc5aa71d2551b3c6b67765a4f3063ba0d7daca3
Author: He Wang <wanghechn@...>
Date: 2018-02-02T05:07:29Z
add dqType as 'type' field of Metric DTO
commit 9af36ef162137d38b460ac168a31e2fb08aa344d
Author: He Wang <wanghechn@...>
Date: 2018-02-02T05:19:53Z
change response of addJob method
----
---