Skip to content

Commit

Permalink
Log whole row in accepted range (#413)
Browse files Browse the repository at this point in the history
Co-authored-by: Matthew Jones <matthew@vitaler.com>
  • Loading branch information
jasnonaz and Matthew Jones authored Sep 15, 2021
1 parent b564211 commit 3da9568
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macros/schema_tests/accepted_range.sql
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{% macro default__test_accepted_range(model, column_name, min_value=none, max_value=none, inclusive=true) %}

with meet_condition as(
select {{ column_name }}
select *
from {{ model }}
),

Expand Down

0 comments on commit 3da9568

Please sign in to comment.