Skip to content

Commit

Permalink
Update incremental.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
borjavb committed Jan 10, 2025
1 parent e75ccd8 commit 13e76fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dbt/include/bigquery/macros/materializations/incremental.sql
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@

{%- set target_relation = this %}
{%- set existing_relation = load_relation(this) %}
{%- set tmp_updated_relation = generate_tmp_schema(this, tmp_schema) -%}
{%- set tmp_relation = make_temp_relation(tmp_updated_relation) %}
{%- set tmp_set_schema = generate_tmp_schema(this, tmp_schema) -%}
{%- set tmp_relation = make_temp_relation(tmp_set_schema) %}

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

0 comments on commit 13e76fd

Please sign in to comment.