dbt

Scaling Statistics: Incremental Standard Deviation in SQL with dbt

Why scan yesterday’s data when you possibly can increment today’s?The code below assumes understanding of some dbt concepts, in case you’re unfamiliar with it, chances are you'll still find a way to grasp the...

Creating Dynamic Pivots on Snowflake Tables with dbt

Leverage dbt and its advanced scripting functionality to generate dynamic pivot tables that adapt to changing pivot valuesMost of us will approach this by writing SQL with case statements for every category. While this...

Deploying dbt Projects at Scale on Google Cloud

Managing data models at scale is a standard challenge for data teams using dbt (data construct tool). Initially, teams often start with easy models which are easy to administer and deploy. Nonetheless, because the...

A Complete Guide to Effectively Scale your Data Pipelines and Data Products with Contract Testing and dbt

First, we want so as to add two recent dbt packages, dbt-expectations and dbt-utils, that can allow us to make assertions on the schema of our sources and the accepted values.# packages.ymlpackages:- package: dbt-labs/dbt_utilsversion:...

Recent posts

Popular categories

ASK ANA