Skip to content

Commit

Permalink
#35: decrease batch size for seeds from 100k to 10k
Browse files Browse the repository at this point in the history
  • Loading branch information
codeforkjeff committed Jan 11, 2023
1 parent 9fa81ae commit 87d9000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbt/include/sqlite/macros/materializations/seed/seed.sql
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

{% macro sqlite__load_csv_rows(model, agate_table) %}
{% set batch_size = 100000 %}
{% set batch_size = 10000 %}
{% set cols_sql = get_seed_column_quoted_csv(model, agate_table.column_names) %}
{% set bindings = [] %}

Expand Down

0 comments on commit 87d9000

Please sign in to comment.