Skip to content

Commit 708f2a2

Browse files
committed
fix
1 parent b694b5b commit 708f2a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

airbyte_cdk/sources/declarative/models/declarative_component_schema.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2854,7 +2854,7 @@ class AsyncRetriever(BaseModel):
28542854
)
28552855
download_target_extractor: Optional[Union[DpathExtractor, CustomRecordExtractor]] = Field(
28562856
None,
2857-
description="Responsible for fetching the information needed to download the completed job from the polling HTTP response.",
2857+
description="Responsible for fetching the final result `urls` provided by the completed / finished / ready async job.",
28582858
)
28592859
download_extractor: Optional[
28602860
Union[DpathExtractor, CustomRecordExtractor, ResponseToFileExtractor]

0 commit comments

Comments
 (0)