- Add the the custom pagination support for the Visitors stream #126
- Fix infinite loop issue #126
- Update key properties for streams, fixes issue #34 with missing records #88
- Add support for app_id selection #94
- Update the lookback window validation to use typecasting using
int()
function instead ofisdigit()
#93
- Fix the type error in the accounts stream records that resulted from comparing a none value. #122
- Fix connection reset, request timeout and memory overflow issues #116
- Refactor child stream methods
- Implement logic to increase the request timeout duration during retry attempt #118
- Reduce backoff time
- Fixes visitor_history duplicate record sync issue #119
- Skips visitor_history records for visitors with Do Not Process flag #115
- Fixed connection reset and read timeout errors #102
- Implemented new bookmark strategy for child streams to boost the extracation performance
- Added custom pagination mechanism to fix out-of-memory issues
- Fixed interrupted sync
- Handle empty
include_anonymous_visitors
properties from config #111
- Retry when the connection snaps #98
- Allow custom metadata types to be more permissive #97
- Add support for EU endpoints #95
- Added data windowing for the events stream with configurable window size #89
- Fix Out of Memory Issue#74
- For FULL_TABLE stream, the record count shown by the logger message is incorrect#59
- Added code comments #58
- Data loss of child streams #57
- Removed endpoints dict #54
- Add retry logic to requests and timeouts and retries to requests #46
- Fix incremental streams behaves as a full table and Make replication key with automatic inclusion #45
- Added support for custom field of type "float" #39
- Added support for custom field of type "int" and of type empty string #37
- Add optional sync for anonymous Visitors
- Fixed query params for
track_events
#30
- Fix issue with substreams of visitors due to new pattern using a generator rather than a list #29
- Stream
visitors
andevents
aggregation responses via ijson #28
- Fix for discovering all custom fields in
visitors
andaccounts
#27 - Add boolean type handling to custom field discovery
- When matching custom field types, any unknown type will raise an exception where the error occurred, rather than generating an invalid schema
- Allow for Discovery to succeed when no custom metadata is found #22
- Change Guide and Poll Events replication key
- Add modified timestamp as max of ts and lastTs
- Fixed an issue parsing optional parameter from config
- Temporarily comment out visitor history stream until bug SRCE-4103 is addressed
- Update schema items
- Enforce numerical lookback_window in streams
- Fix for custom account and visitor schema fields