[Data Ingestion and Storage] - Integration with Quailty Evaluator
The primary objective is to:
- Enhance the Streaming pipeline by incorporating a step for integration with the Quality Evaluator API.
- Add the results using the Governance API for Quality Measurements.
Quality Evaluator current endpoint (POST): http://147.102.19.9:5000/evaluate-data
Payload sample:
{
"column_name": "Installed Power [kVA]",
"data_type": "Integer",
"values": [400, 100, 250]
}
Edited by Antoni Gimeno