Skip to content

Commit af694d7

Browse files
committed
update interpolation
1 parent 9680d9e commit af694d7

File tree

1 file changed

+2
-2
lines changed
  • airbyte-integrations/connectors/source-amazon-ads/source_amazon_ads

1 file changed

+2
-2
lines changed

airbyte-integrations/connectors/source-amazon-ads/source_amazon_ads/manifest.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2194,7 +2194,7 @@ definitions:
21942194
$ref: "#/definitions/report_creation_error_handler"
21952195
polling_requester:
21962196
type: HttpRequester
2197-
path: /reporting/reports/{{ creation_response['profileId'] }}
2197+
path: /reporting/reports/{{ creation_response['reportId'] }}
21982198
url_base: >-
21992199
{%- set URL_MAPPING = {
22002200
"NA": "https://advertising-api.amazon.com/",
@@ -2205,7 +2205,7 @@ definitions:
22052205
authenticator: "#/definitions/oauth_authenticator"
22062206
http_method: GET
22072207
request_headers:
2208-
Amazon-Advertising-API-Scope: "{{ creation_response.request.headers['Amazon-Advertising-API-Scope'] }}"
2208+
Amazon-Advertising-API-Scope: "{{ stream_partition['profileId'] }}"
22092209
Amazon-Advertising-API-ClientId: '{{ config["client_id"] }}'
22102210
error_handler:
22112211
$ref: "#/definitions/report_polling_error_handler"

0 commit comments

Comments
 (0)