SIENTIAPDE-1084

Remove quality filters from the CoreScouter Workflow flowchart in README.md to enhance clarity and focus on the main data processing steps.
This commit is contained in:
vitor-aignosi
2025-08-29 16:57:27 -03:00
parent 4c929fe866
commit 1a16a17267

View File

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