Skip to content

Commit

Permalink
Use smaller batch size for seeds (#468) (#470)
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
github-actions[bot] and dbeatty10 authored May 25, 2023
1 parent 746a1ad commit 5fa30ae
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .changes/unreleased/Fixes-20230524-165236.yaml
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"
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{% macro redshift__get_batch_size() %}
{{ return(500) }}
{% endmacro %}

0 comments on commit 5fa30ae

Please sign in to comment.