Skip to content

Commit 4924bcb

Browse files
committed
Update manifest according to the description
1 parent 4883d0c commit 4924bcb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

airbyte-integrations/connectors/source-sendgrid/manifest.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 5.13.0
1+
version: 6.36.3
22

33
type: DeclarativeSource
44

@@ -604,7 +604,7 @@ definitions:
604604
- timeout
605605
completed:
606606
- ready
607-
urls_extractor:
607+
download_target_extractor:
608608
type: DpathExtractor
609609
field_path:
610610
- urls
@@ -620,7 +620,7 @@ definitions:
620620
polling_requester:
621621
type: HttpRequester
622622
path: >-
623-
/v3/marketing/contacts/exports/{{stream_slice['create_job_response'].json()['id']
623+
/v3/marketing/contacts/exports/{{creation_response['id']
624624
}}
625625
url_base: https://api.sendgrid.com
626626
http_method: GET
@@ -637,7 +637,7 @@ definitions:
637637
api_token: "{{ config['api_key'] }}"
638638
download_requester:
639639
type: HttpRequester
640-
path: "{{stream_slice.extra_fields['url']}}"
640+
path: "{{download_target}}"
641641
url_base: ""
642642
http_method: GET
643643
download_extractor:

0 commit comments

Comments
 (0)