Skip to content

Commit 37b3b20

Browse files
author
Claire Carroll
authored
Merge pull request #236 from fishtown-analytics/jtalmi-fix-insert-by-period
Return target relation in insert by period materialization
2 parents e29f84b + d51f8ee commit 37b3b20

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

macros/materializations/insert_by_period_materialization.sql

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,4 +169,7 @@
169169
-- no-op
170170
{%- endcall %}
171171

172+
-- Return the relations created in this materialization
173+
{{ return({'relations': [target_relation]}) }}
174+
172175
{%- endmaterialization %}

0 commit comments

Comments
 (0)