Skip to content

Very basic demo of linking asana to dbt, running on local OLAP with DuckDB

Notifications You must be signed in to change notification settings

psanker/asana-analytics

Repository files navigation

ELT Pipeline Demo

This is a very basic ELT pipeline, ingesting data from Asana and then creating models on a local DuckDB database with dbt. Orchestrated with Prefect and EL managed by Meltano.

Setup

git clone https://github.com/psanker/asana-analytics
cd asana-analytics
pipenv install
pipenv shell
meltano install

Running

pipenv shell
prefect run -p pipeline.py

# or
pipenv run prefect run -p pipeline.py

About

Very basic demo of linking asana to dbt, running on local OLAP with DuckDB

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages