Skip to content

Commit 65e53b4

Browse files
committed
fix for update
1 parent 87e97e5 commit 65e53b4

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

airbyte_cdk/manifest_runner/command_processor/processor.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ def test_read(
5353
config=config,
5454
configured_catalog=catalog,
5555
state=state,
56+
stream_name=catalog.streams[0].stream.name,
57+
record_limit=record_limit,
5658
)
5759

5860
return stream_read

unit_tests/manifest_runner/manifest_runner/test_runner.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,9 @@ def test_test_read_success(
118118
source=manifest_runner._source,
119119
config=sample_config,
120120
configured_catalog=sample_catalog,
121+
stream_name="test_stream",
121122
state=state_messages,
123+
record_limit=record_limit,
122124
)
123125

124126
# Verify the result is returned correctly

0 commit comments

Comments
 (0)