SIENTIAPDE-1005

Fix
This commit is contained in:
vitor-aignosi
2025-05-19 11:48:38 -03:00
parent 9b715ea8c9
commit b01b7c6e42
3 changed files with 12 additions and 22 deletions

View File

@@ -1,7 +1,7 @@
{
"topic": "fake_data",
"schedule_name": "scouter-fake-pipeline",
"model_name": "fake_model",
"topic": "opcua",
"schedule_name": "scouter-opcua-pipeline",
"model_name": "Demo Model",
"model_id": 1,
"trigger_laborious": false,
"filters": {
@@ -12,31 +12,19 @@
"policy": "DISCARD"
}
},
"schema": "fake_schema",
"table_name": "fake_table",
"schema": "sientia_data",
"table_name": "laborious_data",
"retention_time": 3600,
"model_tags": {
"Temperature Sensor": {
"Counter": {
"data_range": [0, 50],
"aggr_function": "lts"
},
"Vibration Meter": {
"Rollout": {
"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": {
"Square": {
"data_range": [0, 100],
"aggr_function": "avg"
}