You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@griffin.apache.org by "Xueling Fan (Jira)" <ji...@apache.org> on 2021/02/02 09:15:00 UTC

[jira] [Created] (GRIFFIN-356) GET jobs API not working after publishing DQ

Xueling Fan created GRIFFIN-356:
-----------------------------------

             Summary: GET jobs API not working after publishing DQ
                 Key: GRIFFIN-356
                 URL: https://issues.apache.org/jira/browse/GRIFFIN-356
             Project: Griffin
          Issue Type: Bug
            Reporter: Xueling Fan


Hi Team,

I published a measure with request like this:
{
    "name": "publish_measure",
    "metric.name": "publish_metric",
    "measure.type": "external",
    "description": "for test",
    "dq.type": "ACCURACY",
    "owner": "test"
}
After that I was trying to list all the jobs using GET API, but it gave me this response:
{
    "timestamp": 1612256403547,
    "status": 400,
    "error": "Bad Request",
    "code": "40011",
    "message": "We don't support such measure type.",
    "path": "/api/v1/jobs"
}
It will show all the jobs if I delete the PUBLISH measure I created before.
 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)