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

Commit 13e76fd

Browse files
committed
Update incremental.sql
1 parent e75ccd8 commit 13e76fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@
8888

8989
{%- set target_relation = this %}
9090
{%- set existing_relation = load_relation(this) %}
91-
{%- set tmp_updated_relation = generate_tmp_schema(this, tmp_schema) -%}
92-
{%- set tmp_relation = make_temp_relation(tmp_updated_relation) %}
91+
{%- set tmp_set_schema = generate_tmp_schema(this, tmp_schema) -%}
92+
{%- set tmp_relation = make_temp_relation(tmp_set_schema) %}
9393

9494
{#-- Validate early so we don't run SQL if the strategy is invalid --#}
9595
{% set strategy = dbt_bigquery_validate_get_incremental_strategy(config) -%}

0 commit comments

Comments
 (0)