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 Original file line number Diff line number Diff line change @@ -2194,7 +2194,7 @@ definitions:
2194
2194
$ref : " #/definitions/report_creation_error_handler"
2195
2195
polling_requester :
2196
2196
type : HttpRequester
2197
- path : /reporting/reports/{{ creation_response['profileId '] }}
2197
+ path : /reporting/reports/{{ creation_response['reportId '] }}
2198
2198
url_base : >-
2199
2199
{%- set URL_MAPPING = {
2200
2200
"NA": "https://advertising-api.amazon.com/",
@@ -2205,7 +2205,7 @@ definitions:
2205
2205
authenticator : " #/definitions/oauth_authenticator"
2206
2206
http_method : GET
2207
2207
request_headers :
2208
- Amazon-Advertising-API-Scope : " {{ creation_response.request.headers['Amazon-Advertising-API-Scope '] }}"
2208
+ Amazon-Advertising-API-Scope : " {{ stream_partition['profileId '] }}"
2209
2209
Amazon-Advertising-API-ClientId : ' {{ config["client_id"] }}'
2210
2210
error_handler :
2211
2211
$ref : " #/definitions/report_polling_error_handler"
You can’t perform that action at this time.
0 commit comments