We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09ec443 commit c2f228fCopy full SHA for c2f228f
integration_tests/tests/jinja_helpers/test_slugify.sql
@@ -3,5 +3,5 @@
3
select 1 as col_name {{ limit_zero() }}
4
{% else %}
5
{# Return >0 rows for the test to fail #}
6
- select 1
+ select 1 as col_name
7
{% endif %}
0 commit comments