File tree 1 file changed +2
-2
lines changed
airbyte-integrations/connectors/source-amazon-seller-partner/source_amazon_seller_partner
1 file changed +2
-2
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/{{creation_response['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/{{polling_response['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
You can’t perform that action at this time.
0 commit comments