Skip to content

Commit

Permalink
Merge pull request #236 from fishtown-analytics/jtalmi-fix-insert-by-…
Browse files Browse the repository at this point in the history
…period

Return target relation in insert by period materialization
  • Loading branch information
Claire Carroll authored Jun 15, 2020
2 parents e29f84b + d51f8ee commit 37b3b20
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions macros/materializations/insert_by_period_materialization.sql
Original file line number Diff line number Diff line change
Expand Up @@ -169,4 +169,7 @@
-- no-op
{%- endcall %}

-- Return the relations created in this materialization
{{ return({'relations': [target_relation]}) }}

{%- endmaterialization %}

0 comments on commit 37b3b20

Please sign in to comment.