Skip to content

datafold/demo

Repository files navigation

Datafold Demo Project

This repo contains a demo dbt project suited to leveraging Datafold.

What's in this repo?

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:

Running this project

To get up and running with this project:

  1. Install dbt using these instructions.

  2. Fork this repository.

  3. Change into the demo directory from the command line:

$ cd demo
  1. Set up a profile called demo to connect to a data warehouse by following these instructions. You'll need dev and prod targets in your profile.

  2. Ensure your profile is setup correctly from the command line:

$ dbt debug
  1. 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.

Using Datafold with this project

Follow the quickstart guide to integrate this project with Datafold.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published