SIENTIAPDE-1312

SIENTIAPDE-1318: Add 'fill_missing_tags' parameter to CoreScouter for enhanced tag handling in data processing. This update allows for the specification of missing tags during workflow execution.
This commit is contained in:
vitor-aignosi
2025-10-21 09:01:08 -03:00
parent 4bd29ae0d7
commit bd6474a975

View File

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