Skip to content

Commit 118d1f3

Browse files
committed
CDK: fix parser for async retriever
Signed-off-by: Artem Inzhyyants <[email protected]>
1 parent 2510d97 commit 118d1f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

airbyte_cdk/sources/declarative/parsers/model_to_component_factory.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2022,6 +2022,7 @@ def create_async_retriever(
20222022
model=model.record_selector,
20232023
config=config,
20242024
decoder=decoder,
2025+
name=name,
20252026
transformations=transformations,
20262027
client_side_incremental_sync=client_side_incremental_sync,
20272028
)

0 commit comments

Comments
 (0)