We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 489a44b commit 21850b2Copy full SHA for 21850b2
macros/schema_tests/cardinality_equality.sql
@@ -25,7 +25,7 @@ select
25
{{ field }},
26
count(*) as num_rows
27
from {{ to }}
28
-group by {{ column_name }}
+group by {{ field }}
29
),
30
31
except_a as (
0 commit comments