Skip to main content

Running your first data models

Querying the events table directly — as you would have done in the previous step — can be useful for exploring your events or building custom analytics. However, for many common use cases it’s much easier to use our data models, which provide a pre-aggregated view of your data.

We recommend dbt for data modeling. Here’s how to get started.

Refer to the setup instructions to add and configure your models in the Console, so that they can be run automatically by Snowplow BDP.

Next, add your first model:

You can also explore the full list of available models.

Using dbt

To start using our models with dbt, you will need to create a dbt project and add the respective packages.

Was this page helpful?