Files
sientia-dataops-scouter_tem…/input_sample.json
vitor-aignosi b01b7c6e42 SIENTIAPDE-1005
Fix
2025-05-19 11:48:38 -03:00

32 lines
752 B
JSON

{
"topic": "opcua",
"schedule_name": "scouter-opcua-pipeline",
"model_name": "Demo Model",
"model_id": 1,
"trigger_laborious": false,
"filters": {
"NULL_VALUES_FILTER": {
"policy": "KEEP"
},
"OUT_OF_BOUNDS_FILTER": {
"policy": "DISCARD"
}
},
"schema": "sientia_data",
"table_name": "laborious_data",
"retention_time": 3600,
"model_tags": {
"Counter": {
"data_range": [0, 50],
"aggr_function": "lts"
},
"Rollout": {
"data_range": [0, 50],
"aggr_function": "mdn"
},
"Square": {
"data_range": [0, 100],
"aggr_function": "avg"
}
}
}