You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using a datetime with a timezone offset as either the start_date in config.json, or as a bookmark value a maximum recursion depth exceeded error occurs. This happens on self.initial_state.subtract(seconds=1) in RecentsStream.update_request_params() (so for all recents streams).
This is caused by a bug in Pendulum, which was fixed in 2.1.0
Would it be possible to upgrade the Pendulum version used?
The text was updated successfully, but these errors were encountered:
When using a datetime with a timezone offset as either the
start_date
in config.json, or as a bookmark value amaximum recursion depth exceeded
error occurs. This happens onself.initial_state.subtract(seconds=1)
inRecentsStream.update_request_params()
(so for all recents streams).This is caused by a bug in Pendulum, which was fixed in 2.1.0
Would it be possible to upgrade the Pendulum version used?
The text was updated successfully, but these errors were encountered: