Commit 4924bcb 1 parent 4883d0c commit 4924bcb Copy full SHA for 4924bcb
File tree 1 file changed +4
-4
lines changed
airbyte-integrations/connectors/source-sendgrid
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- version : 5.13.0
1
+ version : 6.36.3
2
2
3
3
type : DeclarativeSource
4
4
@@ -604,7 +604,7 @@ definitions:
604
604
- timeout
605
605
completed :
606
606
- ready
607
- urls_extractor :
607
+ download_target_extractor :
608
608
type : DpathExtractor
609
609
field_path :
610
610
- urls
@@ -620,7 +620,7 @@ definitions:
620
620
polling_requester :
621
621
type : HttpRequester
622
622
path : >-
623
- /v3/marketing/contacts/exports/{{stream_slice['create_job_response'].json() ['id']
623
+ /v3/marketing/contacts/exports/{{creation_response ['id']
624
624
}}
625
625
url_base : https://api.sendgrid.com
626
626
http_method : GET
@@ -637,7 +637,7 @@ definitions:
637
637
api_token : " {{ config['api_key'] }}"
638
638
download_requester :
639
639
type : HttpRequester
640
- path : " {{stream_slice.extra_fields['url'] }}"
640
+ path : " {{download_target }}"
641
641
url_base : " "
642
642
http_method : GET
643
643
download_extractor :
You can’t perform that action at this time.
0 commit comments