-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
source-braintree-native: refactor and make
window_size
configurable
The window size used for incremental streams is now a config setting, and hitting search limits will cause the connector to error out & state that a smaller window size should be used. The various incremental functions in `resources.py` have been refactored. I did not refactor the various `fetch_foobar` functions in `api.py` since we may need to customize the behavior based on user feedback & I anticipate we'll need to add more streams in the near future. I think it'll be easier/more efficient to refactor these functions when we're done adding additional streams.
- Loading branch information
Showing
6 changed files
with
117 additions
and
261 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.