This repo contains a demo dbt project suited to leveraging Datafold.
This repo contains seeds that includes fake raw data from a fictional app.
This project includes raw data from the fictional app, and a few downstream models, as shown in the project DAG:
To get up and running with this project:
-
Install dbt using these instructions.
-
Fork this repository.
-
Change into the
demo
directory from the command line:
$ cd demo
-
Set up a profile called
demo
to connect to a data warehouse by following these instructions. You'll needdev
andprod
targets in your profile. -
Ensure your profile is setup correctly from the command line:
$ dbt debug
- Create your
prod
models:
$ dbt run --target prod
With prod
models created, you're clear to develop and diff changes between your dev
and prod
targets.
Follow the quickstart guide to integrate this project with Datafold.