Skip to content

Commit bec417e

Browse files
committed
fix whitespace error
1 parent 305f668 commit bec417e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dbt/include/sqlserver/macros/materializations/models/table/create_table_as.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
-- create temp view
1616
USE [{{ relation.database }}];
1717
EXEC('create view {{ tmp_relation.include(database=False) }} as
18-
{{- temp_view_sql -}}
18+
{{ temp_view_sql }}
1919
');
2020

2121
-- drop current version of the table

0 commit comments

Comments
 (0)