20. March 2024

An Intro to Data Build Tool (dbt) Hooks

DBT supports hooks, which are a mechanism for running operations at different points of the execution of your DBT DAG. This is useful for running operations like adding a record to an audit table, running specific reports, and more.

more

13. March 2024

An Intro to Data Build Tool (dbt)

DBT is a tool to simplify populating the relationships between different tables. With DBT, you can specify the queries used to create your tables, as well as parameterizing portions of those queries. You can also add data tests.

more