Skip to content

Topherhindman/basic-dbt

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

basic-dbt

bare bones dbt starter project

Set profiles.yml in ~/.dbt

jaffle_shop:
  target: dev
  outputs:
    dev:
      type: postgres
      host: localhost
      user: testing
      password: password
      port: 5432
      dbname: jaffle_shop
      schema: dbt_testing
      threads: 4

set up local postgres docker container

docker-compose up -d database PGHOST=localhost PGUSER=root PGPASSWORD=password PGDATABASE=postgres

About

bare bones dbt starter project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published