Skip to content

Commit

Permalink
make query bq compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
drewbanin committed Jul 23, 2019
1 parent 6c545d9 commit b5c3685
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% if dbt_utils.pretty_log_format() is string %}
{# Return 0 rows for the test to pass #}
select 1 where false
select 1 limit 0
{% else %}
{# Return >0 rows for the test to fail #}
select 1
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% if dbt_utils.pretty_time() is string %}
{# Return 0 rows for the test to pass #}
select 1 where false
select 1 limit 0
{% else %}
{# Return >0 rows for the test to fail #}
select 1
Expand Down

0 comments on commit b5c3685

Please sign in to comment.