SIENTIAPDE-1182
Update environment variables in values.yaml and enhance predictions_batch function in orchestrator_functions.py - Changed GITHUB_BRANCH to reflect the new task for adjusting laborious processes to capture timestamps from MLflow. - Added a new filter configuration for handling empty data in the predictions_batch function to improve error management.
This commit is contained in:
@@ -200,6 +200,10 @@ def predictions_batch(config: dict[str, Any]):
|
|||||||
}
|
}
|
||||||
}, config.get('input_filters', [])),
|
}, config.get('input_filters', [])),
|
||||||
"mlflow_transform_filters": overlap_filter_config({
|
"mlflow_transform_filters": overlap_filter_config({
|
||||||
|
"EMPTY_DATA": {
|
||||||
|
"policy": "STOP",
|
||||||
|
"config": {}
|
||||||
|
},
|
||||||
"API_ERROR": {
|
"API_ERROR": {
|
||||||
"policy": "STOP",
|
"policy": "STOP",
|
||||||
"config": {}
|
"config": {}
|
||||||
|
|||||||
@@ -151,7 +151,7 @@ env:
|
|||||||
- name: GITHUB_REPO_URL
|
- name: GITHUB_REPO_URL
|
||||||
value: "git@github.com:Aignosi/sientia-dataops-orchestrator_temporal.git"
|
value: "git@github.com:Aignosi/sientia-dataops-orchestrator_temporal.git"
|
||||||
- name: GITHUB_BRANCH
|
- name: GITHUB_BRANCH
|
||||||
value: "SIENTIAPDE-1205-alterar-opc-para-assincrono"
|
value: "SIENTIAPDE-1182-ajustar-laborious-para-pegar-timestamp-da-resposta-do-mlflow"
|
||||||
- name: PYTHON_APP
|
- name: PYTHON_APP
|
||||||
value: "orchestrator.worker.worker"
|
value: "orchestrator.worker.worker"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user