We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b67d8c commit faa2cb0Copy full SHA for faa2cb0
CHANGELOG.md
@@ -5,6 +5,7 @@
5
* Handling temp tables in incremental models #188
6
* Add label support to filter queries #181
7
* Addressed bug - incremental models cannot full refresh #179
8
+* Addressed bug - #197, dbt test incorrect syntax with macro helpers.sql
9
10
### v1.8.0rc2
11
dbt/include/fabric/macros/materializations/tests/helpers.sql
@@ -9,7 +9,7 @@
{% if main_sql.strip().lower().startswith('with') %}
{% set testview %}
12
- {{ target.schema }}.testview_{{ range(1300, 19000) | random }}
+ [{{ target.schema }}.testview_{{ range(1300, 19000) | random }}]
13
{% endset %}
14
15
{% set sql = main_sql.replace("'", "''")%}
0 commit comments