-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Co-authored-by: Matthew McKnight <91097623+McKnight-42@users.noreply.github.com> (cherry picked from commit 1b4cf0c) Co-authored-by: Doug Beatty <44704949+dbeatty10@users.noreply.github.com>
- Loading branch information
1 parent
746a1ad
commit 5fa30ae
Showing
2 changed files
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
kind: Fixes | ||
body: Use smaller default batch size for seeds | ||
time: 2023-05-24T16:52:36.915348-06:00 | ||
custom: | ||
Author: dbeatty10 | ||
Issue: "347" |
3 changes: 3 additions & 0 deletions
3
dbt/include/redshift/macros/materializations/seeds/helpers.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{% macro redshift__get_batch_size() %} | ||
{{ return(500) }} | ||
{% endmacro %} |