data modelling
-
Using Search Console BigQuery data with NLP to extract and group by the most important topics
With the recent update to Google Search Console (GSC) allowing exports to BigQuery we can now leverage some power features of BigQuery to do text processing and extract topics from our search queries with a simple JavaScript UDF.
Continue reading...
-
Mastering Time in dbt: Incremental Merging of Estimates and Actuals for large datasets
Managing incrementality (change over time) in a large database is hard. Dbt can help us alleviate some of the pain by making the selection of incremental strategies we have easier to choose from. Lets look at updating an example sales table with actuals and estimates over time.
Continue reading...