Skip to content

Commit

Permalink
Update singer_sdk/sinks/core.py
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon authored Feb 19, 2024
1 parent 89f6846 commit 8b278b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion singer_sdk/sinks/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ def max_size(self) -> int:
Returns:
Max number of records to batch before `is_full=True`
.. versionremoved:: 0.36.0
.. versionchanged:: 0.36.0
This property now takes into account the ``batch_size_rows`` target setting.
"""
return (
Expand Down

0 comments on commit 8b278b4

Please sign in to comment.