SIENTIAPDE-1445

Add debug print statement in gather_read_tags function to log workflow type and read tags for better traceability.
This commit is contained in:
vitor-aignosi
2025-12-18 11:29:33 -03:00
parent 38684071a5
commit 4a672745c5

View File

@@ -405,6 +405,7 @@ def gather_read_tags(pipelines: list[dict[str, Any]]) -> dict[str, Any]:
# Get all read tags from pipelines
for pipeline in pipelines:
print("asdddddddddddddddddddddddddd", pipeline['workflow_type'], pipeline.get('read_tags', []))
if pipeline['workflow_type'] != 'scouter':
continue