Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
DVAlexHiggs committed Feb 22, 2022
1 parent f89ff5e commit 7f91f33
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@

{{ log("Dropping relation " ~ target_relation ~ " because it is a view and this model is a table (vault_insert_by_rank).") }}
{% do adapter.drop_relation(existing_relation) %}
{% set build_sql = create_table_as(False, target_relation, filtered_sql) %}

{% set filtered_sql = dbtvault.replace_placeholder_with_rank_filter(sql, rank_column, 1) %}
{% set build_sql = create_table_as(False, target_relation, filtered_sql) %}
Expand Down

0 comments on commit 7f91f33

Please sign in to comment.