Skip to content

Commit 65d3c4f

Browse files
committed
Add a comment
1 parent 12f5cc7 commit 65d3c4f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

airbyte_cdk/sources/streams/concurrent/adapters.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,8 @@ def read(self) -> Iterable[Record]:
292292
stream_slice=copy.deepcopy(self._slice),
293293
stream_state=self._state,
294294
):
295+
# Noting we'll also need to support FileTransferRecordMessage if we want to support file-based connectors in this facade
296+
# For now, file-based connectors have their own stream facade
295297
if isinstance(record_data, Mapping):
296298
data_to_return = dict(record_data)
297299
self._stream.transformer.transform(

0 commit comments

Comments
 (0)