Nwani Victory
10/25/2022, 3:43 PM[DEPRECATED] Marcos Marx
Nwani Victory
10/25/2022, 4:48 PMYou can overwrite the component (like the Retriever) to parse XML data.I dont think I have enough “technical know-how” with the CDK to do this.
Nwani Victory
10/25/2022, 5:06 PMauthenticator
objects but I still get a 403
forbidden error meaning the credentials are not being passed properly to the request;
authenticator:
type: ApiKeyAuthenticator
header: "APCA-API-KEY-ID"
api_token: "<API_KEY>"
authenticator:
type: ApiKeyAuthenticator
header: "APCA-API-SECRET-KEY"
api_token: "<API_TOKEN>"
I checked the documentation but most of the example I’ve seen seem to use only one credential like a config or auth key.[DEPRECATED] Marcos Marx
I dont think I have enough “technical know-how” with the CDK to do this.in this situation better try your source with the Python CDK, which also will need some customizatino to deal with xml data.
[DEPRECATED] Marcos Marx
Alexandre Girard (Airbyte)
10/25/2022, 5:39 PMrequest_options_provider
https://docs.airbyte.com/connector-development/config-based/understanding-the-yaml-file/request-options#request-options-providerNwani Victory
10/25/2022, 5:52 PMrequest_options_provider:
request_headers:
# k1: v1
# k2: v2