Add Incremental Loading

Add incremental loading to a dlt filesystem pipeline — filter files by modification date, optionally filter records by a timestamp column, and switch to merge with a primary key to deduplicate updated records, so each run only reads new or modified files. Use after create-filesystem-pipeline produces a working replace-mode pipeline, or when the user wants to set up merge/dedup or move a pipeline from replace to incremental. For speed/memory tuning (faster reader, chunked streaming, parallel reads, glob narrowing) use optimize-filesystem-performance instead.

dlt-hub 5481612 3.8 KB Updated

File contents

dlt-hub/dlthub-ai-harness/tree/main/workbench/filesystem-pipeline/skills/add-incremental-loading commit 54816124a0

Frequently asked questions

npx skillmds@latest add dlt-hub/add-incremental-loading