Hi Brian, following up, here are the resources on dbt utils I mentioned the other day. The readme file in the repo is really the comprehensive guide on the different functions, but also there are a few good explainer articles out there.
https://github.com/dbt-labs/dbt-utils (scroll to the bottom to see the readme)
https://www.datafold.com/blog/top-dbt-utils-and-how-to-use-them-in-your-project? (good explainer article)
datafold.com
Why write complicated logic in dbt when you can use someone else’s? dbt-utils is a collection of pre-written macros that helps you with things like pivoting, writing generic tests, generating a data spine, and a lot more. This post will run through how to install and use some popular (and some unsung) dbt utils in your project.
Original URL: https://www.datafold.com/blog/top-dbt-utils-and-how-to-use-them-in-your-project
Utility functions for dbt projects.
Website
<https://hub.getdbt.com/dbt-labs/dbt_utils/latest/>