Skip to content

Commit

Permalink
Source Close.com: avoid custom pagination component
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-yermilov-gl committed Nov 21, 2022
1 parent b8b780d commit e9e37a7
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 117 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,5 @@

from .source_lc import SourceCloseCom
from .single_stream_slicer import SingleStreamSlicer
from .offset_increment_workaround import OffsetIncrementWorkaround

__all__ = ["OffsetIncrementWorkaround", "SourceCloseCom", "SingleStreamSlicer"]
__all__ = ["SourceCloseCom", "SingleStreamSlicer"]
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ definitions:
inject_into: "request_parameter"
field_name: "_skip"
pagination_strategy:
class_name: "source_close_com.OffsetIncrementWorkaround"
# type: OffsetIncrement
type: OffsetIncrement
page_size: "{{ options['items_per_page'] }}"
cursor_paginator:
type: DefaultPaginator
Expand Down

This file was deleted.

This file was deleted.

0 comments on commit e9e37a7

Please sign in to comment.