Skip to content

Commit

Permalink
document jsonlines batcher
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Payne committed May 5, 2023
1 parent dfe3439 commit 7434f1b
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/classes/singer_sdk.batch.JSONLinesBatcher.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
singer_sdk.batch.JSONLinesBatcher
=================================

.. currentmodule:: singer_sdk.batch

.. autoclass:: JSONLinesBatcher
:members:
:show-inheritance:
:inherited-members:
:special-members: __init__
9 changes: 9 additions & 0 deletions docs/reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -130,3 +130,12 @@ Pagination
pagination.BaseOffsetPaginator
pagination.LegacyPaginatedStreamProtocol
pagination.LegacyStreamPaginator

Batch
-----

.. autosummary::
:toctree: classes
:template: class.rst

batch.JSONLineBatcher

0 comments on commit 7434f1b

Please sign in to comment.