config
macro to set up materialization settings such as clustering or dynamic tablescustomers
model in dbt:
is_incremental()
dbt function may be used in combination with the Honeydew SQL macro for incremental caches.
However, make sure to check whether the computation itself had changed between runs, to avoid mixing different version
of logic in the same table.