Skip to content

Commit b694b5b

Browse files
committed
undo mistake in descriptions
1 parent c3139aa commit b694b5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

airbyte_cdk/sources/declarative/declarative_component_schema.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1593,7 +1593,7 @@ definitions:
15931593
- "$ref": "#/definitions/HttpRequester"
15941594
- "$ref": "#/definitions/CustomRequester"
15951595
download_target_extractor:
1596-
description: Responsible for fetching the final result `urls` provided by the completed / finished / ready async job.
1596+
description: Responsible for fetching the url where the file is located. This is applied on each records and not on the HTTP response
15971597
anyOf:
15981598
- "$ref": "#/definitions/DpathExtractor"
15991599
- "$ref": "#/definitions/CustomRecordExtractor"
@@ -3814,7 +3814,7 @@ definitions:
38143814
- "$ref": "#/definitions/DpathExtractor"
38153815
- "$ref": "#/definitions/CustomRecordExtractor"
38163816
download_target_extractor:
3817-
description: Responsible for fetching the information needed to download the completed job from the polling HTTP response.
3817+
description: Responsible for fetching the final result `urls` provided by the completed / finished / ready async job.
38183818
anyOf:
38193819
- "$ref": "#/definitions/DpathExtractor"
38203820
- "$ref": "#/definitions/CustomRecordExtractor"

0 commit comments

Comments
 (0)