| ... | ... | @@ -3,6 +3,7 @@ title: 'MQTT Topic: data_parsed' |
|
|
|
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
`data_parsed`
|
|
|
|
=============
|
|
|
|
|
| ... | ... | @@ -31,8 +32,8 @@ The following message is send to run a QaQc setup for a defined chunk of data. |
|
|
|
"version": 2,
|
|
|
|
"project_uuid": <UUID>, # UUID of a project
|
|
|
|
"qc_settings_name": <STRING>, # the name of a QC Settings
|
|
|
|
"start-date": <DT-STRING> # start date of the data to process
|
|
|
|
"end-date": <DT-STRING> # end date of the data to process
|
|
|
|
"start_date": <DT-STRING> # start date of the data to process
|
|
|
|
"end_date": <DT-STRING> # end date of the data to process
|
|
|
|
}
|
|
|
|
```
|
|
|
|
|
| ... | ... | |
| ... | ... | |