diff --git a/macros/incremental_and_live.sql b/macros/incremental_and_live.sql index 4e1e263..7520ebc 100644 --- a/macros/incremental_and_live.sql +++ b/macros/incremental_and_live.sql @@ -578,6 +578,9 @@ -- append output relation {%- do sections_arr.append(target_output_relation) -%} -- + -- run post hooks + {{ run_hooks(post_hooks, inside_transaction=True) }} + -- return {% call noop_statement('main', 'Done') -%} {%- endcall %} {% do return ({'relations': sections_arr}) -%}