Skip to content

Commit

Permalink
Alex/limit paginator (#17197)
Browse files Browse the repository at this point in the history
* remove page size from limit paginator

* Rename LimitPaginator to DefaultPaginator

* rename limit_options

* rename method

* cleanup

* comment

* update schema file

* Update changelog

* pin greenhouse connector

* fix doc in comment

* fix changelog

* missing -

* bump

* bump
  • Loading branch information
girarda committed Sep 30, 2022
1 parent 1e2f701 commit d6b79b8
Show file tree
Hide file tree
Showing 21 changed files with 520 additions and 236 deletions.
3 changes: 3 additions & 0 deletions airbyte-cdk/python/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 0.1.91
- Low-code: Rename LimitPaginator to DefaultPaginator and move page_size field to PaginationStrategy

## 0.1.90
- Fix error when TypeTransformer tries to warn about invalid transformations in arrays

Expand Down

0 comments on commit d6b79b8

Please sign in to comment.