This repository is a self-contained dbt project that you can run with one click in a Gitpod workspace.
Click the button below to open this repository in a Gitpod:
If the above button doesn't work (depends on your browser), use the one below:
- A local PostgreSQL instance
- The DBT Power User plugin
- The Jaffle Shop demo dbt project (see https://github.com/dbt-labs/jaffle_shop)
- Open the repo in Gitpod (see above)
- Run
dbt build
. This is the same as runningdbt seed
,dbt run
anddbt test
. - In the SQLTools extension on the left, check out the table(s) and view(s) that dbt created.
- When editing a model, use the DBT Power User buttons on the top-right, or use shortcuts like ctrl+enter to run the selected text as a query
- Have fun!