Skip to content

Commit 12f5cc7

Browse files
committed
update docstring
1 parent f168624 commit 12f5cc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

airbyte_cdk/sources/streams/concurrent/adapters.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ def __init__(
276276
def read(self) -> Iterable[Record]:
277277
"""
278278
Read messages from the stream.
279-
If the StreamData is a Mapping, it will be converted to a Record.
279+
If the StreamData is a Mapping or an AirbyteMessage of type RECORD, it will be converted to a Record.
280280
Otherwise, the message will be emitted on the message repository.
281281
"""
282282
try:

0 commit comments

Comments
 (0)