>_
dlt pipeline sandbox
_
Poke real
dlt
concepts — write dispositions, schema contracts, incremental loading — and watch the consequences land in DuckDB. The tables below keep real state between runs, so run it a few times.
presets
incremental merge
full refresh
audit log
strict contract
pipeline
REST API
extract
normalize
load
— run the pipeline to see what happens —
shop.
orders
0 rows
empty — no load has run yet
shop.
orders__items
0 rows
empty — no load has run yet
takeaway
dlt python code
prompt for claude
copy