Skip to content

Commit

Permalink
feat: Make bytewax job write as mini-batches (#3777)
Browse files Browse the repository at this point in the history
Signed-off-by: Hai Nguyen <quanghai.ng1512@gmail.com>
Signed-off-by: James Crabtree <james.crabtree@sailpoint.com>
  • Loading branch information
sudohainguyen authored and james-crabtree-sp committed Oct 23, 2023
1 parent c35b0c1 commit fabd417
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,9 @@ class BytewaxMaterializationEngineConfig(FeastConfigBaseModel):
print_pod_logs_on_failure: bool = True
"""(optional) Print pod logs on job failure. Only applies to synchronous materialization"""

mini_batch_size: int = 1000
""" (optional) Number of rows to process per write operation (default 1000)"""


class BytewaxMaterializationEngine(BatchMaterializationEngine):
def __init__(
Expand Down

0 comments on commit fabd417

Please sign in to comment.