Skip to content

Commit

Permalink
Merge branch 'run_twice_workaround' of https://github.com/firebolt-db…
Browse files Browse the repository at this point in the history
…/dbt-firebolt into run_twice_workaround
  • Loading branch information
dataders committed Nov 17, 2021
2 parents 8f1efa9 + 7d5ea20 commit 129f80f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dbt/include/firebolt/macros/materializations/table.sql
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
identifier=identifier,
type='table') -%}
{%- set target_relation_view = api.Relation.create(database=database,
schema=schema,
identifier=identifier,
type='view') -%}
schema=schema,
identifier=identifier,
type='view') -%}

{{ run_hooks(pre_hooks) }}

Expand Down

0 comments on commit 129f80f

Please sign in to comment.