Update project configuration and dependencies - Added .mypy_cache and .cursor to .gitignore. - Changed asyncio_default_fixture_loop_scope and asyncio_default_test_loop_scope to "session" in pyproject.toml. - Updated e2e testing dependencies in requirements-dev.txt, replacing fakeredis and mongomock with pytest-httpserver. - Updated requirements.txt to use sientia_do instead of a specific git commit. - Modified sonar-project.properties to remove a file from coverage exclusions. - Enhanced E2E test fixtures in e2e/conftest.py for better container management. - Cleaned up e2e test files related to CoreScouter and PIWebAPIScouter workflows.
24 lines
520 B
JSON
24 lines
520 B
JSON
{
|
|
"workflow_input": {
|
|
"topic": "e2e-topic",
|
|
"model_id": "3",
|
|
"model_name": "Scouter Empty Mongo",
|
|
"schedule_name": "scouter-empty",
|
|
"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
|
|
}
|
|
}
|
|
},
|
|
"raw_documents": []
|
|
}
|