SIENTIAPDE-1312

Update Redis and CoreScouter to incorporate 'fill_missing_tags' parameter in data processing. Adjusted related tests to ensure proper handling of missing tags, enhancing overall functionality and consistency across workflows.
This commit is contained in:
vitor-aignosi
2025-10-21 09:14:41 -03:00
parent bd6474a975
commit 9cc55ea5e7
4 changed files with 29 additions and 9 deletions

View File

@@ -93,7 +93,7 @@ class CoreScouter:
'model_id': input_data['model_id'],
'model_tags': input_data['model_tags'],
'retention_time': input_data['retention_time'],
'fill_missing_tags': input_data.get['fill_missing_tags']
'fill_missing_tags': input_data['fill_missing_tags'],
},
retry_policy=retry_policy,
start_to_close_timeout=timedelta(seconds=60),