File tree 2 files changed +6
-6
lines changed
airbyte-integrations/connectors/source-amazon-ads
2 files changed +6
-6
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/{{stream_slice['create_job_response'].json()['reportId'] }}
2197
+ path : /reporting/reports/{{ creation_response['profileId'] }}
2198
2198
url_base : >-
2199
2199
{%- set URL_MAPPING = {
2200
2200
"NA": "https://advertising-api.amazon.com/",
@@ -2205,14 +2205,14 @@ definitions:
2205
2205
authenticator : " #/definitions/oauth_authenticator"
2206
2206
http_method : GET
2207
2207
request_headers :
2208
- Amazon-Advertising-API-Scope : " {{ stream_slice['create_job_response'] .request.headers['Amazon-Advertising-API-Scope'] }}"
2208
+ Amazon-Advertising-API-Scope : " {{ creation_response .request.headers['Amazon-Advertising-API-Scope'] }}"
2209
2209
Amazon-Advertising-API-ClientId : ' {{ config["client_id"] }}'
2210
2210
error_handler :
2211
2211
$ref : " #/definitions/report_polling_error_handler"
2212
2212
2213
2213
download_requester :
2214
2214
type : HttpRequester
2215
- path : " {{stream_slice.extra_fields['url'] }}"
2215
+ path : " {{ download_target }}"
2216
2216
url_base : " "
2217
2217
http_method : GET
2218
2218
authenticator :
You can’t perform that action at this time.
0 commit comments