ingestr recipes/Load a specific sourceData Engineer

How do I load Personio data into my warehouse?

Personio exposes HR objects such as employees and absences, along with attendances and projects. ingestr reads them through the Personio API and lands them in your warehouse with one command.

Command

ingestr ingest

Defined in

CLI

Works with

Personio to any ingestr destination

What you get

Personio API sourceno connector codefull and incremental tables

How it works in code

$ ingestr ingest \
  --source-uri 'personio://?client_id=<client-id>&client_secret=<client-secret>' \
  --source-table 'employees' \
  --dest-uri $SNOWFLAKE_URI --dest-table 'personio.employees'

Run ingestr ingest and ingestr loads the Personio 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.