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:
@@ -146,7 +146,6 @@ The **CoreScouter** workflow implements the core data processing pipeline for in
|
|||||||
flowchart LR
|
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[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)]
|
B -.-> Redis1[(Redis)]
|
||||||
C -.-> Redis2[(Redis)]
|
C -.-> Redis2[(Redis)]
|
||||||
D -.-> PostgreSQL[(PostgreSQL)]
|
D -.-> PostgreSQL[(PostgreSQL)]
|
||||||
|
|||||||
Reference in New Issue
Block a user