Skip to content

Commit

Permalink
add NotImplemented archive implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob Beck committed Jan 17, 2019
1 parent 170942c commit 49fe2c3
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

{% materialization archive, adapter='presto' -%}
{{ exceptions.raise_not_implemented(
'archive materialization not implemented for '+adapter.type())
}}
{% endmaterialization %}

0 comments on commit 49fe2c3

Please sign in to comment.