Skip to content

Commit 4748cef

Browse files
committed
make query bq compatible
1 parent 6c545d9 commit 4748cef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration_tests/tests/logger/assert_pretty_output_msg_is_string.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{% if dbt_utils.pretty_log_format() is string %}
22
{# Return 0 rows for the test to pass #}
3-
select 1 where false
3+
select 1 limit 0
44
{% else %}
55
{# Return >0 rows for the test to fail #}
66
select 1

0 commit comments

Comments
 (0)