Files
sientia-dataops-scouter_tem…/input_sample.json
vitor-aignosi df8a0fc706 SIENTIAPDE-1005
Enhance README and configuration files; add Redis authentication and update workflows
2025-05-16 16:30:43 -03:00

44 lines
1.1 KiB
JSON

{
"topic": "fake_data",
"schedule_name": "scouter-fake-pipeline",
"model_name": "fake_model",
"model_id": 1,
"trigger_laborious": false,
"filters": {
"NULL_VALUES_FILTER": {
"policy": "KEEP"
},
"OUT_OF_BOUNDS_FILTER": {
"policy": "DISCARD"
}
},
"schema": "fake_schema",
"table_name": "fake_table",
"retention_time": 3600,
"model_tags": {
"Temperature Sensor": {
"data_range": [0, 50],
"aggr_function": "lts"
},
"Vibration Meter": {
"data_range": [0, 50],
"aggr_function": "mdn"
},
"Pressure Gauge": {
"data_range": [0, 100],
"aggr_function": "avg"
},
"Flow Meter": {
"data_range": [0, 100],
"aggr_function": "max"
},
"Voltage Sensor": {
"data_range": [0, 100],
"aggr_function": "min"
},
"Current Sensor": {
"data_range": [0, 100],
"aggr_function": "avg"
}
}
}