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)]