ingestr recipes/Load a specific sourceData Engineer

How do I load Asana data into my warehouse?

Asana exposes project management objects such as tasks and projects, along with sections, tags, stories, teams, and users. ingestr reads these through the Asana API and lands them in your warehouse with one command.

Command

ingestr ingest

Defined in

CLI

Works with

Asana to any ingestr destination

What you get

Asana API sourceno connector codeincremental loading on tasks

How it works in code

$ ingestr ingest \
  --source-uri 'asana://workspace-1337?access_token=fake_token' \
  --source-table 'tasks' \
  --dest-uri $SNOWFLAKE_URI --dest-table 'public.tasks'

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