Skip to content

Commit

Permalink
Fix missing optional "as" #32
Browse files Browse the repository at this point in the history
  • Loading branch information
silentsokolov authored Jan 10, 2022
1 parent f1b1b45 commit 63b5433
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dbt/include/clickhouse/macros/materializations/test.sql
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
from (
{{ main_sql }}
{{ "limit " ~ limit if limit != none }}
) dbt_internal_test
{%- endmacro %}
) as dbt_internal_test
{%- endmacro %}

0 comments on commit 63b5433

Please sign in to comment.