Search⌘ K
AI Features

Creating Your First Package

Explore how to create your first dbt package by organizing macros into reusable components. Understand package structure and how to import and use packages within dbt projects.

We'll cover the following...

Structure of a package

Packages are exactly like normal projects. The only difference is that we don’t actually need a profile associated with that package because we’re not going to run the package alone.

Let’s imagine we want to pack a macro, product, into a ...