File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
airbyte_cdk/sources/declarative Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments