Skip to content

Commit

Permalink
chore: Link to batch_size_rows attribute docs
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Feb 19, 2024
1 parent 678e17f commit ed51495
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion singer_sdk/sinks/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,9 @@ def max_size(self) -> int:
Max number of records to batch before `is_full=True`
.. versionchanged:: 0.36.0
This property now takes into account the ``batch_size_rows`` target setting.
This property now takes into account the
:meth:`~singer_sdk.Sink.batch_size_rows`` attribute and the corresponding
``batch_size_rows`` target setting.
"""
return (
self.batch_size_rows
Expand Down

0 comments on commit ed51495

Please sign in to comment.