You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Requester component that describes how to prepare HTTP requests to send to the source API.
1469
1469
anyOf:
1470
-
- "$ref": "#/definitions/CustomRequester"
1471
1470
- "$ref": "#/definitions/HttpRequester"
1471
+
- "$ref": "#/definitions/CustomRequester"
1472
1472
download_target_extractor:
1473
1473
description: Responsible for fetching the url where the file is located. This is applied on each records and not on the HTTP response
1474
1474
anyOf:
1475
-
- "$ref": "#/definitions/CustomRecordExtractor"
1476
1475
- "$ref": "#/definitions/DpathExtractor"
1476
+
- "$ref": "#/definitions/CustomRecordExtractor"
1477
1477
file_extractor:
1478
1478
description: Responsible for fetching the content of the file. If not defined, the assumption is that the whole response body is the file content
1479
1479
anyOf:
1480
-
- "$ref": "#/definitions/CustomRecordExtractor"
1481
1480
- "$ref": "#/definitions/DpathExtractor"
1481
+
- "$ref": "#/definitions/CustomRecordExtractor"
1482
1482
filename_extractor:
1483
1483
description: Defines the name to store the file. Stream name is automatically added to the file path. File unique ID can be used to avoid overwriting files. Random UUID will be used if the extractor is not provided.
1484
1484
type: string
@@ -1918,7 +1918,7 @@ definitions:
1918
1918
deprecated: true
1919
1919
deprecation_message: "Use `url` field instead."
1920
1920
title: API Base URL
1921
-
description: Deprecated, use the `url` instead. Base URL of the API source. Do not put sensitive information (e.g. API tokens) into this field - Use the Authentication component for this.
1921
+
description: Deprecated, use the `url` instead. Base URL of the API source. Do not put sensitive information (e.g. API tokens) into this field - Use the Authenticator component for this.
description: The URL of the source API endpoint. Do not put sensitive information (e.g. API tokens) into this field - Use the Authentication component for this.
1940
+
description: The URL of the source API endpoint. Do not put sensitive information (e.g. API tokens) into this field - Use the Authenticator component for this.
1941
1941
type: string
1942
1942
interpolation_context:
1943
1943
- config
@@ -1957,7 +1957,7 @@ definitions:
1957
1957
deprecated: true
1958
1958
deprecation_message: "Use `url` field instead."
1959
1959
title: URL Path
1960
-
description: Deprecated, use the `url` instead. Path the specific API endpoint that this stream represents. Do not put sensitive information (e.g. API tokens) into this field - Use the Authentication component for this.
1960
+
description: Deprecated, use the `url` instead. Path the specific API endpoint that this stream represents. Do not put sensitive information (e.g. API tokens) into this field - Use the Authenticator component for this.
1961
1961
type: string
1962
1962
interpolation_context:
1963
1963
- config
@@ -1988,7 +1988,6 @@ definitions:
1988
1988
linkable: true
1989
1989
description: Authentication method to use for requests sent to the API.
0 commit comments