Mente

dbt.htm

Dbt Notes

Incremental models:

They need:


select * from orders

where
  updated_at > (select max(updated_at) from