Skip to content

Commit

Permalink
Adding
Browse files Browse the repository at this point in the history
  • Loading branch information
Sachin-Thakur committed Nov 8, 2023
1 parent 3c7015c commit 4525157
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dbt/include/vertica/macros/materializations/clone.sql
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
{% macro vertica__create_or_replace_clone(this_relation, defer_relation) %}


DROP TABLE IF EXISTS {{this_relation}};
create table
{{ this_relation }} as select * from
{{ defer_relation }}
Expand Down

0 comments on commit 4525157

Please sign in to comment.