dbt Introduction

dbt Practice

Note: I use the dbt tool in PrimeHub Notebook.

Here, we will do the following things:

  1. Part 1: Generate the PostgreSQL database.
  2. Part 2: Configure the dbt setting.
  3. Part 3: Run the dbt to create the view table.

Part 1: Start the PostgreSQL Database

Part 2: Initial and configure the dbt

Part 3: Run the dbt to create the view table.