ingestr recipes/Load into your warehouseData Engineer

How do I get data from a SaaS tool or database into Snowflake without building a connector?

ingestr copies data from any supported source into Snowflake with a single command. You give it a source URI and a Snowflake destination URI, and it handles schema and incremental loading.

Command

ingestr ingest

Defined in

CLI

Works with

Snowflake + ingestr

What you get

One-command loadauto schemaincremental

How it works in code

$ ingestr ingest \
  --source-uri postgres://... \
  --dest-uri snowflake://...

Run ingestr ingest and the data lands in Snowflake, incrementally 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.