Code import - branch feature/SIENTIAPDE-1646
This commit is contained in:
43
e2e/scenario_inputs/scouter_incremental_load.json
Normal file
43
e2e/scenario_inputs/scouter_incremental_load.json
Normal file
@@ -0,0 +1,43 @@
|
||||
{
|
||||
"workflow_input": {
|
||||
"topic": "e2e-topic",
|
||||
"model_id": "2",
|
||||
"model_name": "Scouter Incremental",
|
||||
"schedule_name": "scouter-incremental",
|
||||
"trigger_laborious": false,
|
||||
"filters": {},
|
||||
"schema": "sientia_data",
|
||||
"table_name": "laborious_data",
|
||||
"retention_time": 3600,
|
||||
"fill_missing_tags": false,
|
||||
"model_tags": {
|
||||
"tag1": {
|
||||
"webid": "webid1",
|
||||
"aggr_func": "avg",
|
||||
"data_range": [0, 100],
|
||||
"frequency": 60000
|
||||
}
|
||||
}
|
||||
},
|
||||
"redis_seed": {
|
||||
"last_data_timestamp": "2024-06-01 10:00:00.000000+0000"
|
||||
},
|
||||
"raw_documents": [
|
||||
{
|
||||
"inserted_at": "2024-06-01 09:00:00.000000+0000",
|
||||
"timestamp": "2024-06-01 09:00:00+0000",
|
||||
"name": "tag1",
|
||||
"value": 1.0,
|
||||
"tag": "webid1"
|
||||
},
|
||||
{
|
||||
"inserted_at": "2024-06-01 11:00:00.000000+0000",
|
||||
"timestamp": "2024-06-01 11:00:00+0000",
|
||||
"name": "tag1",
|
||||
"value": 99.0,
|
||||
"tag": "webid1"
|
||||
}
|
||||
],
|
||||
"expected_newer_count": 1,
|
||||
"expected_last_timestamp": "2024-06-01 11:00:00.000000+0000"
|
||||
}
|
||||
Reference in New Issue
Block a user