File tree Expand file tree Collapse file tree 8 files changed +12
-8
lines changed
airbyte-config/init/src/main/resources/seed
airbyte-integrations/connectors
docs/integrations/sources Expand file tree Collapse file tree 8 files changed +12
-8
lines changed Original file line number Diff line number Diff line change 900
900
- name : Sendgrid
901
901
sourceDefinitionId : fbb5fbe2-16ad-4cf4-af7d-ff9d9c316c87
902
902
dockerRepository : airbyte/source-sendgrid
903
- dockerImageTag : 0.2.9
903
+ dockerImageTag : 0.2.10
904
904
documentationUrl : https://docs.airbyte.io/integrations/sources/sendgrid
905
905
icon : sendgrid.svg
906
906
sourceType : api
1131
1131
- sourceDefinitionId : cdaf146a-9b75-49fd-9dd2-9d64a0bb4781
1132
1132
name : Sentry
1133
1133
dockerRepository : airbyte/source-sentry
1134
- dockerImageTag : 0.1.2
1134
+ dockerImageTag : 0.1.3
1135
1135
documentationUrl : https://docs.airbyte.io/integrations/sources/sentry
1136
1136
icon : sentry.svg
1137
1137
sourceType : api
Original file line number Diff line number Diff line change 8880
8880
supportsNormalization : false
8881
8881
supportsDBT : false
8882
8882
supported_destination_sync_modes : []
8883
- - dockerImage : " airbyte/source-sendgrid:0.2.9 "
8883
+ - dockerImage : " airbyte/source-sendgrid:0.2.10 "
8884
8884
spec :
8885
8885
documentationUrl : " https://docs.airbyte.io/integrations/sources/sendgrid"
8886
8886
connectionSpecification :
11049
11049
supportsNormalization : false
11050
11050
supportsDBT : false
11051
11051
supported_destination_sync_modes : []
11052
- - dockerImage : " airbyte/source-sentry:0.1.2 "
11052
+ - dockerImage : " airbyte/source-sentry:0.1.3 "
11053
11053
spec :
11054
11054
documentationUrl : " https://docs.airbyte.io/integrations/sources/sentry"
11055
11055
connectionSpecification :
Original file line number Diff line number Diff line change @@ -12,5 +12,5 @@ RUN pip install .
12
12
ENV AIRBYTE_ENTRYPOINT "python /airbyte/integration_code/main.py"
13
13
ENTRYPOINT ["python" , "/airbyte/integration_code/main.py" ]
14
14
15
- LABEL io.airbyte.version=0.2.9
15
+ LABEL io.airbyte.version=0.2.10
16
16
LABEL io.airbyte.name=airbyte/source-sendgrid
Original file line number Diff line number Diff line change
1
+ version : " 0.1.0"
1
2
definitions :
2
3
page_size : 50
3
4
step : " 30d"
@@ -247,7 +248,7 @@ streams:
247
248
$ref : " *ref(definitions.requester)"
248
249
request_options_provider :
249
250
request_parameters :
250
- limit : 1000
251
+ limit : " 1000"
251
252
query : ' last_event_time BETWEEN TIMESTAMP "{{stream_slice.start_time}}" AND TIMESTAMP "{{stream_slice.end_time}}"'
252
253
stream_slicer :
253
254
$ref : " *ref(definitions.messages_stream_slicer)"
Original file line number Diff line number Diff line change @@ -34,5 +34,5 @@ COPY source_sentry ./source_sentry
34
34
ENV AIRBYTE_ENTRYPOINT "python /airbyte/integration_code/main.py"
35
35
ENTRYPOINT ["python" , "/airbyte/integration_code/main.py" ]
36
36
37
- LABEL io.airbyte.version=0.1.2
37
+ LABEL io.airbyte.version=0.1.3
38
38
LABEL io.airbyte.name=airbyte/source-sentry
Original file line number Diff line number Diff line change
1
+ version : " 0.1.0"
1
2
definitions :
2
3
page_size : 50
3
4
schema_loader :
Original file line number Diff line number Diff line change @@ -47,7 +47,8 @@ To consume Messages resources requires to purchase an extra on Sendgrid. You can
47
47
48
48
| Version | Date | Pull Request | Subject |
49
49
| :--------| :--- | :---------------------------------------------------------| :---------------------------------------------------|
50
- | 0.2.9 | 2022-06-07 | [ 15257] ( https://github.com/airbytehq/airbyte/pull/15257 ) | Migrate to config-based framework |
50
+ | 0.2.10 | 2022-08-17 | [ 15734] ( https://github.com/airbytehq/airbyte/pull/15734 ) | Fix yaml based on the new schema validator |
51
+ | 0.2.9 | 2022-08-11 | [ 15257] ( https://github.com/airbytehq/airbyte/pull/15257 ) | Migrate to config-based framework |
51
52
| 0.2.8 | 2022-06-07 | [ 13571] ( https://github.com/airbytehq/airbyte/pull/13571 ) | Add Message stream |
52
53
| 0.2.7 | 2021-09-08 | [ 5910] ( https://github.com/airbytehq/airbyte/pull/5910 ) | Add Single Sends Stats stream |
53
54
| 0.2.6 | 2021-07-19 | [ 4839] ( https://github.com/airbytehq/airbyte/pull/4839 ) | Gracefully handle malformed responses from the API |
Original file line number Diff line number Diff line change @@ -46,6 +46,7 @@ You can find or create authentication tokens within [Sentry](https://sentry.io/s
46
46
47
47
| Version | Date | Pull Request | Subject |
48
48
| :--------| :--- | :--- | :--------------------------------------------------|
49
+ | 0.1.3 | 2022-08-17 | [ 15734] ( https://github.com/airbytehq/airbyte/pull/15734 ) | Fix yaml based on the new schema validator |
49
50
| 0.1.2 | 2021-12-28 | [ 15345] ( https://github.com/airbytehq/airbyte/pull/15345 ) | Migrate to config-based framework |
50
51
| 0.1.1 | 2021-12-28 | [ 8628] ( https://github.com/airbytehq/airbyte/pull/8628 ) | Update fields in source-connectors specifications |
51
52
| 0.1.0 | 2021-10-12 | [ 6975] ( https://github.com/airbytehq/airbyte/pull/6975 ) | New Source: Sentry |
You can’t perform that action at this time.
0 commit comments