Hacker News new | ask | show | jobs
by theboat 1859 days ago
do you run dbt under the hood, or did you create your own transformation layer solution?
1 comments

We have created our own transformation layer solution, which includes scheduling, run & version history, and lineage; we do not use dbt under the hood. We share a philosophy of being able to write transforms in SQL one layer above the BI tool -- this leads to greater consistency of downstream answers and allows for business users and analysts to write the business logic into the core tables.