Robust Idempotent ETL Data Pipeline Design
Design a robust, safely re-runnable ETL pipeline with data quality, failure handling, and privacy, without inventing connectors or transform functions absent from the specified pipeline tools.
Your current plan: free
Building a data ingestion pipeline safely re-runnable after failure, enforcing data quality before loading to the warehouse, designing a pipeline compliant with personal-data privacy per PDPL.
Built-in quality guards
No fabricated connectors or transform functions undocumented in the pipeline tools
Validate incoming data and mask personal data per OWASP and PDPL
Cover contract, extraction, quality, load, failure, and privacy without truncation
Adherence to six-section structure, data contract table, and code example