Skip to content

Commit

Permalink
Try default__reset_csv_table
Browse files Browse the repository at this point in the history
  • Loading branch information
jtcohen6 committed Jul 8, 2022
1 parent 5f5d3e1 commit 8bd4145
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions dbt/include/spark/macros/materializations/seed.sql
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,6 @@
{% endmacro %}


{% macro spark__reset_csv_table(model, full_refresh, old_relation, agate_table) %}
{% if old_relation %}
{{ adapter.drop_relation(old_relation) }}
{% endif %}
{% set sql = create_csv_table(model, agate_table) %}
{{ return(sql) }}
{% endmacro %}


{% macro spark__load_csv_rows(model, agate_table) %}

{% set batch_size = get_batch_size() %}
Expand Down

0 comments on commit 8bd4145

Please sign in to comment.