Skip to content

Commit

Permalink
Addressed #197
Browse files Browse the repository at this point in the history
  • Loading branch information
prdpsvs committed Jun 27, 2024
1 parent 7b67d8c commit faa2cb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
* Handling temp tables in incremental models #188
* Add label support to filter queries #181
* Addressed bug - incremental models cannot full refresh #179
* Addressed bug - #197, dbt test incorrect syntax with macro helpers.sql

### v1.8.0rc2

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

{% if main_sql.strip().lower().startswith('with') %}
{% set testview %}
{{ target.schema }}.testview_{{ range(1300, 19000) | random }}
[{{ target.schema }}.testview_{{ range(1300, 19000) | random }}]
{% endset %}

{% set sql = main_sql.replace("'", "''")%}
Expand Down

0 comments on commit faa2cb0

Please sign in to comment.