Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
darynaishchenko committed Sep 20, 2024
1 parent a76fdb8 commit 9532269
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def read_records(
cursor_field: Optional[List[str]] = None,
stream_slice: Optional[StreamSlice] = None,
stream_state: Optional[Mapping[str, Any]] = None,
) -> Iterable[Mapping[str, Any]]:
) -> Iterable[Mapping[str, Any] | AirbyteMessage]:
"""
Yield all records from all remote files in `list_files_for_this_sync`.
This method acts as an adapter between the generic Stream interface and the file-based's
Expand Down

0 comments on commit 9532269

Please sign in to comment.