From ec3df522f77f7e12b06a6c140b98d2dce6b3fafe Mon Sep 17 00:00:00 2001 From: vitor-aignosi Date: Fri, 29 Aug 2025 15:36:11 -0300 Subject: [PATCH] SIENTIAPDE-1182 Remove input_sample.json configuration file as part of project cleanup. --- input_sample.json | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 input_sample.json diff --git a/input_sample.json b/input_sample.json deleted file mode 100644 index 9fffe37..0000000 --- a/input_sample.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "schedule_name": "scouter-opcua-pipeline", - "model_name": "Demo Model", - "model_id": 1, - "query": "SELECT * FROM sientia_data.laborious_data order by \"timestamp\" desc limit 30;", - "schema": "sientia_data", - "table_name": "predictions", - "retention_time": 3600, - "model_retention": 120, - "path_priority": ["STOP", "CONTINUE", "REPEAT"], - "input_filters": { - "SPECIFIC_VARIABLES_NULL_VALUES": { - "POLICY": "STOP", - "VARIABLES": ["Counter"] - }, - "EMPTY_DATA": { - "POLICY": "STOP" - } - }, - "mlflow_transform_filters": { - "API_ERROR": { - "POLICY": "CONTINUE" - }, - "NAN_VALUES": { - "POLICY": "CONTINUE" - } - }, - "mlflow_predict_filters": { - "API_ERROR": { - "POLICY": "CONTINUE" - } - }, - "opc_output_config": {} -} \ No newline at end of file