Two candidate destinations sit on the canvas
A medium Pipeline Design interview practice problem on DataDriven. Write and execute real pipeline design code with instant grading.
- Domain
- Pipeline Design
- Difficulty
- medium
Problem
Two candidate destinations sit on the canvas. The plain Snowflake table accumulates rows on every run; the Iceberg table sets the partition's state regardless of prior content. Apply the section's two-run test (run the pipeline twice on the same date) and route the dashboard through the destination that passes.
Practice This Problem
Solve this Pipeline Design problem with real code execution. DataDriven runs your solution and grades it automatically.