File tree 1 file changed +3
-3
lines changed
airbyte-integrations/connectors/source-amazon-seller-partner/source_amazon_seller_partner
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1989,7 +1989,7 @@ definitions:
1989
1989
1990
1990
polling_requester :
1991
1991
type : HttpRequester
1992
- path : reports/2021-06-30/reports/{{stream_slice['create_job_response'].json() ['reportId']}}
1992
+ path : reports/2021-06-30/reports/{{creation_response ['reportId']}}
1993
1993
url_base : " {{ config['endpoint'] }}"
1994
1994
authenticator : " #/definitions/authenticator"
1995
1995
http_method : GET
@@ -1998,7 +1998,7 @@ definitions:
1998
1998
1999
1999
url_requester :
2000
2000
type : HttpRequester
2001
- path : reports/2021-06-30/documents/{{stream_slice['polling_job_response'].json() ['reportDocumentId']}}
2001
+ path : reports/2021-06-30/documents/{{polling_response ['reportDocumentId']}}
2002
2002
url_base : " {{ config['endpoint'] }}"
2003
2003
authenticator : " #/definitions/authenticator"
2004
2004
http_method : GET
@@ -2007,7 +2007,7 @@ definitions:
2007
2007
2008
2008
download_requester :
2009
2009
type : HttpRequester
2010
- path : " {{stream_slice.extra_fields['url'] }}"
2010
+ path : " {{ download_target }}"
2011
2011
url_base : " {{ config['endpoint'] }}"
2012
2012
http_method : GET
2013
2013
authenticator :
You can’t perform that action at this time.
0 commit comments