Skip to content

Commit

Permalink
dont run in parsing for equality schema test
Browse files Browse the repository at this point in the history
  • Loading branch information
drewbanin committed Jun 12, 2018
1 parent f3450d4 commit 1793e06
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions macros/schema_tests/equality.sql
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
{% macro test_equality(model, arg) %}


{#-- Prevent querying of db in parsing mode. This works because this macro does not create any new refs. #}
{%- if not execute -%}
{{ return('') }}
{% endif %}

-- setup

Expand Down

0 comments on commit 1793e06

Please sign in to comment.