Is this the right fix? If I'm reading this PR correctly changes the API to expect the following sort of body:
```
{
"run_id": "abc",
"conf": "{\"my_conf\": \"foo\"}
}
```
As it currently stands we could instead use the much simpler:
```
{
"run_id": "abc",
"conf": {"my_conf": "foo"}
}
```
[ Full content available at:
https://github.com/apache/incubator-airflow/pull/2334 ]
This message was relayed via gitbox.apache.org for [email protected]
