Skip to content

Commit e66c870

Browse files
committed
update manifest
1 parent a40c144 commit e66c870

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

airbyte-integrations/connectors/source-amazon-seller-partner/source_amazon_seller_partner/manifest.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1989,7 +1989,7 @@ definitions:
19891989

19901990
polling_requester:
19911991
type: HttpRequester
1992-
path: reports/2021-06-30/reports/{{creation_response['reportId']}}
1992+
path: "reports/2021-06-30/reports/{{ creation_response['reportId'] }}"
19931993
url_base: "{{ config['endpoint'] }}"
19941994
authenticator: "#/definitions/authenticator"
19951995
http_method: GET
@@ -1998,7 +1998,7 @@ definitions:
19981998

19991999
url_requester:
20002000
type: HttpRequester
2001-
path: reports/2021-06-30/documents/{{polling_response['reportDocumentId']}}
2001+
path: "reports/2021-06-30/documents/{{ polling_response['reportDocumentId'] }}"
20022002
url_base: "{{ config['endpoint'] }}"
20032003
authenticator: "#/definitions/authenticator"
20042004
http_method: GET

0 commit comments

Comments
 (0)