Skip to content

Commit 78af792

Browse files
[low code connectors] add missing/mistyped values for declarative sendgrid + sentry (#15734)
* add missing/mistyped values for declarative sendgrid + sentry * bump docker versions and add changelog * auto-bump connector version [ci skip] * auto-bump connector version [ci skip] Co-authored-by: Octavia Squidington III <[email protected]>
1 parent efc9ac1 commit 78af792

File tree

8 files changed

+12
-8
lines changed

8 files changed

+12
-8
lines changed

airbyte-config/init/src/main/resources/seed/source_definitions.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -900,7 +900,7 @@
900900
- name: Sendgrid
901901
sourceDefinitionId: fbb5fbe2-16ad-4cf4-af7d-ff9d9c316c87
902902
dockerRepository: airbyte/source-sendgrid
903-
dockerImageTag: 0.2.9
903+
dockerImageTag: 0.2.10
904904
documentationUrl: https://docs.airbyte.io/integrations/sources/sendgrid
905905
icon: sendgrid.svg
906906
sourceType: api
@@ -1131,7 +1131,7 @@
11311131
- sourceDefinitionId: cdaf146a-9b75-49fd-9dd2-9d64a0bb4781
11321132
name: Sentry
11331133
dockerRepository: airbyte/source-sentry
1134-
dockerImageTag: 0.1.2
1134+
dockerImageTag: 0.1.3
11351135
documentationUrl: https://docs.airbyte.io/integrations/sources/sentry
11361136
icon: sentry.svg
11371137
sourceType: api

airbyte-config/init/src/main/resources/seed/source_specs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8880,7 +8880,7 @@
88808880
supportsNormalization: false
88818881
supportsDBT: false
88828882
supported_destination_sync_modes: []
8883-
- dockerImage: "airbyte/source-sendgrid:0.2.9"
8883+
- dockerImage: "airbyte/source-sendgrid:0.2.10"
88848884
spec:
88858885
documentationUrl: "https://docs.airbyte.io/integrations/sources/sendgrid"
88868886
connectionSpecification:
@@ -11049,7 +11049,7 @@
1104911049
supportsNormalization: false
1105011050
supportsDBT: false
1105111051
supported_destination_sync_modes: []
11052-
- dockerImage: "airbyte/source-sentry:0.1.2"
11052+
- dockerImage: "airbyte/source-sentry:0.1.3"
1105311053
spec:
1105411054
documentationUrl: "https://docs.airbyte.io/integrations/sources/sentry"
1105511055
connectionSpecification:

airbyte-integrations/connectors/source-sendgrid/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ RUN pip install .
1212
ENV AIRBYTE_ENTRYPOINT "python /airbyte/integration_code/main.py"
1313
ENTRYPOINT ["python", "/airbyte/integration_code/main.py"]
1414

15-
LABEL io.airbyte.version=0.2.9
15+
LABEL io.airbyte.version=0.2.10
1616
LABEL io.airbyte.name=airbyte/source-sendgrid

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
version: "0.1.0"
12
definitions:
23
page_size: 50
34
step: "30d"
@@ -247,7 +248,7 @@ streams:
247248
$ref: "*ref(definitions.requester)"
248249
request_options_provider:
249250
request_parameters:
250-
limit: 1000
251+
limit: "1000"
251252
query: 'last_event_time BETWEEN TIMESTAMP "{{stream_slice.start_time}}" AND TIMESTAMP "{{stream_slice.end_time}}"'
252253
stream_slicer:
253254
$ref: "*ref(definitions.messages_stream_slicer)"

airbyte-integrations/connectors/source-sentry/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ COPY source_sentry ./source_sentry
3434
ENV AIRBYTE_ENTRYPOINT "python /airbyte/integration_code/main.py"
3535
ENTRYPOINT ["python", "/airbyte/integration_code/main.py"]
3636

37-
LABEL io.airbyte.version=0.1.2
37+
LABEL io.airbyte.version=0.1.3
3838
LABEL io.airbyte.name=airbyte/source-sentry

airbyte-integrations/connectors/source-sentry/source_sentry/sentry.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
version: "0.1.0"
12
definitions:
23
page_size: 50
34
schema_loader:

docs/integrations/sources/sendgrid.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ To consume Messages resources requires to purchase an extra on Sendgrid. You can
4747

4848
| Version | Date | Pull Request | Subject |
4949
|:--------| :--- |:---------------------------------------------------------|:---------------------------------------------------|
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 |
5152
| 0.2.8 | 2022-06-07 | [13571](https://github.com/airbytehq/airbyte/pull/13571) | Add Message stream |
5253
| 0.2.7 | 2021-09-08 | [5910](https://github.com/airbytehq/airbyte/pull/5910) | Add Single Sends Stats stream |
5354
| 0.2.6 | 2021-07-19 | [4839](https://github.com/airbytehq/airbyte/pull/4839) | Gracefully handle malformed responses from the API |

docs/integrations/sources/sentry.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ You can find or create authentication tokens within [Sentry](https://sentry.io/s
4646

4747
| Version | Date | Pull Request | Subject |
4848
|:--------| :--- | :--- |:--------------------------------------------------|
49+
| 0.1.3 | 2022-08-17 | [15734](https://github.com/airbytehq/airbyte/pull/15734) | Fix yaml based on the new schema validator |
4950
| 0.1.2 | 2021-12-28 | [15345](https://github.com/airbytehq/airbyte/pull/15345) | Migrate to config-based framework |
5051
| 0.1.1 | 2021-12-28 | [8628](https://github.com/airbytehq/airbyte/pull/8628) | Update fields in source-connectors specifications |
5152
| 0.1.0 | 2021-10-12 | [6975](https://github.com/airbytehq/airbyte/pull/6975) | New Source: Sentry |

0 commit comments

Comments
 (0)