fullstorydev / dbt_fullstory

The official FullStory dbt package
Apache License 2.0
2 stars 3 forks source link

add clicks, device models #11

Closed huttotw closed 9 months ago

huttotw commented 11 months ago

This adds two new models:

Instead of including devices in every table, I thought it to be more ergonomic to create a devices model that can be joined to in order to add those dimensions to a query.

This also takes advantage of the doc macro that DBT recommends to keep documentation for similar columns consistent.