Process Flow - Data validation in CI pipeline
Code Commit / Data Update
Trigger CI Pipeline
Run Data Validation Tests
Continue Pipeline
Deploy Model / Data
This flow shows how a data update triggers a CI pipeline that runs data validation tests. If tests pass, the pipeline continues; if they fail, it stops and alerts.