Skip to content

Commit 3da9568

Browse files
jasnonazMatthew Jones
and
Matthew Jones
authored
Log whole row in accepted range (#413)
Co-authored-by: Matthew Jones <matthew@vitaler.com>
1 parent b564211 commit 3da9568

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

macros/schema_tests/accepted_range.sql

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
{% macro default__test_accepted_range(model, column_name, min_value=none, max_value=none, inclusive=true) %}
66

77
with meet_condition as(
8-
select {{ column_name }}
8+
select *
99
from {{ model }}
1010
),
1111

0 commit comments

Comments
 (0)