ingestr recipes/Incremental loading strategiesData Engineer

How do I replace a date partition with ingestr?

Pass the delete+insert strategy to ingestr to replace a partition. One flag changes how the data lands, with no custom merge code to write.

Command

ingestr ingest

Defined in

CLI

Works with

Any ingestr source and destination

What you get

Incremental strategiesone flagno merge code

How it works in code

$ ingestr ingest \
  --source-uri $SRC --dest-uri $DST \
  --incremental-strategy delete+insert

Run ingestr ingest and ingestr applies the delete+insert strategy on every run.

Move data with one command

Open source. Source URI in, destination URI out, incremental by default.

Sign up to our newsletter

Practical updates on open-source data pipelines, AI analysts, governance, and what we are shipping at Bruin.