We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b564211 commit 3da9568Copy full SHA for 3da9568
macros/schema_tests/accepted_range.sql
@@ -5,7 +5,7 @@
5
{% macro default__test_accepted_range(model, column_name, min_value=none, max_value=none, inclusive=true) %}
6
7
with meet_condition as(
8
- select {{ column_name }}
+ select *
9
from {{ model }}
10
),
11
0 commit comments