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
start=start_date, # type: ignore # Having issues w/ inspection for GapType and CursorValueType as shown in existing tests. Confirmed functionality is working in practice
905
-
end_provider=end_date_provider, # type: ignore # Having issues w/ inspection for GapType and CursorValueType as shown in existing tests. Confirmed functionality is working in practice
906
-
lookback_window=lookback_window,
907
-
slice_range=step_length,
908
-
cursor_granularity=cursor_granularity,
909
-
),
910
-
connector_state_converter,
893
+
returnConcurrentCursor(
894
+
stream_name=stream_name,
895
+
stream_namespace=stream_namespace,
896
+
stream_state=stream_state,
897
+
message_repository=self._message_repository, # type: ignore # message_repository is always instantiated with a value by factory
start=start_date, # type: ignore # Having issues w/ inspection for GapType and CursorValueType as shown in existing tests. Confirmed functionality is working in practice
903
+
end_provider=end_date_provider, # type: ignore # Having issues w/ inspection for GapType and CursorValueType as shown in existing tests. Confirmed functionality is working in practice
0 commit comments