dbt core postgres dev container metabase

Dev Container + DBT + Postgresql + Metabase Part 1

I gonna to explain in many post how to create a project using DBT-Core to transformm data, postgresql to save the data and Metabase to show the data in dashboards. For this example I gonna to use VS code y Dev container to develop, first i gonna to explain how to setup the Dev Container.

tutorial dbt-core postgresql devcontainer metabase

Install dbt core vscode Dev Container

First we have to create a folder that will contain all our code:

in the folder ,devcontainer we will put all the files to configurate the dev container

Files to create for our dev container :

  • devcontainer.json
  • docker-compose.yml
  • DockerFile
  • requirements.txt

devcontainer.json

docker-compose.yml

DockerFile

requirements.txt

In VS code click on the bottom corner

Then click in reopen in container

Links:

https://docs.getdbt.com/docs/core/installation-overview

hello world

https://code.visualstudio.com/docs/devcontainers/create-dev-container


Posted

in

, ,

by

Comments

Leave a Reply