From 1a16a17267e4102b0d60c7e3065de344f41a9c2f Mon Sep 17 00:00:00 2001 From: vitor-aignosi Date: Fri, 29 Aug 2025 16:57:27 -0300 Subject: [PATCH] SIENTIAPDE-1084 Remove quality filters from the CoreScouter Workflow flowchart in README.md to enhance clarity and focus on the main data processing steps. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index b45c2ed..08853ab 100644 --- a/README.md +++ b/README.md @@ -146,7 +146,6 @@ The **CoreScouter** workflow implements the core data processing pipeline for in flowchart LR A[1. data_quality_gate] --> B[2. aggregate_data] --> C[3. group_and_hold_data] --> D[4. export_data_to_postgres] --> E[5. write_metrics] - A -.-> Filters[Quality Filters] B -.-> Redis1[(Redis)] C -.-> Redis2[(Redis)] D -.-> PostgreSQL[(PostgreSQL)]