ingestr recipes/Load a specific sourceData Engineer

How do I load Wise data into my warehouse?

Wise exposes account objects such as transfers and balances, along with profiles. ingestr reads them through the Wise API and lands them in your warehouse with one command.

Command

ingestr ingest

Defined in

CLI

Works with

Wise to any ingestr destination

What you get

Wise API sourceno connector codetransfer and balance tables

How it works in code

$ ingestr ingest \
  --source-uri 'wise://?api_key=<api_token>' \
  --source-table 'transfers' \
  --dest-uri $SNOWFLAKE_URI --dest-table 'wise.transfers'

Run ingestr ingest and ingestr loads the Wise data into your warehouse.

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.

The signup form is hosted by Brevo. Accept cookies to load it.