Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit 00b59ae

Browse files
committed
Update incremental.sql
1 parent 0e8d5a9 commit 00b59ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dbt/include/bigquery/macros/materializations/incremental.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
{%- do create_schema(temp_relation) -%}
8787
{% endif %}
8888
{%- set tmp_relation = make_temp_relation(temp_relation) %}
89-
89+
9090
{#-- Validate early so we don't run SQL if the strategy is invalid --#}
9191
{% set strategy = dbt_bigquery_validate_get_incremental_strategy(config) -%}
9292

0 commit comments

Comments
 (0)