Update README, requirements, and E2E tests for improved configuration and functionality - Enhanced the README with updated model configuration examples, including the addition of an alias for production. - Removed the `requirements-light.txt` file and updated `requirements-local.txt` and `requirements.txt` to replace `asyncua` with `opcua`. - Refactored E2E test scenarios to utilize scenario input files for better maintainability and clarity. - Improved test coverage for MinIO offload functionality and added new helper functions for loading scenario inputs. - Updated `values.yaml` to reflect new global configurations and environment variables for the laborious worker.
15 lines
375 B
JSON
15 lines
375 B
JSON
{
|
|
"schedule_name": "test-schedule",
|
|
"model_name": "test_model",
|
|
"model_id": "{{MODEL_ID}}",
|
|
"schema": "predictions_schema",
|
|
"source_table_name": "laborious_data",
|
|
"target_table_name": "drift",
|
|
"interval": 60,
|
|
"drift_metrics": ["kolmogorov_smirnov", "jensen_shannon", "wasserstein"],
|
|
"chunk_period": "min",
|
|
"model_config": {
|
|
"target": "sensor_1"
|
|
}
|
|
}
|