Skip to content

Commit

Permalink
applied documentaion update from review to max_size
Browse files Browse the repository at this point in the history
  • Loading branch information
BuzzCutNorman committed Feb 19, 2024
1 parent 84793a9 commit 89f6846
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions singer_sdk/sinks/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,9 @@ def max_size(self) -> int:
Returns:
Max number of records to batch before `is_full=True`
.. versionremoved:: 0.36.0
This property now takes into account the ``batch_size_rows`` target setting.
"""
return (
self.batch_size_rows
Expand Down

0 comments on commit 89f6846

Please sign in to comment.