Skip to content

inazr/dbt_ga4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dbt_ga4

info

author: me

license: MIT

database

This dbt models expects to be run on bigquery.

concept

This models avoids a persistent staging layer. Only the last 5 (last X) days will be loaded into stg_ga4 views to minimize the number of bytes processed and to speed up the model. The downstream layers are using an incremental strategy to load all new rows from the stg_ layer.

install from github

create a packages.yml file in your dbt root folder:

packages:

Good to know

The join key is hexed to prevent users from extracting information from compound keys.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published