- dbt
- go to the
jaffle_shopdirectoryinstall poetry: https://python-poetry.org/docs/#installationpoetry install: it will installdbt-duckdb- setup
~/.dbt/profile.yamland change the content as following:
jaffle_shop: outputs: dev: type: duckdb path: '[give duckdb file path here]' # '/Users/cyyeh/Desktop/vulcan-sql-examples/dbt-jaffle-shop/jaffle_shop/jaffle_shop.db' prod: type: postgres threads: [1 or more] host: [host] port: [port] user: [prod_username] pass: [prod_password] dbname: [dbname] schema: [prod_schema] target: dev
poetry run dbt seedpoetry run dbt run
- go to the
- VulcanSQL
- it's installed globally via npm
- go to the root of the project directory
npm installvulcan start --watchvulcan catalog
dbt-jaffle-shop
Directory actions
More options
Directory actions
More options
dbt-jaffle-shop
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||